ChatterBox.Client.Voip.Utils.CPUData.NtQuerySystemInformation C# (CSharp) Method

NtQuerySystemInformation() private method

private NtQuerySystemInformation ( SYSTEM_INFORMATION_CLASS InfoClass, IntPtr Info, UInt32 Size, UInt32 &Length ) : NtStatus
InfoClass SYSTEM_INFORMATION_CLASS
Info System.IntPtr
Size System.UInt32
Length System.UInt32
return NtStatus
        private static extern NtStatus NtQuerySystemInformation(SYSTEM_INFORMATION_CLASS InfoClass, IntPtr Info, UInt32 Size, out UInt32 Length);