Go to the source code of this file.
◆ START_TEST()
◆ Test_GetCurrentObject()
void Test_GetCurrentObject |
( |
| ) |
|
Definition at line 10 of file GetCurrentObject.c.
11{
16
17
21
23
24
27 ok(hObj == 0,
"Expected 0, got %p\n", hObj);
29
32 ok(hObj == 0,
"Expected 0, got %p\n", hObj);
34 ok(hObj == 0,
"Expected 0, got %p\n", hObj);
36 ok(hObj == 0,
"Expected 0, got %p\n", hObj);
38 ok(hObj == 0,
"Expected 0, got %p\n", hObj);
40 ok(hObj == 0,
"Expected 0, got %p\n", hObj);
42 ok(hObj == 0,
"Expected 0, got %p\n", hObj);
44
45
48 ok(hObj == 0,
"Expected 0, got %p\n", hObj);
50
53 ok(hObj == 0,
"Expected 0, got %p\n", hObj);
55
56
59 ok(hObj == 0,
"Expected 0, got %p\n", hObj);
61
64 ok(hObj == 0,
"Expected 0, got %p\n", hObj);
66
69 ok(hObj == 0,
"Expected 0, got %p\n", hObj);
71
74 ok(hObj == 0,
"Expected 0, got %p\n", hObj);
76
79 ok(hObj == 0,
"Expected 0, got %p\n", hObj);
81
84 ok(hObj == 0,
"Expected 0, got %p\n", hObj);
86
89 ok(hObj == 0,
"Expected 0, got %p\n", hObj);
91
94 ok(hObj == 0,
"Expected 0, got %p\n", hObj);
96
99 ok(hObj == 0,
"Expected 0, got %p\n", hObj);
101
104 ok(hObj == 0,
"Expected 0, got %p\n", hObj);
106
107
112
113
119
120
125
126
132
133
138
139
144
145
151
152
157
158
163
164
170
171
177
180}
#define ERROR_INVALID_PARAMETER
#define GDI_HANDLE_GET_TYPE(h)
#define GDI_OBJECT_TYPE_BITMAP
#define WS_OVERLAPPEDWINDOW
DWORD WINAPI GetLastError(void)
HGDIOBJ WINAPI GetStockObject(_In_ int)
HGDIOBJ WINAPI GetCurrentObject(_In_ HDC, _In_ UINT)
HGDIOBJ WINAPI SelectObject(_In_ HDC, _In_ HGDIOBJ)
int WINAPI ReleaseDC(_In_opt_ HWND, _In_ HDC)
HDC WINAPI GetDC(_In_opt_ HWND)
#define CreateWindowW(a, b, c, d, e, f, g, h, i, j, k)
BOOL WINAPI DestroyWindow(_In_ HWND)
Referenced by START_TEST().