LockFlagsConstants2 Enumeration Constants

typedef enum LockFlagsConstants2 
{ 
   LOCK_COMPUTER = 0x01, 
   LOCK_APP = 0x02, 
   LOCK_APP_PATH = 0x04, 
} 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.

LOCK_APP_PATH

[0x04] Use this flag to lock the an application that was unlocked using UNLOCK_APP_PATH. You should lock this application when you uninstall it.

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Filters C API Help