
105
3.78 SysGetBLExpower
This function retrieves the brightness value of the backlight effect while the operation power is
provided by the dedicated AC Adaptor via cradle.
Calling Sequences
[C++]
DWORD SysGetBLExpower(
DWORD *setting
)
[Visual Basic]
Public Shared Function SysGetBLExpower( _
ByRef setting As Int32 _
) As Int32
[C#]
public static Int32 SysGetBLExpower(
ref Int32 setting
);
Parameters
setting
This parameter is for retrieving the brightness value of the backlight. See
SysSetBLExpower function for the values to retrieve.
Return Values
TRUE : Normal end
FUNCTION_UNSUPPORT : Unsupported error
Kommentare zu diesen Handbüchern