BUS_SPECIFIC_RESET_FLAGS union (wdm.h)

This topic describes the BUS_SPECIFIC_RESET_FLAGS union.

Syntax

typedef union _BUS_SPECIFIC_RESET_FLAGS {
  struct {
    ULONGLONG KeepStackReset : 1;
    ULONGLONG Reserved : 63;
  } u;
  ULONGLONG AsUlonglong;
} BUS_SPECIFIC_RESET_FLAGS, *PBUS_SPECIFIC_RESET_FLAGS;

Members

u

Defines the u structure.

u.KeepStackReset

Defines the ULONGLONG member KeepStackReset.

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)