SmartcardUnlockDevice (Windows CE 5.0)
The SmartcardUnlockDevice function releases the device critical section claimed by SmartcardLockDevice. The smart card driver library internally uses this function.
NTSTATUS SmartcardUnlockDevice(PSMARTCARD_EXTENSION SmartcardExtension);
Parameters
- SmartcardExtension
[in] Points to the smart card extension of the device.
Return Values
An NTSTATUS code.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Smclib.h.
Send Feedback on this topic to the authors