
54
3.33 SysGetSystemManagedVirtualOffMode
This function retrieves the status of "Enable" or "Disable" for the system management virtual OFF
mode.
Calling Sequences
[C++]
DWORD SysGetSystemManagedVirtualOffMode(
DWORD *pdwSysVOffMode
)
[Visual Basic]
Public Shared Function SysGetSystemManagedVirtualOffMode( _
ByRef pdwSysVOffMode As Int32 _
) As Int32
[C#]
public static Int32 SysGetSystemManagedVirtualOffMode(
ref Int32 pdwSysVOffMode
);
Parameter
pdwSysVOffMode
This parameter is for retrieving the status of "Enable" or "Disable" for the system
management virtual OFF mode.
Return Values
TRUE : Normal end.
FALSE : Internal error.
FUNCTION_UNSUPPORT : Unsupported error.
Comentarios a estos manuales