SmartcardExit (Windows CE 5.0)
The SmartcardExit function frees buffers that were allocated during a call to SmartcardInitialize.
VOID SmartcardExit(PSMARTCARD_EXTENSIONSmartcardExtension);
Parameters
- SmartcardExtension
[in] Points to the smart card extension of the device.
Return Values
None.
Remarks
The library allocates internal buffers during a call to SmartCardInitialize. SmartcardExit frees these buffers.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Smclib.h.
See Also
Send Feedback on this topic to the authors