OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NTQUERYOBJECT
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/win/sandbox_poc/pocdll/
handles.cc
12
NTQUERYOBJECT
NtQueryObject
;
28
NtQueryObject
= reinterpret_cast<
NTQUERYOBJECT
>(
29
GetProcAddress(ntdll_handle, "
NtQueryObject
"));
35
if (!
NtQueryObject
|| !NtQueryInformationFile || !NtQuerySystemInformation) {
73
status =
NtQueryObject
(reinterpret_cast<HANDLE>(h),
84
status =
NtQueryObject
(reinterpret_cast<HANDLE>(h),
95
status =
NtQueryObject
(reinterpret_cast<HANDLE>(h),
106
status =
NtQueryObject
(reinterpret_cast<HANDLE>(h)
[
all
...]
/external/chromium_org/sandbox/win/tools/finder/
ntundoc.h
260
typedef NTSTATUS (WINAPI*
NTQUERYOBJECT
)(
Completed in 34 milliseconds