Nevron.Interop.Win32 Namespace / NKernel32 Class / GetSystemInfo Method


GetSystemInfo Method
Syntax
'Declaration
 
<System.Security.SuppressUnmanagedCodeSecurityAttribute()>
Public Shared Sub GetSystemInfo( _
   ByRef systemInfo As NKernel32.SYSTEM_INFO _
) 
 
'Usage
 
Dim systemInfo As NKernel32.SYSTEM_INFO
 
NKernel32.GetSystemInfo(systemInfo)

Parameters

systemInfo
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also