|
ReactOS 0.4.17-dev-769-g1500a35
|

Public Types | |
| enum | { HANDLE_FREE = 0 , HANDLE_PROPSHEET , HANDLE_PROPSHEETPAGE , HANDLE_PROPSHEETFUNC } |
Public Attributes | |
| enum cps_data:: { ... } | type |
| union { | |
| void * data | |
| struct cps_data * next_free | |
| struct propsheet * ps | |
| struct propsheetpage * psp | |
| struct propsheetfunc * psf | |
| }; | |
Definition at line 84 of file compstui_main.c.
| anonymous enum |
| Enumerator | |
|---|---|
| HANDLE_FREE | |
| HANDLE_PROPSHEET | |
| HANDLE_PROPSHEETPAGE | |
| HANDLE_PROPSHEETFUNC | |
Definition at line 86 of file compstui_main.c.
| union { ... } cps_data::@355 |
| void* cps_data::data |
Definition at line 95 of file compstui_main.c.
Definition at line 96 of file compstui_main.c.
Definition at line 97 of file compstui_main.c.
Referenced by add_hpropsheetpage(), add_propsheetfunc(), add_propsheetpage(), create_prop_dlg(), and create_property_sheetW().
| struct propsheetfunc* cps_data::psf |
Definition at line 99 of file compstui_main.c.
Referenced by add_propsheetfunc().
| struct propsheetpage* cps_data::psp |
Definition at line 98 of file compstui_main.c.
Referenced by add_hpropsheetpage(), add_propsheetpage(), add_propsheetpageA(), add_propsheetpageW(), propsheetpage_dlg_procA(), and propsheetpage_dlg_procW().
| enum { ... } cps_data::type |
Referenced by add_hpropsheetpage(), add_propsheetfunc(), and add_propsheetpage().