Condividi tramite


BUS_SPECIFIC_RESET_FLAGS union (wdm.h)

Questo argomento descrive l'unione BUS_SPECIFIC_RESET_FLAGS .

Sintassi

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

Definisce la struttura u .

u.KeepStackReset

Definisce il membro ULONGKeepStackReset.

u.Reserved

Riservato per utilizzi futuri.

AsUlonglong

Definisce il membro ULONG AsUlonglong.

Requisiti

Requisito Valore
Client minimo supportato Windows 11, versione 22H2
Intestazione wdm.h (include Wdm.h)