Searched refs:ListView_SetCheckState (Results 1 – 7 of 7) sorted by relevance
/reactos/base/applications/msconfig/ |
H A D | startuppage.c | 180 ListView_SetCheckState(hStartupListCtrl, item.iItem, TRUE); in GetAutostartEntriesFromRegistry()
|
H A D | srvpage.c | 152 ListView_SetCheckState(hServicesListCtrl, item.iItem, TRUE); in GetServices()
|
/reactos/base/applications/msconfig_new/ |
H A D | startuppage.c | 180 ListView_SetCheckState(hStartupListCtrl, item.iItem, TRUE); in GetAutostartEntriesFromRegistry()
|
H A D | srvpage.cpp | 373 …ListView_SetCheckState(hServicesListCtrl, item.iItem, (!bIsModifiedService ? bIsServiceEnabled : !… in AddService() 529 ListView_SetCheckState(hServicesListCtrl, index, bNewState); in ValidateItem()
|
/reactos/dll/shellext/netshell/ |
H A D | lanconnectui.cpp | 40 ListView_SetCheckState(hDlgCtrl, lvItem.iItem, bChecked); in AddItemToListView()
|
/reactos/base/applications/sndvol32/ |
H A D | sndvol32.c | 220 ListView_SetCheckState(hwndControls, in PrefDlgAddConnection()
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 2679 #define ListView_SetCheckState(hwndLV,i,fCheck) ListView_SetItemState(hwndLV,i,INDEXTOSTATEIMAGEMAS… macro
|