Searched refs:system_handles (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/sandbox/win/sandbox_poc/pocdll/
H A Dhandles.cc53 SYSTEM_HANDLE_INFORMATION_EX *system_handles = local
56 status = NtQuerySystemInformation(SystemHandleInformation, system_handles,
61 delete [] system_handles;
65 for (ULONG i = 0; i < system_handles->NumberOfHandles; ++i) {
66 USHORT h = system_handles->Information[i].Handle;
67 if (system_handles->Information[i].ProcessId != ::GetCurrentProcessId())
158 system_handles->Information[i].GrantedAccess,
165 system_handles->Information[i].GrantedAccess,
183 if (system_handles) {
184 delete [] system_handles;
[all...]

Completed in 82 milliseconds