CryptCloseAsyncHandle function (wincrypt.h)

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