Source position: jwaimagehlp.pas line 1840
type _MINIDUMP_HEADER = record |
Signature: ULONG32; |
Version: ULONG32; |
NumberOfStreams: ULONG32; |
StreamDirectoryRva: RVA; |
CheckSum: ULONG32; |
U: record |
case Integer of |
0: ( |
Reserved: ULONG32; |
); |
1: ( |
TimeDateStamp: ULONG32; |
); |
end; |
Flags: ULONG64; |
end; |