Home
last modified time | relevance | path

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

/reactos/sdk/lib/drivers/wdf/shared/irphandlers/pnp/
H A Dpnppriv.hpp240 __in LONG ExternalState, in FxSetPnpDeviceStateBit() argument
251 *PnpDeviceState |= ExternalState; in FxSetPnpDeviceStateBit()
254 *PnpDeviceState &= ~ExternalState; in FxSetPnpDeviceStateBit()
258 #define SET_PNP_DEVICE_STATE_BIT(State, ExternalState, value, Name) \ argument
260 ExternalState, \