Home | History | Annotate | Download | only in app

Lines Matching refs:HANDLE

81     MiniDumpWithHandleData |  // Get all handle information.
99 typedef NTSTATUS (WINAPI* NtTerminateProcessPtr)(HANDLE ProcessHandle,
161 extern "C" HANDLE __declspec(dllexport) __cdecl
162 InjectDumpProcessWithoutCrash(HANDLE process) {
167 extern "C" HANDLE __declspec(dllexport) __cdecl
168 InjectDumpForHangDebugging(HANDLE process) {
211 // We handle the plugin path separately since it is usually too big
849 NTSTATUS WINAPI HookNtTerminateProcess(HANDLE ProcessHandle,
1067 // Tells breakpad to handle breakpoint and single step exceptions.