|
ReactOS 0.4.16-dev-1946-g52006dd
|

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().