Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Doron Holan - Kernel Mode Driver Framework
Feb 19, 2007 at 3:45 AMI wanted information regarding how do i use KMDF Driver frame work to write the Smart card reader driver.
The main reason why i am asking is the Smart card API which is available takes 2 input parameters.
The first parameter the pointer to the smart card extension
and the second parameter is IRP.
Now my question is how do i use these API's in KMDF driver model.
I case of KMDF model , it doesnot use IRP ..instead used WDFREQUEST....
Do we have new smart card library with the changes which caters with KMDf model ???
Thanks