CryptCreateAsyncHandle function (wincrypt.h)

Creates an async handle.

Syntax

BOOL CryptCreateAsyncHandle(
  DWORD        dwFlags,
  PHCRYPTASYNC phAsync
);

Parameters

dwFlags

Handle creation flags.

phAsync

Receives a pointer to the created async handle.

Requirements

Requirement Value
Minimum supported client Windows 10 Build 20348
Minimum supported server Windows 10 Build 20348
Header wincrypt.h