OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NtQueryInformationFile
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sandbox/win/sandbox_poc/pocdll/
handles.cc
13
NTQUERYINFORMATIONFILE
NtQueryInformationFile
;
30
NtQueryInformationFile
= reinterpret_cast<
NTQUERYINFORMATIONFILE
>(
31
GetProcAddress(ntdll_handle, "
NtQueryInformationFile
"));
35
if (!NtQueryObject || !
NtQueryInformationFile
|| !NtQuerySystemInformation) {
114
// need to ask
NtQueryInformationFile
135
status =
NtQueryInformationFile
(reinterpret_cast<HANDLE>(h),
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winternl.h
954
NTSTATUS NTAPI
NtQueryInformationFile
(HANDLE hFile,PIO_STATUS_BLOCK io,PVOID ptr,ULONG len,FILE_INFORMATION_CLASS FileInformationClass);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h
[
all
...]
Completed in 207 milliseconds