HomeSort by relevance Sort by last modified time
    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 230 milliseconds