Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dshellbrowser.cpp291 TreeView_Expand(_left_hwnd, pnmtv->itemNew.hItem, TVE_COLLAPSE|TVE_COLLAPSERESET); in OnTreeItemExpanding()
/reactos/dll/win32/comctl32/
H A Dtreeview.c3346 UINT action = TVE_COLLAPSE | (bRemoveChildren ? TVE_COLLAPSERESET : 0); in TREEVIEW_Collapse()
3643 return TREEVIEW_Collapse(infoPtr, item, flag & TVE_COLLAPSERESET, in TREEVIEW_ExpandMsg()
/reactos/sdk/include/psdk/
H A Dcommctrl.h3431 #define TVE_COLLAPSERESET 0x8000 macro
/reactos/base/setup/reactos/
H A Dtreelist.c12070 if(wParam & TVE_COLLAPSERESET) { in TreeListProc()