EXTLOGPEN.elpHatch can contain a handle as well.

oldstable
Dmitry Timoshkov 2005-09-12 15:28:31 +00:00 committed by Alexandre Julliard
parent 35c20561a7
commit 4100c22901
1 changed files with 1 additions and 1 deletions

View File

@ -1501,7 +1501,7 @@ typedef struct tagEXTLOGPEN
DWORD elpWidth;
UINT elpBrushStyle;
COLORREF elpColor;
LONG elpHatch;
ULONG_PTR elpHatch;
DWORD elpNumEntries;
DWORD elpStyleEntry[1];
} EXTLOGPEN, *PEXTLOGPEN, *NPEXTLOGPEN, *LPEXTLOGPEN;