Edit

PLUGIN_LOCK_STATUS enumeration (pluginauthenticator.h)

Specifies whether a plugin authenticator is locked.

Syntax

typedef enum _PLUGIN_LOCK_STATUS {
  PluginLocked = 0,
  PluginUnlocked = 1
} PLUGIN_LOCK_STATUS;

Constants

 
PluginLocked
Value: 0
The plugin authenticator is locked.
PluginUnlocked
Value: 1
The plugin authenticator is unlocked.

Remarks

Use this enumeration with IPluginAuthenticator::GetLockStatus.

Requirements

Requirement Value
Header pluginauthenticator.h