Skip to content

Latest commit

 

History

History
69 lines (57 loc) · 1.73 KB

nf-wincrypt-cryptmemfree.md

File metadata and controls

69 lines (57 loc) · 1.73 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:wincrypt.CryptMemFree
CryptMemFree function (wincrypt.h)
The CryptMemFree function frees memory allocated by CryptMemAlloc or CryptMemRealloc.
CryptMemFree
CryptMemFree function [Security]
_crypto2_cryptmemfree
security.cryptmemfree
wincrypt/CryptMemFree
security\cryptmemfree.htm
security
fb5c10ba-da8e-4a34-9302-67586a0a9624
12/05/2018
CryptMemFree, CryptMemFree function [Security], _crypto2_cryptmemfree, security.cryptmemfree, wincrypt/CryptMemFree
wincrypt.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Crypt32.lib
Crypt32.dll
Windows
19H1
CryptMemFree
wincrypt/CryptMemFree
c++
APIRef
kbSyntax
DllExport
Crypt32.dll
CryptMemFree

CryptMemFree function

-description

The CryptMemFree function frees memory allocated by CryptMemAlloc or CryptMemRealloc.

-parameters

-param pv [in]

A pointer to the buffer to be freed.

-see-also

CryptMemAlloc

CryptMemRealloc