Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
#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_
|