KeRegisterBugCheckReasonCallback

Hello,

I’m in the middle of writing a WDF KMDF driver and was wonder if anyone knows if I
can just call KeRegisterBugCheckReasonCallback or is there a WDF callback
equilavent for a object ?

thanks
Mel

You certainly can call it; I don’t know if there is a KMDF version.

mm

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@yahoo.com
Sent: Monday, July 23, 2007 19:18
To: Windows System Software Devs Interest List
Subject: [ntdev] KeRegisterBugCheckReasonCallback

Hello,

I’m in the middle of writing a WDF KMDF driver and was wonder if anyone
knows if I
can just call KeRegisterBugCheckReasonCallback or is there a WDF
callback
equilavent for a object ?

thanks
Mel


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

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer

There is no KMDF equivalent for this callback. Remember that KMDF wraps
OS concepts where we can add value, KMDF does not wrap the entire OS or
objects just for the sake of wrapping them and adding no value.

d

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Martin O’Brien
Sent: Tuesday, July 24, 2007 1:33 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] KeRegisterBugCheckReasonCallback

You certainly can call it; I don’t know if there is a KMDF version.

mm

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@yahoo.com
Sent: Monday, July 23, 2007 19:18
To: Windows System Software Devs Interest List
Subject: [ntdev] KeRegisterBugCheckReasonCallback

Hello,

I’m in the middle of writing a WDF KMDF driver and was wonder if anyone
knows if I
can just call KeRegisterBugCheckReasonCallback or is there a WDF
callback
equilavent for a object ?

thanks
Mel


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

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer


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

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer