
25
3.6 SysGetBootup
This function retrieves "Enable" or "Disable" status for turning on the power by a wakeup factor.
Calling Sequences
[C++]
DWORD SysGetBootup(
DWORD *pBootMode
)
[Visual Basic]
Public Shared Function SysGetBootup( _
ByRef pBootMode As Int32 _
) As Int32
[C#]
public static Int32 SysGetBootup(
ref Int32 pBootMode
);
Parameters
pBootMode
This parameter is for retrieving "Enable" or "Disable" status of turning on the power. See
SysSetBootup function for value to retrieve.
Return Values
TRUE : Normal end
FUNCTION_UNSUPPORT : Unsupported error
Comentarios a estos manuales