|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| HWND | hwndFocus |
| HFONT | hUserFont |
| HMENU | hMenu |
| UINT | xBaseUnit |
| UINT | yBaseUnit |
| INT | idResult |
| UINT | flags |
| UINT DIALOGINFO::flags |
Definition at line 56 of file dialog.c.
Referenced by DEFDLG_Proc(), DEFDLG_RestoreFocus(), DIALOG_CreateIndirect(), DIALOG_DoDialogBox(), and EndDialog().
| HMENU DIALOGINFO::hMenu |
Definition at line 52 of file dialog.c.
Referenced by DEFDLG_Proc(), and DIALOG_CreateIndirect().
| HFONT DIALOGINFO::hUserFont |
Definition at line 51 of file dialog.c.
Referenced by DEFDLG_Proc(), DIALOG_CreateControls32(), and DIALOG_CreateIndirect().
| HWND DIALOGINFO::hwndFocus |
Definition at line 50 of file dialog.c.
Referenced by DEFDLG_RestoreFocus(), DEFDLG_SaveFocus(), and DIALOG_CreateIndirect().
| INT DIALOGINFO::idResult |
Definition at line 55 of file dialog.c.
Referenced by DEFDLG_Proc(), DEFDLG_SetDefButton(), DEFDLG_SetDefId(), DIALOG_CreateControls32(), DIALOG_DoDialogBox(), DIALOG_get_info(), and EndDialog().
| UINT DIALOGINFO::xBaseUnit |
Definition at line 53 of file dialog.c.
Referenced by DIALOG_CreateControls32(), DIALOG_CreateIndirect(), and MapDialogRect().
| UINT DIALOGINFO::yBaseUnit |
Definition at line 54 of file dialog.c.
Referenced by DIALOG_CreateControls32(), DIALOG_CreateIndirect(), and MapDialogRect().