
31
3.12 SysGetPowerOnKeyTime
This function retrieves the period of time for continuously pressing the Power key until when the
power is turned on.
Calling Sequences
[C++]
DWORD SysGetPowerOnKeyTime(
DWORD *pdwTime
)
[Visual Basic]
Public Shared Function SysGetPowerOnKeyTime( _
ByRef pdwTime As Int32 _
) As Int32
[C#]
public static Int32 SysGetPowerOnKeyTime(
ref Int32 pdwTime
);
Parameters
pdwTime
This parameter is for retrieving the time period. See SysSetPowerOnKeyTime function
for value to retrieve.
Return Values
TRUE : Normal end
FUNCTION_UNSUPPORT : Unsupported error
Comentários a estes Manuais