The SmartcardLockDevice function takes the device critical section. This is useful to serialize access to the reader data structures. The smart card driver library internally uses this function.
NTSTATUS SmartcardLockDevice(PSMARTCARD_EXTENSION SmartcardExtension);
Parameters
- SmartcardExtension
[in] Points to the smart card extension of the device.
Return Values
None.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Smclib.h.
Send Feedback on this topic to the authors