Edit

WEBAUTHN_PLUGIN_STATUS_CHANGE_CALLBACK callback function (webauthnplugin.h)

An application-defined callback that Windows invokes when the status of a registered plugin authenticator changes.

Syntax

WEBAUTHN_PLUGIN_STATUS_CHANGE_CALLBACK WebauthnPluginStatusChangeCallback;

void WebauthnPluginStatusChangeCallback(
  void *context
)
{...}

Parameters

context

A caller-defined context pointer that was supplied when the callback was registered.

Return value

None

Remarks

Register this callback by calling WebAuthNPluginRegisterStatusChangeCallback.

Requirements

Requirement Value
Header webauthnplugin.h

See also

WebAuthNPluginRegisterStatusChangeCallback