Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic describes the DEVICE_RESET_STATUS_FLAGS union.
Syntax
typedef union _DEVICE_RESET_STATUS_FLAGS {
struct {
ULONGLONG KeepStackReset : 1;
ULONGLONG RecoveringFromBusError : 1;
ULONGLONG Reserved : 62;
} u;
ULONGLONG AsUlonglong;
} DEVICE_RESET_STATUS_FLAGS, *PDEVICE_RESET_STATUS_FLAGS;
Members
u
Defines the u structure.
u.KeepStackReset
Defines the ULONGLONG member KeepStackReset.
u.RecoveringFromBusError
Defines the ULONGLONG member RecoveringFromBusError.
u.Reserved
Reserved for future use.
AsUlonglong
Defines the ULONGLONG member AsUlonglong.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 22H2 |
Header | wdm.h (include Wdm.h) |