Go to the source code of this file.
◆ START_TEST()
Definition at line 10 of file NtGdiSelectPen.c.
11{
13 HPEN hPen, hOldPen;
15
18
20
21
26
27
32
33
38
39
44
45
51 TEST(hOldPen == hPen);
53
54
63 TEST(hOldPen == hPen);
65
66
71 TEST(hOldPen == hPen);
73
74
75
77}
__kernel_entry W32KAPI HPEN APIENTRY NtGdiSelectPen(_In_ HDC hdc, _In_ HPEN hpen)
DWORD WINAPI GetLastError(void)
HGDIOBJ WINAPI GetStockObject(_In_ int)
HPEN WINAPI ExtCreatePen(_In_ DWORD iPenStyle, _In_ DWORD cWidth, _In_ const LOGBRUSH *plbrush, _In_ DWORD cStyle, _In_reads_opt_(cStyle) const DWORD *pstyle)
HGDIOBJ WINAPI SelectObject(_In_ HDC, _In_ HGDIOBJ)
BOOL WINAPI DeleteDC(_In_ HDC)
HDC WINAPI GetDC(_In_opt_ HWND)