FastColoredTextBoxNS.PlatformType.GetNativeSystemInfo C# (CSharp) Method

GetNativeSystemInfo() private method

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