Source position: jwawinuser.pas line 3683
type tagDRAWITEMSTRUCT = record
CtlType: UINT;
CtlID: UINT;
itemID: UINT;
itemAction: UINT;
itemState: UINT;
hwndItem: HWND;
hDC: HDC;
rcItem: RECT;
itemData: ULONG_PTR;
end;