Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/Control/
DListView.h110 …void SetCheckState(UINT index, bool checkState) { ListView_SetCheckState(_window, index, BoolToBOO… in SetCheckState()
/third_party/lzma/CPP/Windows/
DWindow.h97 #define ListView_SetCheckState(hwndLV, i, fCheck) \ macro