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: HANDLE
ObjectInformationClass: OBJECT_INFORMATION_CLASS
ObjectInformation: PVOID
ObjectInformationLength: ULONG
ReturnLength: ?*ULONG
Source
pub extern "ntdll" fn NtQueryObject(
Handle: HANDLE,
ObjectInformationClass: OBJECT_INFORMATION_CLASS,
ObjectInformation: PVOID,
ObjectInformationLength: ULONG,
ReturnLength: ?*ULONG,
) callconv(.winapi) NTSTATUS