DEVICE_BUS_SPECIFIC_RESET_INFO structure (wdm.h)

Defines the DEVICE_BUS_SPECIFIC_RESET_INFO structure.

Syntax

typedef struct _DEVICE_BUS_SPECIFIC_RESET_INFO {
  GUID                           BusTypeGuid;
  DEVICE_BUS_SPECIFIC_RESET_TYPE ResetTypeSupported;
} DEVICE_BUS_SPECIFIC_RESET_INFO, *PDEVICE_BUS_SPECIFIC_RESET_INFO;

Members

BusTypeGuid

ResetTypeSupported

Requirements

Requirement Value
Minimum supported server Windows Server 2022
Header wdm.h (include Wdm.h)