LockFlagsConstants2 Enumeration Constants

typedef enum LockFlagsConstants2 Constants

{

  LOCK_COMPUTER = 0x01,

  LOCK_APP = 0x02,

} LockFlagsConstants2;

The LockFlagsConstants2 constants define the level at which locking will be performed.

Constant Description

 

 

Constant

Description

LOCK_COMPUTER

[0x01] Use this flag to lock the module at the computer level. This flag prevents all applications that do not unlock the module from using it.

LOCK_APP

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

 

See Also

ILMDSKernel2::UnlockModule

ILMDSKernel2::LockModules