(ref OSVERSIONINFOEX versionInfo)
| 42 | } |
| 43 | |
| 44 | [DllImport("ntdll.dll", SetLastError = true, CharSet = CharSet.Unicode)] |
| 45 | internal static extern int RtlGetVersion(ref OSVERSIONINFOEX versionInfo); |
| 46 | [StructLayout(LayoutKind.Sequential)] |
| 47 | internal struct OSVERSIONINFOEX { |
| 48 | // The OSVersionInfoSize field must be set to Marshal.SizeOf(typeof(OSVERSIONINFOEX)) |
nothing calls this directly
no outgoing calls
no test coverage detected