ReactOS 0.4.16-dev-197-g92996da
|
#include "wine/test.h"
#include <windows.h>
#include <windowsx.h>
#include <commctrl.h>
#include <prsht.h>
Go to the source code of this file.
Macros | |
#define | IDC_APPLY_BUTTON 12321 |
#define | CHECK_STRUCT_SIZE(x, y) ok((x) == (y), "Wrong size for %s, got %u, expected %u\n", #x, y, x) |
Typedefs | |
typedef HPROPSHEETPAGE(WINAPI * | FN_CreatePropertySheetPageW) (LPCPROPSHEETPAGEW) |
typedef int(WINAPI * | FN_PropertySheetW) (LPCPROPSHEETHEADERW) |
Functions | |
static BOOL | OnInitDialog (HWND hwnd, HWND hwndFocus, LPARAM lParam) |
static void | OnCommand (HWND hwnd, int id, HWND hwndCtl, UINT codeNotify) |
static void | OnTimer (HWND hwnd, UINT id) |
static INT_PTR CALLBACK | Page1DlgProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static void | test_StructSizes () |
static void | test_ApplyButtonDisabled () |
START_TEST (propsheet) | |
Variables | |
static BOOL | s_bNotified |
static FN_CreatePropertySheetPageW | pCreatePropertySheetPageW |
static FN_PropertySheetW | pPropertySheetW |
#define CHECK_STRUCT_SIZE | ( | x, | |
y | |||
) | ok((x) == (y), "Wrong size for %s, got %u, expected %u\n", #x, y, x) |
Definition at line 82 of file propsheet.c.
#define IDC_APPLY_BUTTON 12321 |
Definition at line 14 of file propsheet.c.
typedef HPROPSHEETPAGE(WINAPI * FN_CreatePropertySheetPageW) (LPCPROPSHEETPAGEW) |
Definition at line 119 of file propsheet.c.
typedef int(WINAPI * FN_PropertySheetW) (LPCPROPSHEETHEADERW) |
Definition at line 120 of file propsheet.c.
Definition at line 26 of file propsheet.c.
Referenced by Page1DlgProc().
Definition at line 18 of file propsheet.c.
Referenced by Page1DlgProc().
Definition at line 44 of file propsheet.c.
Referenced by Page1DlgProc().
Definition at line 66 of file propsheet.c.
Referenced by test_ApplyButtonDisabled().
START_TEST | ( | propsheet | ) |
Definition at line 150 of file propsheet.c.
|
static |
Definition at line 125 of file propsheet.c.
Referenced by START_TEST().
|
static |
Definition at line 86 of file propsheet.c.
Referenced by START_TEST().
|
static |
Definition at line 121 of file propsheet.c.
Referenced by DisplayDeviceAdvancedProperties(), START_TEST(), test_ApplyButtonDisabled(), and test_CreatePropertySheetPage().
|
static |
Definition at line 122 of file propsheet.c.
Referenced by DisplayDeviceAdvancedProperties(), START_TEST(), and test_ApplyButtonDisabled().
|
static |
Definition at line 16 of file propsheet.c.
Referenced by OnCommand(), OnInitDialog(), and OnTimer().