Function NtQueryObject [src]

Prototype

pub extern "ntdll" fn NtQueryObject( Handle: HANDLE, ObjectInformationClass: OBJECT_INFORMATION_CLASS, ObjectInformation: PVOID, ObjectInformationLength: ULONG, ReturnLength: ?*ULONG, ) callconv(.winapi) NTSTATUS

Parameters

Handle: HANDLEObjectInformationClass: OBJECT_INFORMATION_CLASSObjectInformation: PVOIDObjectInformationLength: ULONGReturnLength: ?*ULONG

Source

pub extern "ntdll" fn NtQueryObject( Handle: HANDLE, ObjectInformationClass: OBJECT_INFORMATION_CLASS, ObjectInformation: PVOID, ObjectInformationLength: ULONG, ReturnLength: ?*ULONG, ) callconv(.winapi) NTSTATUS