Searched defs:DumpJobInfo (Results 1 – 1 of 1) sorted by relevance
133 struct DumpJobInfo { struct134 DWORD pid;135 CrashService* self;136 CrashMap map;137 std::wstring dump_path;139 DumpJobInfo(DWORD process_id, CrashService* service, in DumpJobInfo() argument