Home
last modified time | relevance | path

Searched refs:CONFIGFLAG_DISABLED (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/include/psdk/
H A Dregstr.h390 #define CONFIGFLAG_DISABLED 1 macro
/reactos/dll/win32/devmgr/properties/
H A Dadvprop.cpp983 if (dwValue & CONFIGFLAG_DISABLED) in DisplayDevicePropertyText()
/reactos/dll/win32/setupapi/
H A Ddevinst.c5141 …dwConfigFlags &= ~(PropChange->Scope == DICS_FLAG_GLOBAL ? CONFIGFLAG_DISABLED : CSCONFIGFLAG_DISA… in SetupDiChangeState()
5143 …dwConfigFlags |= (PropChange->Scope == DICS_FLAG_GLOBAL ? CONFIGFLAG_DISABLED : CSCONFIGFLAG_DISAB… in SetupDiChangeState()