2 |
1.975104 |
BUS_QUERY_ID_TYPE |
Enum |
|
|
|
|
|
|
typedef enum {
BusQueryDeviceID = 0, // <Enumerator>\<Enumerator-specific device id>
BusQueryHardwareIDs = 1, // Hardware ids
BusQueryCompatibleIDs = 2, // compatible device ids
BusQueryInstanceID = 3, // persistent id for this instance of the device
BusQueryDeviceSerialNumber = 4, // serial number for this device
BusQueryContainerID = 5 // unique id of the device's physical container
} BUS_QUERY_ID_TYPE, *PBUS_QUERY_ID_TYPE;
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.17763.0\km\wdm.h(29483,0) |
|