ReactOS 0.4.16-dev-334-g4d9f67c
|
Public Attributes | |
HWND | hwndOwner |
HICON | hIcon |
LPCWSTR | lpstrDirectory |
LPCWSTR | lpstrTitle |
LPCWSTR | lpstrDescription |
UINT | uFlags |
BOOL | bCoInited |
Definition at line 25 of file dialogs.cpp.
BOOL RUNFILEDLGPARAMS::bCoInited |
Definition at line 33 of file dialogs.cpp.
HICON RUNFILEDLGPARAMS::hIcon |
Definition at line 28 of file dialogs.cpp.
Referenced by RunFileDlg().
HWND RUNFILEDLGPARAMS::hwndOwner |
Definition at line 27 of file dialogs.cpp.
Referenced by RunFileDlg().
LPCWSTR RUNFILEDLGPARAMS::lpstrDescription |
Definition at line 31 of file dialogs.cpp.
Referenced by RunFileDlg().
LPCWSTR RUNFILEDLGPARAMS::lpstrDirectory |
Definition at line 29 of file dialogs.cpp.
Referenced by RunFileDlg().
LPCWSTR RUNFILEDLGPARAMS::lpstrTitle |
Definition at line 30 of file dialogs.cpp.
Referenced by RunFileDlg().
UINT RUNFILEDLGPARAMS::uFlags |
Definition at line 32 of file dialogs.cpp.
Referenced by RunFileDlg().