PFN_CSP_FREE function pointer
This topic is not current. For the most current information about the Smart Card API, see Smart Card Minidriver Specification.
The PFN_CSP_FREE function pointer points to a function that frees a block of memory.
typedef VOID ( WINAPI *PFN_CSP_FREE)(
_In_ LPVOID Address
);
-
Address [in]
-
A pointer to the address of the memory block to free.
This function pointer does not return a value.
This function pointer is passed to a card module in a CARD_DATA structure when the Microsoft Base Smart Card Cryptographic Service Provider calls the CardAcquireContext function.
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|