ReactOS 0.4.16-dev-91-g764881a
|
Public Attributes | |
MSIPACKAGE * | package |
msi_dialog * | parent |
UINT(* | event_handler )(msi_dialog *, const WCHAR *, const WCHAR *) |
BOOL | finished |
INT | scale |
DWORD | attributes |
SIZE | size |
HWND | hwnd |
LPWSTR | default_font |
struct list | fonts |
struct list | controls |
HWND | hWndFocus |
LPWSTR | control_default |
LPWSTR | control_cancel |
UINT(* | pending_event )(msi_dialog *, const WCHAR *) |
LPWSTR | pending_argument |
INT | retval |
WCHAR | name [1] |
WCHAR msi_dialog_tag::name[1] |
Definition at line 99 of file dialog.c.
Referenced by event_cleanup_subscriptions().
MSIPACKAGE* msi_dialog_tag::package |
Definition at line 82 of file dialog.c.
Referenced by listview_add_item().
msi_dialog* msi_dialog_tag::parent |
UINT(* msi_dialog_tag::pending_event) (msi_dialog *, const WCHAR *) |