System.PlatformDetection.RtlGetVersion C# (CSharp) Méthode

RtlGetVersion() private méthode

private RtlGetVersion ( RTL_OSVERSIONINFOEX &lpVersionInformation ) : int
lpVersionInformation RTL_OSVERSIONINFOEX
Résultat int
        private static extern int RtlGetVersion(out RTL_OSVERSIONINFOEX lpVersionInformation);