Tao.Platform.Windows SDK Documentation

Kernel.GetSystemInfo Method 

The GetSystemInfo function returns information about the current system.

To retrieve accurate information for a Win32-based application running on WOW64, call the GetNativeSystemInfo function.

[Visual Basic]
Public Shared Sub GetSystemInfo( _
   ByRef systemInfo As SYSTEM_INFO _
)
[C#]
public static void GetSystemInfo(
   out SYSTEM_INFO systemInfo
);

Parameters

systemInfo
Pointer to a Kernel.SYSTEM_INFO structure that receives the information.

See Also

Kernel Class | Tao.Platform.Windows Namespace | Kernel.SYSTEM_INFO