Home
last modified time | relevance | path

Searched refs:CM_Get_DevNode_Status_Ex (Results 1 – 10 of 10) sorted by relevance

/reactos/dll/win32/devmgr/devmgmt/
H A DDeviceNode.cpp166 cr = CM_Get_DevNode_Status_Ex(&m_Status, in HasProblem()
183 cr = CM_Get_DevNode_Status_Ex(&m_Status, in IsHidden()
205 cr = CM_Get_DevNode_Status_Ex(&m_Status, in CanDisable()
222 cr = CM_Get_DevNode_Status_Ex(&m_Status, in IsDisabled()
239 cr = CM_Get_DevNode_Status_Ex(&m_Status, in IsStarted()
256 cr = CM_Get_DevNode_Status_Ex(&m_Status, in IsInstalled()
274 cr = CM_Get_DevNode_Status_Ex(&m_Status, in CanUninstall()
/reactos/dll/win32/devmgr/properties/
H A Dmisc.cpp454 cr = CM_Get_DevNode_Status_Ex(&Status, in GetDeviceStatusString()
695 cr = CM_Get_DevNode_Status_Ex(&Status, in IsDeviceHidden()
719 cr = CM_Get_DevNode_Status_Ex(&Status, in CanDisableDevice()
743 cr = CM_Get_DevNode_Status_Ex(&Status, in IsDeviceStarted()
767 cr = CM_Get_DevNode_Status_Ex(&Status, in IsDriverInstalled()
H A Ddevprblm.cpp53 cr = CM_Get_DevNode_Status_Ex(&Status, in ShowDeviceProblemWizard()
H A Dadvprop.cpp662 cr = CM_Get_DevNode_Status_Ex(&dwStatus, in UpdateDriverDlg()
1035 CM_Get_DevNode_Status_Ex(&dwStatus, in DisplayDevNodeFlags()
2412 cr = CM_Get_DevNode_Status_Ex(&Status, in UpdateDevInfo()
/reactos/dll/win32/cfgmgr32/
H A Dcfgmgr32.spec71 @ stdcall CM_Get_DevNode_Status_Ex(ptr ptr long long long) setupapi.CM_Get_DevNode_Status_Ex
/reactos/dll/win32/newdev/
H A Dwizard.c133 cr = CM_Get_DevNode_Status_Ex(&Status, in CanDisableDevice()
157 cr = CM_Get_DevNode_Status_Ex( in IsDeviceStarted()
/reactos/dll/cpl/hdwwiz/
H A Dhdwwiz.c333 …if (CM_Get_DevNode_Status_Ex(&ulStatus, &ulProblemNumber, DevInfoData.DevInst, 0, NULL) == CR_SUCC… in InitProbeListPage()
/reactos/sdk/include/psdk/
H A Dcfgmgr32.h1815 CM_Get_DevNode_Status_Ex(
1823 #define CM_Get_DevInst_Status_Ex CM_Get_DevNode_Status_Ex
/reactos/dll/win32/setupapi/
H A Dsetupapi.spec77 @ stdcall CM_Get_DevNode_Status_Ex(ptr ptr long long ptr)
H A Dcfgmgr.c3680 return CM_Get_DevNode_Status_Ex(pulStatus, pulProblemNumber, dnDevInst, in CM_Get_DevNode_Status()
3690 CM_Get_DevNode_Status_Ex( in CM_Get_DevNode_Status_Ex() function