
103
3.76 SysGetBLBattery
This function retrieves the brightness value of the backlight effect while the operation power is
provided by the installed battery pack.
Calling Sequences
[C++]
DWORD SysGetBLBattery(
DWORD *setting
)
[Visual Basic]
Public Shared Function SysGetBLBattery( _
ByRef setting As Int32 _
) As Int32
[C#]
public static Int32 SysGetBLBattery(
ref Int32 setting
);
Parameters
setting
This parameter is for retrieving the brightness value of the backlight. See
SysSetBLBattery function for the values to retrieve.
Return Values
TRUE : Normal end
FUNCTION_UNSUPPORT : Unsupported error
Comentarios a estos manuales