SslFreeBuffer function
The SslFreeBuffer function is used to free memory that was allocated by one of the Secure Sockets Layer protocol (SSL) provider functions.
Syntax
SECURITY_STATUS WINAPI SslFreeBuffer(
_In_ PVOID pvInput
);
Parameters
-
pvInput [in]
-
A pointer to the memory buffer to be freed.
Return value
If the function succeeds, it returns zero.
If the function fails, it returns a nonzero error value.
Possible return codes include, but are not limited to, the following.
Return code/value | Description |
---|---|
|
The pdwProviderCount or ppProviderList parameter is NULL. |
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
Header |
|
DLL |
|