IOcreatePapiermenueHelp

Top  Previous  Next

Generate a help to the paper menu field.

A help announcement can be given to every field on the paper menu. This happens with this function. In addition the paper menu number, the field number and the help text are required.

Parametre

pipes (PIOPIPES) [IN]

The trading pipes gives the issue canal.

Menu number (int) [IN]

The number at which the paper menu is identifiable.

feld (int) [IN]

Number of the field on the paper menu. The fields are numbered serially as follows: Line-by-line from the left to the right.

text (char *) [IN]

Help text for every field.

Result

---

Declaration

#include "ausgabe.h"

 

void DLLENTRY IOcreatePapiermenueHelp (

PIOPIPES pipes,

int menu number,

int feld,

char * text

);

Related functions

IOcreatePapiermenue

IOcreatePapiermenueText

IOdeletePapiermenue