Notă
Accesul la această pagină necesită autorizare. Puteți încerca să vă conectați sau să modificați directoarele.
Accesul la această pagină necesită autorizare. Puteți încerca să modificați directoarele.
The SslFreeObject function frees a key, hash, or provider object.
Syntax
SECURITY_STATUS WINAPI SslFreeObject(
_In_ NCRYPT_HANDLE hObject,
_In_ DWORD dwFlags
);
Parameters
-
hObject [in]
-
The handle of the object to free.
-
dwFlags [in]
-
This parameter is reserved for future use.
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 |
|---|---|
|
An internal handle is not valid. |
|
The provided handle is not valid. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows Vista [desktop apps only] |
| Minimum supported server |
Windows Server 2008 [desktop apps only] |
| Header |
|
| DLL |
|