Source position: jwaimagehlp.pas line 2583
type _MINIDUMP_CALLBACK_INPUT = record |
ProcessId: ULONG; |
ProcessHandle: HANDLE; |
CallbackType: ULONG; |
case Integer of |
0: ( |
Thread: MINIDUMP_THREAD_CALLBACK; |
); |
1: ( |
ThreadEx: MINIDUMP_THREAD_EX_CALLBACK; |
); |
2: ( |
Module: MINIDUMP_MODULE_CALLBACK; |
); |
3: ( |
IncludeThread: MINIDUMP_INCLUDE_THREAD_CALLBACK; |
); |
4: ( |
IncludeModule: MINIDUMP_INCLUDE_MODULE_CALLBACK; |
); |
end; |