|
ReactOS 0.4.17-dev-769-g1500a35
|
#include <assert.h>#include <stdarg.h>#include <stdlib.h>#include <string.h>#include "windef.h"#include "winbase.h"#include "winuser.h"#include "commctrl.h"#include "ddk/compstui.h"#include "wine/debug.h"#include "wine/list.h"
Go to the source code of this file.
Classes | |
| struct | PROPSHEETUI_INFO_HEADERAW |
| struct | propsheet |
| struct | propsheetpage |
| struct | propsheetfunc |
| struct | cps_data |
Macros | |
| #define | COBJMACROS |
| #define | HANDLE_FIRST 0x43440001 |
Variables | |
| static HMODULE | compstui_hmod |
| static struct cps_data | handles [0x1000] |
| static struct cps_data * | first_free_handle = handles |
| static CRITICAL_SECTION | handles_cs = { &handles_cs_debug, -1, 0, 0, 0, 0 } |
| static CRITICAL_SECTION_DEBUG | handles_cs_debug |
| #define COBJMACROS |
Definition at line 26 of file compstui_main.c.
| #define HANDLE_FIRST 0x43440001 |
Definition at line 83 of file compstui_main.c.
|
static |
Definition at line 184 of file compstui_main.c.
Referenced by cps_callback().
|
static |
Definition at line 211 of file compstui_main.c.
Referenced by cps_callback().
|
static |
Definition at line 264 of file compstui_main.c.
Referenced by add_propsheetpageA(), and add_propsheetpageW().
|
static |
Definition at line 366 of file compstui_main.c.
Referenced by cps_callback().
|
static |
Definition at line 327 of file compstui_main.c.
Referenced by cps_callback().
Definition at line 126 of file compstui_main.c.
Referenced by add_hpropsheetpage(), add_propsheetfunc(), add_propsheetpage(), create_prop_dlg(), WinHttpConnect(), WinHttpOpen(), WinHttpOpenRequest(), and WinHttpWebSocketCompleteUpgrade().
| LONG WINAPI CommonPropertySheetUIA | ( | HWND | hWnd, |
| PFNPROPSHEETUI | pfnPropSheetUI, | ||
| LPARAM | lparam, | ||
| LPDWORD | pResult | ||
| ) |
Definition at line 606 of file compstui_main.c.
| LONG WINAPI CommonPropertySheetUIW | ( | HWND | hwnd, |
| PFNPROPSHEETUI | callback, | ||
| LPARAM | lparam, | ||
| LPDWORD | res | ||
| ) |
Definition at line 616 of file compstui_main.c.
|
static |
Definition at line 388 of file compstui_main.c.
Referenced by add_propsheetfunc(), add_propsheetpage(), and create_prop_dlg().
|
static |
Definition at line 519 of file compstui_main.c.
Referenced by CommonPropertySheetUIW().
|
static |
Definition at line 434 of file compstui_main.c.
Referenced by create_prop_dlg().
Definition at line 642 of file compstui_main.c.
Definition at line 168 of file compstui_main.c.
Referenced by add_propsheetfunc(), add_propsheetpage(), create_prop_dlg(), pqInsert(), and WinHttpCloseHandle().
Definition at line 115 of file compstui_main.c.
Referenced by add_hpropsheetpage(), add_propsheetfunc(), add_propsheetpage(), create_property_sheetW(), free_handle(), propsheetpage_dlg_procA(), and propsheetpage_dlg_procW().
Definition at line 626 of file compstui_main.c.
|
static |
Definition at line 349 of file compstui_main.c.
Referenced by add_propsheetpageA().
|
static |
Definition at line 310 of file compstui_main.c.
Referenced by add_propsheetpageW().
Definition at line 636 of file compstui_main.c.
| WINE_DEFAULT_DEBUG_CHANNEL | ( | compstui | ) |
|
static |
Definition at line 39 of file compstui_main.c.
Referenced by create_property_sheetW(), and DllMain().
Definition at line 102 of file compstui_main.c.
Referenced by alloc_handle(), and free_handle().
Referenced by alloc_handle(), and get_handle_data().
|
static |
Definition at line 104 of file compstui_main.c.
Referenced by alloc_handle(), and free_handle().
|
static |
Definition at line 105 of file compstui_main.c.