mGUtils API Reference  v1.2.2
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 381 of file mgutils.h.

Field Documentation

◆ flags

DWORD flags

The styles of the entry.

Definition at line 390 of file mgutils.h.

◆ maxlen

int maxlen

The maximal length of the entry in bytes.

Definition at line 388 of file mgutils.h.

◆ text

char* text

The label of the entry.

Definition at line 384 of file mgutils.h.

◆ value

char** value

The pointer to the string of the entry.

Definition at line 386 of file mgutils.h.


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