Home
last modified time | relevance | path

Searched refs:TVM_GETITEM (Results 1 – 4 of 4) sorted by relevance

/reactos/base/setup/reactos/
H A Dtreelist.h394 #define TreeList_GetItem(h,p) ((BOOL )SNDMSG(h,TVM_GETITEM,0,(LPARAM)(TV_ITEM*)(p)))
H A Dtreelist.c11643 case TVM_GETITEM: // Eintr�ge abfragen in TreeListProc()
/reactos/sdk/include/reactos/ui/
H A Drosctrls.h547 return (BOOL) SendMessage(TVM_GETITEM, 0, reinterpret_cast<LPARAM>(pitem)); in GetItem()
/reactos/sdk/include/psdk/
H A Dcommctrl.h3493 #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))