Home
last modified time | relevance | path

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

/reactos/base/applications/msconfig/
H A Dstartuppage.c180 ListView_SetCheckState(hStartupListCtrl, item.iItem, TRUE); in GetAutostartEntriesFromRegistry()
H A Dsrvpage.c152 ListView_SetCheckState(hServicesListCtrl, item.iItem, TRUE); in GetServices()
/reactos/base/applications/msconfig_new/
H A Dstartuppage.c180 ListView_SetCheckState(hStartupListCtrl, item.iItem, TRUE); in GetAutostartEntriesFromRegistry()
H A Dsrvpage.cpp373ListView_SetCheckState(hServicesListCtrl, item.iItem, (!bIsModifiedService ? bIsServiceEnabled : !… in AddService()
529 ListView_SetCheckState(hServicesListCtrl, index, bNewState); in ValidateItem()
/reactos/dll/shellext/netshell/
H A Dlanconnectui.cpp40 ListView_SetCheckState(hDlgCtrl, lvItem.iItem, bChecked); in AddItemToListView()
/reactos/base/applications/sndvol32/
H A Dsndvol32.c220 ListView_SetCheckState(hwndControls, in PrefDlgAddConnection()
/reactos/sdk/include/psdk/
H A Dcommctrl.h2679 #define ListView_SetCheckState(hwndLV,i,fCheck) ListView_SetItemState(hwndLV,i,INDEXTOSTATEIMAGEMAS… macro