Searched refs:phdi (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/comctl32/ |
H A D | header.c | 232 HEADER_ITEM *phdi; in HEADER_SetItemBounds() local 250 phdi->rect.right = phdi->rect.left + ((phdi->cxy>0)?phdi->cxy:0); in HEADER_SetItemBounds() 383 r = phdi->rect; in HEADER_DrawItem() 444 if (phdi->bDown) { in HEADER_DrawItem() 492 if ((phdi->fmt & HDF_BITMAP) && (phdi->hbm)) { in HEADER_DrawItem() 1225 if (!phdi) in HEADER_GetItemT() 1409 if ((phdi == NULL) || (nItem < 0) || (phdi->mask == 0)) in HEADER_InsertItemT() 1415 iOrder = (phdi->mask & HDI_ORDER) ? phdi->iOrder : nItem; in HEADER_InsertItemT() 1532 if (phdi == NULL) in HEADER_SetItemT() 1547 HEADER_StoreHDItemInHeader(lpItem, phdi->mask, phdi, bUnicode); in HEADER_SetItemT() [all …]
|
/reactos/sdk/include/reactos/wine/ |
H A D | commctrl.h | 86 #define TreeView_InsertItemA(hwnd, phdi) \ argument 88 (LPARAM)(LPTVINSERTSTRUCTA)(phdi))
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 741 …fine Header_InsertItem(hwndHD,i,phdi) (int)SNDMSG((hwndHD),HDM_INSERTITEM,(WPARAM)(int)(i),(LPARAM… argument 751 #define Header_GetItem(hwndHD,i,phdi) (BOOL)SNDMSG((hwndHD),HDM_GETITEM,(WPARAM)(int)(i),(LPARAM)(H… argument 758 #define Header_SetItem(hwndHD,i,phdi) (BOOL)SNDMSG((hwndHD),HDM_SETITEM,(WPARAM)(int)(i),(LPARAM)(c… argument
|