Searched refs:TVM_GETITEM (Results 1 – 4 of 4) sorted by relevance
/reactos/base/setup/reactos/ |
H A D | treelist.h | 394 #define TreeList_GetItem(h,p) ((BOOL )SNDMSG(h,TVM_GETITEM,0,(LPARAM)(TV_ITEM*)(p)))
|
H A D | treelist.c | 11643 case TVM_GETITEM: // Eintr�ge abfragen in TreeListProc()
|
/reactos/sdk/include/reactos/ui/ |
H A D | rosctrls.h | 547 return (BOOL) SendMessage(TVM_GETITEM, 0, reinterpret_cast<LPARAM>(pitem)); in GetItem()
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 3493 #define TVM_GETITEM __MINGW_NAME_AW(TVM_GETITEM) macro 3495 #define TreeView_GetItem(hwnd,pitem) (BOOL)SNDMSG((hwnd),TVM_GETITEM,0,(LPARAM)(TV_ITEM *)(pitem))
|