Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

_NEWFILEDLGDATA Struct Reference
[Open File Dialog Box]

#include <newfiledlg.h>

Data Fields


Detailed Description

The file dialog box structure used by ShowOpenDialog.
See also:
ShowOpenDialog.

Definition at line 88 of file newfiledlg.h.


Field Documentation

char filefullname[MY_NAMEMAX+MY_PATHMAX+1]
 

The full path name of the file returned.

Definition at line 93 of file newfiledlg.h.

char filename[MY_NAMEMAX+1]
 

The name of the file to be opened.

Definition at line 95 of file newfiledlg.h.

char filepath[MY_PATHMAX+1]
 

The initial path of the dialog box.

Definition at line 97 of file newfiledlg.h.

char filter[MAX_FILTER_LEN+1]
 

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

Definition at line 102 of file newfiledlg.h.

int filterindex
 

The initial index of the filter

Definition at line 104 of file newfiledlg.h.

BOOL IsSave
 

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

Definition at line 91 of file newfiledlg.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jun 26 13:54:28 2006 for MiniGUI V1.6.9 API Reference by  doxygen 1.4.2