Go to the source code of this file.
◆ START_TEST()
◆ Test_GetCurrentObject()
void Test_GetCurrentObject |
( |
| ) |
|
Definition at line 10 of file GetCurrentObject.c.
27 ok(hObj == 0,
"Expected 0, got %p\n", hObj);
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);
48 ok(hObj == 0,
"Expected 0, got %p\n", hObj);
53 ok(hObj == 0,
"Expected 0, got %p\n", hObj);
59 ok(hObj == 0,
"Expected 0, got %p\n", hObj);
64 ok(hObj == 0,
"Expected 0, got %p\n", hObj);
69 ok(hObj == 0,
"Expected 0, got %p\n", hObj);
74 ok(hObj == 0,
"Expected 0, got %p\n", hObj);
79 ok(hObj == 0,
"Expected 0, got %p\n", hObj);
84 ok(hObj == 0,
"Expected 0, got %p\n", hObj);
89 ok(hObj == 0,
"Expected 0, got %p\n", hObj);
94 ok(hObj == 0,
"Expected 0, got %p\n", hObj);
99 ok(hObj == 0,
"Expected 0, got %p\n", hObj);
104 ok(hObj == 0,
"Expected 0, got %p\n", hObj);
HGDIOBJ WINAPI GetStockObject(_In_ int)
#define ERROR_INVALID_PARAMETER
HDC WINAPI GetDC(_In_opt_ HWND)
HGDIOBJ WINAPI SelectObject(_In_ HDC, _In_ HGDIOBJ)
DWORD WINAPI GetLastError(VOID)
BOOL WINAPI DestroyWindow(_In_ HWND)
#define CreateWindowW(a, b, c, d, e, f, g, h, i, j, k)
int WINAPI ReleaseDC(_In_opt_ HWND, _In_ HDC)
#define GDI_HANDLE_GET_TYPE(h)
#define GDI_OBJECT_TYPE_BITMAP
#define WS_OVERLAPPEDWINDOW
HGDIOBJ WINAPI GetCurrentObject(_In_ HDC, _In_ UINT)
Referenced by START_TEST().