CRYPT_ENCODE_PARA
This structure is used by the CryptEncodeObjectEx function. It provides access to memory allocation and memory freeing callback functions.
typedef struct _CRYPT_ENCODE_PARA {DWORDcbSize;PFN_CRYPT_ALLOCpfnAlloc;PFN_CRYPT_FREEpfnFree;} CRYPT_ENCODE_PARA, *PCRYPT_ENCODE_PARA;
Members
- cbSize
Size of the structure. - pfnAlloc
Optional pointer to a callback function used to allocate memory. - pfnFree
Optional pointer to a callback function used to free memory allocated by the allocate callback function.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Wincrypt.h.
See Also
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.