Condividi tramite


unione DEVICE_RESET_STATUS_FLAGS (wdm.h)

In questo argomento viene descritta l'unione DEVICE_RESET_STATUS_FLAGS .

Sintassi

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

Definisce la struttura u .

u.KeepStackReset

Definisce il membro ULONGLONGKeepStackReset.

u.RecoveringFromBusError

Definisce il membro ULONGLONGRecoveringFromBusError.

u.Reserved

Riservato per utilizzi futuri.

AsUlonglong

Definisce il membro ULONGAsUlonglong.

Requisiti

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