IOdialogAddEntry

Top  Previous  Next

Entry add in dialogue.

To be able to add an entry in the dialogue window, the dialogue window number is used to determine the dialogue window. Every entry in the dialogue has an unequivocal number to identify them.

Parametre

pipes (PIOPIPES) [IN]

The trading pipes gives the issue canal.

dialogId (int) [IN]

The unequivocal number which identifies the dialogue window.

itemId (int) [IN]

The unequivocal number which identifies the field within the dialogue window.

entry (char *) [IN]

Description text, for the field.

itemdata (long int) [IN]

M_Param_Beschr

flags (long int) [IN]

With flags the appearance of the entry can be determined. Should no other settings be made as the standard, can be handed over to 0.

help (char *) [IN]

The help text which appears, as soon as the mouse a short time is quietly about the entry. Should no tool tip appear, ZERO can be handed over.

Result

---

Declaration

#include "ausgabe.h"

 

void DLLENTRY IOdialogAddEntry (

PIOPIPES pipes,

int dialogId,

int itemId,

char * entry,

long int itemdata,

long int flags,

char * help

);