Searched refs:hItemChanged (Results 1 – 1 of 1) sorted by relevance
633 HTREEITEM hItemChanged = (HTREEITEM)lParam; in CommonWndProc() local643 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()