Microsoft.Win32.Win32Native.GetSystemInfo C# (CSharp) Method

GetSystemInfo() private method

private GetSystemInfo ( SYSTEM_INFO &lpSystemInfo ) : void
lpSystemInfo SYSTEM_INFO
return void
        internal static extern void GetSystemInfo(ref SYSTEM_INFO lpSystemInfo);