Expand Minimize
This topic has not yet been rated - Rate this topic

KeInitializeCallbackRecord macro

The KeInitializeCallbackRecord macro initializes a KBUGCHECK_CALLBACK_RECORD or KBUGCHECK_REASON_CALLBACK_RECORD structure.

Syntax


VOID KeInitializeCallbackRecord(
  [in]  PKBUGCHECK_CALLBACK_RECORD CallbackRecord
);

Parameters

CallbackRecord [in]

Pointer to either a KBUGCHECK_CALLBACK_RECORD or a KBUGCHECK_REASON_CALLBACK_RECORD structure. The structure must be in resident memory, such as nonpaged pool.

Return value

None

Requirements

Version

Available in Windows 2000 and later versions of Windows.

Header

Wdm.h (include Wdm.h, Ntddk.h, or Ntifs.h)

IRQL

Any level

See also

KBUGCHECK_CALLBACK_RECORD
KBUGCHECK_REASON_CALLBACK_RECORD
KeRegisterBugCheckCallback
KeRegisterBugCheckReasonCallback

 

 

Send comments about this topic to Microsoft

Build date: 5/2/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.