Unit 'JwaImageHlp' Package
[Overview][Constants][Types][Procedures and functions][Index] [#winunits-jedi]

_MINIDUMP_HEADER

Declaration

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;


Documentation generated on: 2023-03-18