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