CryptMemFree function
The CryptMemFree function frees memory allocated by CryptMemAlloc or CryptMemRealloc.
Syntax
void WINAPI CryptMemFree(
_In_ LPVOID pv
);
Parameters
- pv [in]
-
A pointer to the buffer to be freed.
Return value
This function does not return a value.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: