windows-nt/Source/XPSP1/NT/sdktools/buggy/driver/bugcheck.h

71 lines
947 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef _BUGCHECK_H_INCLUDED_
#define _BUGCHECK_H_INCLUDED_
/////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////// Bugcheck functions
/////////////////////////////////////////////////////////////////////
VOID
BgChkForceCustomBugcheck (
PVOID
);
VOID
BgChkProcessHasLockedPages (
PVOID
);
VOID
BgChkNoMoreSystemPtes (
PVOID
);
VOID
BgChkBadPoolHeader (
PVOID
);
VOID
BgChkDriverCorruptedSystemPtes (
PVOID
);
VOID
BgChkDriverCorruptedExPool (
PVOID
);
VOID
BgChkDriverCorruptedMmPool (
PVOID
);
VOID
BgChkIrqlNotLessOrEqual (
PVOID
);
VOID
BgChkPageFaultBeyondEndOfAllocation (
PVOID
);
VOID
BgChkDriverVerifierDetectedViolation (
PVOID
);
VOID BgChkCorruptSystemPtes(
PVOID
);
VOID
BgChkHangCurrentProcessor (
PVOID
);
#endif // #ifndef _BUGCHECK_H_INCLUDED_