Home
last modified time | relevance | path

Searched refs:NMTREEVIEW (Results 1 – 5 of 5) sorted by relevance

/reactos/base/applications/regedit/
H A Dtreeview.c496 BOOL OnTreeExpanding(HWND hwndTV, NMTREEVIEW* pnmtv) in OnTreeExpanding()
630 *Result = !OnTreeExpanding(g_pChildWnd->hTreeWnd, (NMTREEVIEW*)lParam); in TreeWndNotifyProc()
634 NMTREEVIEW* pnmtv = (NMTREEVIEW*)lParam; in TreeWndNotifyProc()
H A Dmain.h142 BOOL OnTreeExpanding(HWND hWnd, NMTREEVIEW* pnmtv);
/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Dtraynotify.cpp1152 NMTREEVIEW* pnmtv = (NMTREEVIEW*)pnmh; in Notify()
/reactos/base/setup/reactos/
H A Dtreelist.c1778 NMTREEVIEW sNotify; in UpdateToolTip()
2595 NMTREEVIEW sNotify; in TreeListToggleItem()
3074 NMTREEVIEW sNotify; in TreeListDeleteItem()
3319 NMTREEVIEW sNotify; in TreeListXorSelectItem()
3589 NMTREEVIEW sNotify; in TreeListSelectItem()
6802 NMTREEVIEW sNotify; in TreeListChangeCheckbox()
6886 NMTREEVIEW sNotify; in TreeListMouseNotify()
6936 NMTREEVIEW sNotify; in TreeListMouseClick()
9698 NMTREEVIEW sNotify; in TreeListStartAutoEdit()
10464 NMTREEVIEW sNotify; in TreeListProc()
/reactos/sdk/include/psdk/
H A Dcommctrl.h3629 #define NM_TREEVIEW NMTREEVIEW
3647 #define NMTREEVIEW __MINGW_NAME_AW(NMTREEVIEW) macro