bug check callback

Is it possible to set a callback for bug check in win2k. What i found
out was that the ethod is only applicable for XP sp1 and above.

  • Developer

IIRC the bugcheck callbacks are old, at least since NT4.

Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com

----- Original Message -----
From: “Developer”
To: “Windows System Software Devs Interest List”
Sent: Friday, August 26, 2005 9:45 PM
Subject: [ntdev] bug check callback

Is it possible to set a callback for bug check in win2k. What i found
out was that the ethod is only applicable for XP sp1 and above.



- Developer


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

You are currently subscribed to ntdev as: unknown lmsubst tag argument: ‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com

There are two types of BugCheck callbacks, KeRegisterBugCheckCallback was
called before the data was written through Win2k IIRC. Starting with XP
KeRegisterBugCheckReasonCallback was added and the old
KeRegisterBugCheckCallback is now called after the dump is complete.


Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Remove StopSpam from the email to reply

“Maxim S. Shatskih” wrote in message
news:xxxxx@ntdev…
> IIRC the bugcheck callbacks are old, at least since NT4.
>
> Maxim Shatskih, Windows DDK MVP
> StorageCraft Corporation
> xxxxx@storagecraft.com
> http://www.storagecraft.com
>
> ----- Original Message -----
> From: “Developer”
> To: “Windows System Software Devs Interest List”
> Sent: Friday, August 26, 2005 9:45 PM
> Subject: [ntdev] bug check callback
>
>
> Is it possible to set a callback for bug check in win2k. What i found
> out was that the ethod is only applicable for XP sp1 and above.
>
>
> –
>
> - Developer
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: unknown lmsubst tag argument: ‘’
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>

Thanks for the tip.

On 8/27/05, Don Burn wrote:
> There are two types of BugCheck callbacks, KeRegisterBugCheckCallback was
> called before the data was written through Win2k IIRC. Starting with XP
> KeRegisterBugCheckReasonCallback was added and the old
> KeRegisterBugCheckCallback is now called after the dump is complete.
>
>
> –
> Don Burn (MVP, Windows DDK)
> Windows 2k/XP/2k3 Filesystem and Driver Consulting
> Remove StopSpam from the email to reply
>
>
>
> “Maxim S. Shatskih” wrote in message
> news:xxxxx@ntdev…
> > IIRC the bugcheck callbacks are old, at least since NT4.
> >
> > Maxim Shatskih, Windows DDK MVP
> > StorageCraft Corporation
> > xxxxx@storagecraft.com
> > http://www.storagecraft.com
> >
> > ----- Original Message -----
> > From: “Developer”
> > To: “Windows System Software Devs Interest List”
> > Sent: Friday, August 26, 2005 9:45 PM
> > Subject: [ntdev] bug check callback
> >
> >
> > Is it possible to set a callback for bug check in win2k. What i found
> > out was that the ethod is only applicable for XP sp1 and above.
> >
> >
> > –
> >
> > - Developer
> >
> > —
> > Questions? First check the Kernel Driver FAQ at
> > http://www.osronline.com/article.cfm?id=256
> >
> > You are currently subscribed to ntdev as: unknown lmsubst tag argument: ‘’
> > To unsubscribe send a blank email to xxxxx@lists.osr.com
> >
> >
>
>
>
> —
> Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@gmail.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>



- Developer