9 lines
154 B
Plaintext
9 lines
154 B
Plaintext
namespace PasskeyManager
|
|
{
|
|
interface IPluginOperationPage
|
|
{
|
|
void UpdatePasskeyOperationStatus(HRESULT hr);
|
|
void DisableUI();
|
|
void EnableUI();
|
|
}
|
|
} |