MCPcopy Create free account
hub / github.com/CCob/lsarelayx / RtlGetVersion

Method RtlGetVersion

client/Program.cs:44–45  ·  view source on GitHub ↗
(ref OSVERSIONINFOEX versionInfo)

Source from the content-addressed store, hash-verified

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))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected