ReactOS 0.4.15-dev-7942-gd23573b
RUNFILEDLGPARAMS Struct Reference
Collaboration diagram for RUNFILEDLGPARAMS:

Public Attributes

HWND hwndOwner
 
HICON hIcon
 
LPCWSTR lpstrDirectory
 
LPCWSTR lpstrTitle
 
LPCWSTR lpstrDescription
 
UINT uFlags
 
BOOL bCoInited
 

Detailed Description

Definition at line 25 of file dialogs.cpp.

Member Data Documentation

◆ bCoInited

BOOL RUNFILEDLGPARAMS::bCoInited

Definition at line 33 of file dialogs.cpp.

◆ hIcon

HICON RUNFILEDLGPARAMS::hIcon

Definition at line 28 of file dialogs.cpp.

Referenced by RunFileDlg().

◆ hwndOwner

HWND RUNFILEDLGPARAMS::hwndOwner

Definition at line 27 of file dialogs.cpp.

Referenced by RunFileDlg().

◆ lpstrDescription

LPCWSTR RUNFILEDLGPARAMS::lpstrDescription

Definition at line 31 of file dialogs.cpp.

Referenced by RunFileDlg().

◆ lpstrDirectory

LPCWSTR RUNFILEDLGPARAMS::lpstrDirectory

Definition at line 29 of file dialogs.cpp.

Referenced by RunFileDlg().

◆ lpstrTitle

LPCWSTR RUNFILEDLGPARAMS::lpstrTitle

Definition at line 30 of file dialogs.cpp.

Referenced by RunFileDlg().

◆ uFlags

UINT RUNFILEDLGPARAMS::uFlags

Definition at line 32 of file dialogs.cpp.

Referenced by RunFileDlg().


The documentation for this struct was generated from the following file: