NtQueryObject Function - Windows API

Purpose



Declaration

C#

[DllImport("ntdll.dll")]
public static extern int NtQueryObject(int ObjectHandle, int
	ObjectInformationClass, IntPtr ObjectInformation, int ObjectInformationLength,
	ref int returnLength);