Desktop Functions: Smart Device Functions:
|
Search Results for "NtQueryObject" in [All]ntdll
public static extern NtStatus NtQueryObject(IntPtr objectHandle, OBJECT_INFORMATION_CLASS informationClass, IntPtr informationPtr, uint informationLength, ref uint returnLength);
Declare Function NtQueryObject Lib "ntdll.dll" (TODO) As TODO
public static IntPtr NtQueryObject(IntPtr handle, OBJECT_INFORMATION_CLASS infoClass, uint infoLength = 0)
result = NtQueryObject(handle, infoClass, infoPtr, infoLength, ref infoLength); |