Partager via


structure KBUGCHECK_REASON_CALLBACK_RECORD (wdm.h)

Pour plus d’informations, consultez structures opaques du noyau Windows.

Syntaxe

typedef struct _KBUGCHECK_REASON_CALLBACK_RECORD {
  LIST_ENTRY                         Entry;
  PKBUGCHECK_REASON_CALLBACK_ROUTINE CallbackRoutine;
  PUCHAR                             Component;
  ULONG_PTR                          Checksum;
  KBUGCHECK_CALLBACK_REASON          Reason;
  UCHAR                              State;
} KBUGCHECK_REASON_CALLBACK_RECORD, *PKBUGCHECK_REASON_CALLBACK_RECORD;

Membres

Entry

CallbackRoutine

Component

Checksum

Reason

State

Pour plus d’informations sur l’utilisation de cette structure, consultez Écriture d’une routine de rappel de vérification des bogues.

Exigences

Exigence Valeur
d’en-tête wdm.h

Voir aussi

écrire une routine de rappel de vérification des bogues.