Edit

WebAuthNPluginUnregisterStatusChangeCallback function (webauthnplugin.h)

Unregisters a previously registered plugin status-change callback.

Syntax

HRESULT WebAuthNPluginUnregisterStatusChangeCallback(
  DWORD *pdwRegister
);

Parameters

pdwRegister

A pointer to the registration token returned by WebAuthNPluginRegisterStatusChangeCallback.

Return value

If the function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

Call this function to stop receiving notifications for a callback registration created by WebAuthNPluginRegisterStatusChangeCallback.

Requirements

Requirement Value
Header webauthnplugin.h
Library WebAuthnPlugin.Lib
DLL WebAuthnPlugin.dll

See also

WebAuthNPluginRegisterStatusChangeCallback