OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NTCLOSE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/win/tools/finder/
finder_kernel.cc
25
NTCLOSE
NtClose
;
71
NtClose
= (
NTCLOSE
) ::GetProcAddress(ntdll_handle, "
NtClose
");
72
CHECKPTR(
NtClose
);
143
NtClose
(file_handle);
181
NtClose
(handle);
195
NtClose
(handle);
209
NtClose
(handle)
[
all
...]
ntundoc.h
267
typedef NTSTATUS (WINAPI*
NTCLOSE
) (HANDLE);
Completed in 31 milliseconds