IOdialogFrameEnd

Top  Previous  Next

Construction of a Frames finish.

This procedure is a part of the procedures for generating of dialogues. After with IOdialogFrameStart and other... calls IOdialog a group has been generated, this is concluded with IOdialogFrameEnd.

Parametre

dialogString (char *) [IN / OUT]

Sign chain with the up to now built up part of the dialogue.

Result

---

Declaration

#include "ausgabe.h"

 

void DLLENTRY IOdialogFrameEnd (

char * dialogString

);

Related function

IOdialogFrameStart