Home
last modified time | relevance | path

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

/reactos/sdk/lib/drivers/wdf/shared/irphandlers/pnp/
H A Dfxpkgpdo.cpp1370 BUS_QUERY_ID_TYPE queryIdType; in _PnpQueryId() local
1377 queryIdType = Irp->GetParameterQueryIdType(); in _PnpQueryId()
1379 switch (queryIdType) { in _PnpQueryId()
1383 if (queryIdType == BusQueryDeviceID) { in _PnpQueryId()
1386 else if (queryIdType == BusQueryInstanceID) { in _PnpQueryId()
1420 if (queryIdType == BusQueryHardwareIDs) { in _PnpQueryId()
1466 queryIdType, status); in _PnpQueryId()
1474 queryIdType, status); in _PnpQueryId()