HomeSort by relevance Sort by last modified time
    Searched defs:QueryObject (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/sandbox/win/src/
handle_closer_agent.cc 19 static NtQueryObject QueryObject = NULL;
20 if (!QueryObject)
21 ResolveNTFunctionPtr("NtQueryObject", &QueryObject);
25 status = QueryObject(handle, ObjectTypeInformation, buffer, *size, size);
handle_dispatcher.cc 48 static NtQueryObject QueryObject = NULL;
49 if (!QueryObject)
50 ResolveNTFunctionPtr("NtQueryObject", &QueryObject);
67 error = QueryObject(handle, ObjectTypeInformation, type_info, size, &size);
handle_closer.cc 178 static NtQueryObject QueryObject = NULL;
179 if (!QueryObject)
180 ResolveNTFunctionPtr("NtQueryObject", &QueryObject);
189 result = QueryObject(handle, ObjectNameInformation, name.get(),
handle_table.cc 88 static NtQueryObject QueryObject = NULL;
89 if (!QueryObject)
90 ResolveNTFunctionPtr("NtQueryObject", &QueryObject);
105 result = QueryObject(reinterpret_cast<HANDLE>(handle_entry_->Handle),
109 result = QueryObject(reinterpret_cast<HANDLE>(handle_entry_->Handle),
128 result = QueryObject(reinterpret_cast<HANDLE>(
sandbox_nt_types.h 20 NtQueryObjectFunction QueryObject;

Completed in 66 milliseconds