Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Send Feedback on this topic to the authors