
47
3.28 SysGetWakeOn
This function retrieves "Enable" or "Disable" status for the WakeOn function of module. It can
control the WakeOn function for module integrated in the IT-3100 series.
Calling Sequences
[C++]
DWORD SysGetWakeOn(
DWORD *pdwWakeOnModules
)
[Visual Basic]
Public Shared Function SysGetWakeOn( _
ByRef pdwWakeOnModules As Int32 _
) As Int32
[C#]
public static Int32 SysGetWakeOn(
ref Int32 pdwWakeOnModules
);
Parameters
pdwWakeOnModules
This parameter is for retrieving "Enable" or "Disable" status for the WakeOn function.
Return Values
TRUE : Normal end
FUNCTION_UNSUPPORT : Unsupported error
Comentarios a estos manuales