|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include "windef.h"#include "winbase.h"#include "winuser.h"#include "ddk/compstui.h"#include "wine/debug.h"
Go to the source code of this file.
Macros | |
| #define | COBJMACROS |
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (compstui) | |
| BOOL WINAPI | DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) |
| LONG WINAPI | CommonPropertySheetUIA (HWND hWnd, PFNPROPSHEETUI pfnPropSheetUI, LPARAM lparam, LPDWORD pResult) |
| LONG WINAPI | CommonPropertySheetUIW (HWND hWnd, PFNPROPSHEETUI pfnPropSheetUI, LPARAM lparam, LPDWORD pResult) |
| ULONG_PTR WINAPI | GetCPSUIUserData (HWND hDlg) |
| BOOL WINAPI | SetCPSUIUserData (HWND hDlg, ULONG_PTR UserData) |
| #define COBJMACROS |
Definition at line 23 of file compstui_main.c.
| LONG WINAPI CommonPropertySheetUIA | ( | HWND | hWnd, |
| PFNPROPSHEETUI | pfnPropSheetUI, | ||
| LPARAM | lparam, | ||
| LPDWORD | pResult | ||
| ) |
Definition at line 59 of file compstui_main.c.
| LONG WINAPI CommonPropertySheetUIW | ( | HWND | hWnd, |
| PFNPROPSHEETUI | pfnPropSheetUI, | ||
| LPARAM | lparam, | ||
| LPDWORD | pResult | ||
| ) |
Definition at line 69 of file compstui_main.c.
Definition at line 37 of file compstui_main.c.
Definition at line 79 of file compstui_main.c.
Definition at line 89 of file compstui_main.c.
| WINE_DEFAULT_DEBUG_CHANNEL | ( | compstui | ) |