IOdialogStart

Top  Previous  Next

Construction of a dialogue begin.

It is a not trivial job to produce the description of a dialogue. He must correspond to a formal grammar with many clips. This can also happen with the help of some procedures. The routine IOdialogStart must be called first for it. She initializes the describing string. The storage space within this string should be sufficient to accommodate about 100 signs dialogue element.

Parametre

dialogString (char *) [OUT]

The string ""is initialized with the sign result "(".

Result

---

Declaration

#include "ausgabe.h"

 

void DLLENTRY IOdialogStart (

char * dialogString

);