Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Closes an async handle.
Syntax
BOOL CryptCloseAsyncHandle(
HCRYPTASYNC hAsync
);
Parameters
hAsync
The async handle to close.
Return value
Returns S_OK on success.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 Build 20348 |
| Minimum supported server | Windows 10 Build 20348 |
| Header | wincrypt.h |
| Library | Crypt32.Lib |