#include <precomp.h>
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
Definition at line 3 of file pen.c.
◆ CreatePen()
Definition at line 21 of file pen.c.
25{
26
27
28
31 {
34 }
35#if 0
37 if ( nWidth || nPenStyle || !hPen )
38 {
40 }
41
44 {
45 if ( Pen_Attr->lbColor != crColor)
46 {
47 Pen_Attr->lbColor = crColor;
49 }
50 return hPen;
51 }
53#endif
55}
HGDIOBJ FASTCALL hGetPEBHandle(HANDLECACHETYPE, COLORREF)
#define GDI_OBJECT_TYPE_PEN
__kernel_entry W32KAPI HPEN APIENTRY NtGdiCreatePen(_In_ INT iPenStyle, _In_ INT iPenWidth, _In_ COLORREF cr, _In_opt_ HBRUSH hbr)
HGDIOBJ WINAPI GetStockObject(_In_ int)
◆ CreatePenIndirect()
Definition at line 10 of file pen.c.
12{
13
15}
HPEN WINAPI CreatePen(_In_ int, _In_ int, _In_ COLORREF)