หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
The SslIncrementProviderReferenceCount function increments the reference count to a Secure Sockets Layer protocol (SSL) provider instance.
Syntax
SECURITY_STATUS WINAPI SslIncrementProviderReferenceCount(
_In_ NCRYPT_PROV_HANDLE hSslProvider
);
Parameters
-
hSslProvider [in]
-
The handle to the SSL protocol provider instance.
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 hSslProvider 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 |
|