Fonction CryptMemFree (wincrypt.h)

La fonction CryptMemFree libère la mémoire allouée par CryptMemAlloc ou CryptMemRealloc.

Syntaxe

void CryptMemFree(
  [in] LPVOID pv
);

Paramètres

[in] pv

Pointeur vers la mémoire tampon à libérer.

Valeur de retour

None

Configuration requise

   
Client minimal pris en charge Windows XP [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2003 [applications de bureau uniquement]
Plateforme cible Windows
En-tête wincrypt.h
Bibliothèque Crypt32.lib
DLL Crypt32.dll

Voir aussi

CryptMemAlloc

CryptMemRealloc