| 
    uLib
    User mode C/C++ extended API library for Win32 programmers.
    
   | 
 
#include <uLib/StdDlg.h>#include <uLib/UtilFunc.h>#include <uLib/StrFunc.h>#include <uLib/Debug.h>Go to the source code of this file.
Macros | |
| #define | TBLENTRY(x) { x, #x } | 
| #define | BFFM_IUNKNOWN 5 | 
| #define | DDM_SELECT BFFM_SETEXPANDED | 
Functions | |
| ACSTR | CDErrorMsg (DWORD Err) | 
Variables | |
| UINT | WM_CommonHelp = 0 | 
| UINT | WM_FileOk = 0 | 
| UINT | WM_SelChange = 0 | 
| UINT | WM_ShareViolation = 0 | 
| UINT | WM_FindReplace = 0 | 
| UINT | WM_ColorOk = 0 | 
| UINT | WM_SetRGB = 0 | 
| const CSTR | ALLFILE_FILTER = _T("All Files\0*.*\0") | 
| #define TBLENTRY | ( | x | ) | { x, #x } | 
| #define BFFM_IUNKNOWN 5 | 
Definition at line 517 of file StdDlg.cpp.
| #define DDM_SELECT BFFM_SETEXPANDED |