Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CryptMemFree function (wincrypt.h)
The CryptMemFree function frees memory allocated by CryptMemAlloc or CryptMemRealloc.
Syntax
VOID CryptMemFree(
[in] LPVOID pv
);
Parameters
[in] pv
A pointer to the buffer to be freed.
Return value
None
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Target Platform | Windows |
| Header | wincrypt.h |
| Library | Crypt32.lib |
| DLL | Crypt32.dll |
See also
Feedback
Was this page helpful?
