NtQuerySystemInformation Function - Windows API

Purpose



Declaration

C#

[DllImport("ntdll.dll")]
public static extern uint NtQuerySystemInformation(int
	SystemInformationClass, IntPtr SystemInformation, int SystemInformationLength,
	ref int returnLength);