ReactOS 0.4.16-dev-297-gc569aee
|
#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 57 of file compstui_main.c.
LONG WINAPI CommonPropertySheetUIW | ( | HWND | hWnd, |
PFNPROPSHEETUI | pfnPropSheetUI, | ||
LPARAM | lparam, | ||
LPDWORD | pResult | ||
) |
Definition at line 67 of file compstui_main.c.
Definition at line 37 of file compstui_main.c.
Definition at line 77 of file compstui_main.c.
Definition at line 87 of file compstui_main.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | compstui | ) |