4 references to KERNEL32
System.Xml (4)
parent\parent\parent\parent\InternalApis\NDP_Common\inc\Win8Helpers.cs (4)
31[DllImport(KERNEL32, CharSet = CharSet.None, EntryPoint = "GetCurrentPackageId")] 44[DllImport(KERNEL32, CharSet=CharSet.Ansi, BestFitMapping=false, SetLastError=true, ExactSpelling=true)] 48[DllImport(KERNEL32, CharSet=CharSet.Auto, BestFitMapping=false, SetLastError=true)] 70if(os.Platform == PlatformID.Win32NT && os.Version >= new Version(6,2,0,0) && DoesWin32MethodExist(KERNEL32, "GetCurrentPackageId"))