
108
3.81 SysGetBLOffTime
This function retrieves the time period set for continuously pressing the Power key until when the
backlight is turned off.
Calling Sequences
[C++]
DWORD SysGetBLOffTime(
DWORD *pdwTime
)
[Visual Basic]
Public Shared Function SysGetBLOffTime( _
ByRef pdwTime As Int32 _
) As Int32
[C#]
public static Int32 SysGetBLOffTime(
ref Int32 pdwTime
);
Parameters
pdwTime
This parameter is for retrieving the time period set for continuously pressing the Power key.
See SysSetBLOffTime function for the values to retrieve.
Return Values
TRUE : Normal end
FUNCTION_UNSUPPORT : Unsupported error
Comentarios a estos manuales