
27
3.8 SysGetOffMaskTime
This function retrieves the time period that disables turning off the power after it has been turned on.
Calling Sequences
[C++]
DWORD SysGetOffMaskTime(
DWORD *pdwTime
)
[Visual Basic]
Public Shared Function SysGetOffMaskTime( _
ByRef pdwTime As Int32 _
) As Int32
[C#]
public static Int32 SysGetOffMaskTime(
ref Int32 pdwTime
);
Parameters
pdwTime
This parameter is for retrieving a period of time that the power cannot be turned off with
the Power key after it has been turned on.
Return Values
TRUE : Normal end
FUNCTION_UNSUPPORT : Unsupported error
Comentarios a estos manuales