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.
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 |