Home
last modified time | relevance | path

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

/reactos/base/applications/msconfig_new/
H A Dsystempage.cpp633 HTREEITEM hItemChanged = (HTREEITEM)lParam; in CommonWndProc() local
643 UINT uiCheckState = TreeView_GetCheckState(hSystemTree, hItemChanged) % 2; in CommonWndProc()
644 TreeView_SetBOOLCheck(hSystemTree, hItemChanged, uiCheckState ? FALSE : TRUE, TRUE); in CommonWndProc()
645 TreeView_SelectItem(hSystemTree, hItemChanged); in CommonWndProc()