Interop.mincore.GetNativeSystemInfo C# (CSharp) Метод

GetNativeSystemInfo() приватный Метод

private GetNativeSystemInfo ( SYSTEM_INFO &lpSystemInfo ) : void
lpSystemInfo SYSTEM_INFO
Результат void
        internal extern static void GetNativeSystemInfo(out SYSTEM_INFO lpSystemInfo);
    }