Searched refs:ListView_SetCheckState (Results 1 – 2 of 2) sorted by relevance
110 …void SetCheckState(UINT index, bool checkState) { ListView_SetCheckState(_window, index, BoolToBOO… in SetCheckState()
97 #define ListView_SetCheckState(hwndLV, i, fCheck) \ macro