3 instantiations of RTL_OSVERSIONINFOEX
System.Windows.Forms.Primitives.TestUtilities (3)
PlatformDetection.Windows.cs (3)
198
RTL_OSVERSIONINFOEX osvi =
new
()
208
RTL_OSVERSIONINFOEX osvi =
new
()
266
RTL_OSVERSIONINFOEX osvi =
new
()
7 references to RTL_OSVERSIONINFOEX
System.Windows.Forms.Primitives.TestUtilities (7)
PlatformDetection.Windows.cs (7)
198
RTL_OSVERSIONINFOEX
osvi = new()
200
dwOSVersionInfoSize = (uint)sizeof(
RTL_OSVERSIONINFOEX
)
208
RTL_OSVERSIONINFOEX
osvi = new()
210
dwOSVersionInfoSize = (uint)sizeof(
RTL_OSVERSIONINFOEX
)
249
private static extern int RtlGetVersion(ref
RTL_OSVERSIONINFOEX
lpVersionInformation);
266
RTL_OSVERSIONINFOEX
osvi = new()
268
dwOSVersionInfoSize = (uint)sizeof(
RTL_OSVERSIONINFOEX
)