Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Réservé à l’utilisation du système.
Syntaxe
typedef union _WHEA_EVENT_LOG_ENTRY_FLAGS {
struct {
ULONG Reserved1 : 1;
ULONG LogInternalEtw : 1;
ULONG LogBlackbox : 1;
ULONG LogSel : 1;
ULONG RawSel : 1;
ULONG NoFormat : 1;
ULONG Driver : 1;
ULONG Reserved2 : 25;
} DUMMYSTRUCTNAME;
ULONG AsULONG;
} WHEA_EVENT_LOG_ENTRY_FLAGS, *PWHEA_EVENT_LOG_ENTRY_FLAGS;
Membres
DUMMYSTRUCTNAME
DUMMYSTRUCTNAME.Reserved1
DUMMYSTRUCTNAME.LogInternalEtw
DUMMYSTRUCTNAME.LogBlackbox
DUMMYSTRUCTNAME.LogSel
DUMMYSTRUCTNAME.RawSel
DUMMYSTRUCTNAME.NoFormat
DUMMYSTRUCTNAME.Driver
DUMMYSTRUCTNAME.Reserved2
AsULONG
Exigences
| Exigence | Valeur |
|---|---|
| d’en-tête | ntddk.h |