
98
3.71 SysGetCPUMode
This function retrieves the CPU frequency control.
Calling Sequences
[C++]
DWORD SysGetCPUMode(
DWORD *pdwMode
)
[Visual Basic]
Public Shared Function SysGetCPUMode( _
ByRef pdwMode As Int32 _
) As Int32
[C#]
public static Int32 SysGetCPUMode(
ref Int32 pdwMode
);
Parameters
pdwMode
This parameter is for retrieving the CPU frequency control mode. See SysSetCPUMode
function for the control modes.
Return Values
TRUE : Normal end
FUNCTION_UNSUPPORT : Unsupported error
Comentários a estes Manuais