CRYPT_ENCODE_PARA (Windows CE 5.0)
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