Funzione CryptMemAlloc (wincrypt.h)
La funzione CryptMemAlloc alloca memoria per un buffer. Viene usato da tutte le funzioni Crypt32.lib che restituiscono buffer allocati.
Sintassi
LPVOID CryptMemAlloc(
[in] ULONG cbSize
);
Parametri
[in] cbSize
Numero di byte da allocare.
Valore restituito
Restituisce un puntatore al buffer allocato. Se la funzione ha esito negativo, viene restituito NULL . Al termine dell'uso del buffer, liberare la memoria chiamando la funzione CryptMemFree .
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Piattaforma di destinazione | Windows |
Intestazione | wincrypt.h |
Libreria | Crypt32.lib |
DLL | Crypt32.dll |