IOdialogEnd

Top  Previous  Next

Construction of a dialogue finish.

If all dialogue elements have been inserted in the dialogue, IOdialogEnd closes the last still missing clip and counts after whether the also really number of the opening and closing clips agrees. The result is the difference of these both values. If IOdialogEnd 0 or FALSE delivers, has been found dialogString in this coarse check as OK.

Parametre

dialogString (char *) [IN / OUT]

String with a not yet entire description of a dialogue. There is only no last, closing clip which is added by IOdialogEnd.

Result

(int) [OUT]

Difference between the number of the opening and closing clips. With 0 the string is in order.

Declaration

#include "ausgabe.h"

 

int DLLENTRY IOdialogEnd (

char * dialogString

);