What port driver are you linking against? Who defined ClientIdentificationAddress?
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Sreejesh S. Warrier
Sent: Thursday, June 26, 2008 11:45 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] Allocating driver extension in kmdf driver
There was using a ClientIdentificationAddress to get driver extension(IoGetDriverObjectExtension) in WDM.
But now in KMDF there is no such unique identifier.
Why does it so? (Please consider I am very new to WDF driver writing world)
thanks
sreejeshs
-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Peter Wieland
Sent: Tuesday, June 24, 2008 8:51 PM
To: Windows System Software Devs Interest List
Subject: RE:[ntdev] Allocating driver extension in kmdf driver
Every WDF object may have one (or more) contexts associated with it, which are the equivalent of driver object extensions (or device extensions, or file object extensions, etc…)
Lookup the macro WDF_DECLARE_CONTEXT_TYPE for an example of how to declare a context and to specify the context that goes with an object when you allocate it.
-p
-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Sreejesh S. Warrier
Sent: Tuesday, June 24, 2008 4:52 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] Allocating driver extension in kmdf driver
Hi Dears,
Its my first post. Please help me.
I have faced a critical problem while I am porting a camera card wdm driver to
WDF(KMDF) driver. I was allocating my driver extension using IoAllocateDriverObjectExtension in my old wdm driver. How the same will be done in KMDF?
thanks&rgrds
sreejeshs
NTDEV is sponsored by OSR
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer
NTDEV is sponsored by OSR
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer
NTDEV is sponsored by OSR
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer