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.

Syntax

typedef VOID ( WINAPI *PFN_CSP_FREE)(
  _In_ LPVOID Address
);

Parameters

Address [in]

A pointer to the address of the memory block to free.

Return value

This function pointer does not return a value.

Remarks

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.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Cardmod.h

See also

CARD_DATA

CardAcquireContext

PFN_CSP_ALLOC

PFN_CSP_REALLOC