
107
3.80 SysSetBLOffTime
This function sets up a time period for continuously pressing the Power key until when the backlight
is turned off.
Calling Sequences
[C++]
DWORD SysSetBLOffTime(
DWORD dwTime
)
[Visual Basic]
Public Shared Function SysSetBLOffTime( _
ByVal dwTime As Int32 _
) As Int32
[C#]
public static Int32 SysSetBLOffTime(
Int32 dwTime
);
Parameters
dwTime
This parameter is for specifying a time period for continuously pressing the Power key. The
default is 2,000 milliseconds.
Return Values
TRUE : Normal end
FUNCTION_UNSUPPORT : Unsupported error
Comentários a estes Manuais