Go to the source code of this file.
◆ START_TEST()
Definition at line 10 of file NtGdiSelectBrush.c.
11{
13 HBRUSH hBrush, hOldBrush;
15
17
19
20
25
26
31
32
37
38
43
48 TEST(hOldBrush == hBrush);
50
51
53
55
58
59
60
62
64
65 pdcattr->
hbrush = (HBRUSH)12345;
66
68 TEST(hOldBrush == (HBRUSH)12345);
69
70
72}
__kernel_entry W32KAPI HBRUSH APIENTRY NtGdiSelectBrush(_In_ HDC hdc, _In_ HBRUSH hbrush)
DWORD WINAPI GetLastError(void)
HGDIOBJ WINAPI GetStockObject(_In_ int)
HGDIOBJ WINAPI SelectObject(_In_ HDC, _In_ HGDIOBJ)
BOOL WINAPI DeleteDC(_In_ HDC)
HDC WINAPI CreateDCW(_In_opt_ LPCWSTR pszDriver, _In_opt_ LPCWSTR pszDevice, _In_opt_ LPCWSTR psz, _In_opt_ const DEVMODEW *pdmInit)