Hi,
Can we assume that device specific context created for a KMDF object will be zero-initialized?
For eg. say that I registered for device-context in FileObject. Will this context area be zero-initialized?
Thanks,
-Praveen
Hi,
Can we assume that device specific context created for a KMDF object will be zero-initialized?
For eg. say that I registered for device-context in FileObject. Will this context area be zero-initialized?
Thanks,
-Praveen
Should I define FileEventCallbacks when calling WDF_FILEOBJECT_CONFIG_INIT
and do zeroing stuff withing this evt callback function? Or can I depend on WDF to do this?
“Praveen Kumar Amritaluru” wrote in message news:xxxxx@ntdev…
Hi,
Can we assume that device specific context created for a KMDF object will be zero-initialized?
For eg. say that I registered for device-context in FileObject. Will this context area be zero-initialized?
Thanks,
-Praveen
KMDF zero initializes all object contexts before handing them back to the caller
d
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Praveen Kumar Amritaluru
Sent: Thursday, August 10, 2006 8:49 AM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] Can we assume that device specific context created for a KMDF object will be zero-initialized?
Should I define? FileEventCallbacks? when calling WDF_FILEOBJECT_CONFIG_INIT
and do zeroing stuff withing this evt callback function? Or can I depend on WDF to do this?
?
?
?
“Praveen Kumar Amritaluru” wrote in message news:xxxxx@ntdev…
Hi,
Can we assume that device specific context created for a KMDF object will be zero-initialized?
For eg. say that I registered for device-context in FileObject. Will this context area be zero-initialized?
Thanks,
-Praveen
—
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