mGUtils API Reference  v1.2.0
A component of MiniGUI providing users with a number of common dialog templates
Data Fields

#include <mgutils.h>

Data Fields

char * text
 
char ** value
 
int maxlen
 
DWORD flags
 

Detailed Description

Entry info structure used by myWinEntries function.

See also
myWinEntries

Definition at line 369 of file mgutils.h.

Field Documentation

DWORD flags

The styles of the entry.

Definition at line 378 of file mgutils.h.

int maxlen

The maximal length of the entry in bytes.

Definition at line 376 of file mgutils.h.

char* text

The label of the entry.

Definition at line 372 of file mgutils.h.

char** value

The pointer to the string of the entry.

Definition at line 374 of file mgutils.h.


The documentation for this struct was generated from the following file: