PFN_CSP_FREE Function Pointer

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, Windows 2000 Professional with SP4
Minimum supported server Windows Server 2003, Windows 2000 Server with SP4
Header Cardmod.h

See Also

CARD_DATA

CardAcquireContext

PFN_CSP_ALLOC

PFN_CSP_REALLOC

Send comments about this topic to Microsoft

Build date: 3/5/2009