estrutura KBUGCHECK_REASON_CALLBACK_RECORD (wdm.h)
Para obter mais informações, consulte Estruturas opacas do kernel do Windows.
Sintaxe
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;
Membros
Entry
CallbackRoutine
Component
Checksum
Reason
State
Para obter mais informações sobre como essa estrutura é usada, consulte Escrevendo uma rotina de retorno de chamada de verificação de bugs.
Requisitos
Requisito | Valor |
---|---|
Cabeçalho | wdm.h |
Confira também
Gravando uma rotina de retorno de chamada de verificação de bugs.