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

#include <mgutils.h>

Data Fields

BOOL IsSave
 
BOOL IsTrans
 
char filefullname [MY_NAMEMAX+MY_PATHMAX+1]
 
char filename [MY_NAMEMAX+1]
 
char filepath [MY_PATHMAX+1]
 
char filter [MAX_FILTER_LEN+1]
 
int filterindex
 

Detailed Description

The file dialog box structure used by ShowOpenDialog.

See also
ShowOpenDialog.

Definition at line 677 of file mgutils.h.

Field Documentation

◆ filefullname

char filefullname[MY_NAMEMAX+MY_PATHMAX+1]

The full path name of the file returned.

Definition at line 684 of file mgutils.h.

◆ filename

char filename[MY_NAMEMAX+1]

The name of the file to be opened.

Definition at line 686 of file mgutils.h.

◆ filepath

char filepath[MY_PATHMAX+1]

The initial path of the dialog box.

Definition at line 688 of file mgutils.h.

◆ filter

char filter[MAX_FILTER_LEN+1]

The filter string, for example: All file (*.*)|Text file (*.txt;*.TXT)

Definition at line 693 of file mgutils.h.

◆ filterindex

int filterindex

The initial index of the filter

Definition at line 695 of file mgutils.h.

◆ IsSave

BOOL IsSave

Indicates to create a Save File or an Open File dialog box.

Definition at line 680 of file mgutils.h.

◆ IsTrans

BOOL IsTrans

Indicates the controls is transparent or no?

Definition at line 682 of file mgutils.h.


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