Searched refs:dlgType (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/comdlg32/ |
H A D | cdlg.h | 213 extern BOOL GetFileName31A( OPENFILENAMEA *lpofn, UINT dlgType ) DECLSPEC_HIDDEN; 214 extern BOOL GetFileName31W( OPENFILENAMEW *lpofn, UINT dlgType ) DECLSPEC_HIDDEN;
|
H A D | filedlg31.c | 918 static PFD31_DATA FD31_AllocPrivate(LPARAM lParam, UINT dlgType, BOOL IsUnicode) in FD31_AllocPrivate() argument 926 lfs->open = (dlgType == OPEN_DIALOG); in FD31_AllocPrivate() 1148 BOOL GetFileName31A( OPENFILENAMEA *lpofn, UINT dlgType ) in GetFileName31A() argument 1156 lfs = FD31_AllocPrivate((LPARAM) lpofn, dlgType, FALSE); in GetFileName31A() 1173 BOOL GetFileName31W( OPENFILENAMEW *lpofn, UINT dlgType ) in GetFileName31W() argument 1180 lfs = FD31_AllocPrivate((LPARAM) lpofn, dlgType, TRUE); in GetFileName31W()
|