UnLockFlagsConstants2 Enumeration Constants

typedef enum UnLockFlagsConstants2 Constants

{

  UNLOCK_COMPUTER = 0x01,

  UNLOCK_APP_ONCE = 0x02,

  UNLOCK_APP_ALWAYS = 0x03,

} UnLockFlagsConstants2;

The UnLockFlagsConstants2 constants define the level at which unlocking will be performed.

Constant

Description

UNLOCK_COMPUTER

[0x01] Use this flag to unlock the module at the computer level. This flag allows all applications to use the module.

UNLOCK_APP_ONCE

[0x02] Use this flag to unlock the module at the application level for the current application instance.

UNLOCK_APP_ALWAYS

[0x03] Use this flag to unlock the module at the application level for all instances all the time.

See Also

ILMDSKernel2::UnlockModule

ILMDSKernel2::LockModules