Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ RtlGetVersionEx()

static unsafe int Interop.NtDll.RtlGetVersionEx ( out RTL_OSVERSIONINFOEX osvi)
inlinestaticpackage

Definition at line 1681 of file Interop.cs.

1682 {
1683 osvi = default(RTL_OSVERSIONINFOEX);
1684 osvi.dwOSVersionInfoSize = (uint)sizeof(RTL_OSVERSIONINFOEX);
1685 return RtlGetVersion(ref osvi);
1686 }
static int RtlGetVersion(ref RTL_OSVERSIONINFOEX lpVersionInformation)

References Interop.NtDll.RtlGetVersion().

Referenced by System.Environment.GetOSVersion().