WebAuthNGetCancellationId function (webauthn.h)

Gets the cancellation ID for the canceled operation.

Syntax

HRESULT WebAuthNGetCancellationId(
  GUID *pCancellationId
);

Parameters

pCancellationId

The GUID returned, representing the ID of the cancelled operation.

Return value

An HRESULT indicating success or failure.

Requirements

Requirement Value
Header webauthn.h

See also

WebAuthNCancelCurrentOperation

WebAuthNGetErrorName