Write/Read
About Power Limit

Lock Property


Description

Enables or disables the ability to change the power limit values through the user interface.

 VB Syntax

gpl.Lock = state

Variable

(Type) - Description

gpl

A GlobalPowerLimit (object)

state

(boolean)

False - Disables the ability to change the power limit values from the user interface.

True - Enables the ability to change the power limit values from the user interface.

Return Type

Boolean

Default

False

Examples

gpl.Lock = True 'Write

UILock = gpl.Lock 'Read

C++ Syntax

HRESULT get_Lock(BOOL *pVal)
HRESULT put_Lock(BOOL newVal)

Interface

IGlobalPowerLimit