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.
Specifies whether a plugin authenticator is locked.
Syntax
typedef enum _PLUGIN_LOCK_STATUS {
PluginLocked = 0,
PluginUnlocked = 1
} PLUGIN_LOCK_STATUS;
Constants
PluginLockedValue: 0 The plugin authenticator is locked. |
PluginUnlockedValue: 1 The plugin authenticator is unlocked. |
Remarks
Use this enumeration with IPluginAuthenticator::GetLockStatus.
Requirements
| Requirement | Value |
|---|---|
| Header | pluginauthenticator.h |