<trclass="memdesc:ae1c77644aa56ab70fd6f50c343eafda8"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The minidump file format magic number, <aclass="el"href="dbghelp_8h.html#a0d0fecdd7d2b287138b5af5292b9b600"title="The magic number for a minidump file, stored in MINIDUMP_HEADER::Signature. ">MINIDUMP_SIGNATURE</a>. <br/></td></tr>
<trclass="memdesc:a7ea8d51f5ca990eec9eb0b3643c6b406"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The minidump file format version number, <aclass="el"href="dbghelp_8h.html#ab247a0e9a47b718e3f091d992868830a"title="The version of a minidump file, stored in MINIDUMP_HEADER::Version. ">MINIDUMP_VERSION</a>. <br/></td></tr>
<trclass="memdesc:ac64203d27bba37f630437048a0e19630"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The number of <aclass="el"href="structMINIDUMP__DIRECTORY.html"title="A pointer to a stream within a minidump file. ">MINIDUMP_DIRECTORY</a> elements present in the directory referenced by <aclass="el"href="structMINIDUMP__HEADER.html#afc88b1f46827fbeae6ef6e0718a23b57"title="A pointer to an array of MINIDUMP_DIRECTORY structures that identify all of the streams within this m...">StreamDirectoryRva</a>. <br/></td></tr>
<trclass="memdesc:afc88b1f46827fbeae6ef6e0718a23b57"><tdclass="mdescLeft"> </td><tdclass="mdescRight">A pointer to an array of <aclass="el"href="structMINIDUMP__DIRECTORY.html"title="A pointer to a stream within a minidump file. ">MINIDUMP_DIRECTORY</a> structures that identify all of the streams within this minidump file. The array has <aclass="el"href="structMINIDUMP__HEADER.html#ac64203d27bba37f630437048a0e19630"title="The number of MINIDUMP_DIRECTORY elements present in the directory referenced by StreamDirectoryRva. ">NumberOfStreams</a> elements present. <br/></td></tr>
<trclass="memdesc:a007f6608822bbef3d289f0cb125c1d9a"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The minidump file’s checksum. This can be <code>0</code>, and in practice, <code>0</code> is the only value that has ever been seen in this field. <br/></td></tr>
<trclass="memdesc:a5f3811a143f2a6405e721d03d8c86f1d"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The time that the minidump file was generated, in <code>time_t</code> format, the number of seconds since the POSIX epoch. <br/></td></tr>
<trclass="memdesc:a052f2280538826d030c4cb5154963e27"><tdclass="mdescLeft"> </td><tdclass="mdescRight">A bitfield containing members of <aclass="el"href="dbghelp_8h.html#a7580bc5aa0738de92a9766904fc7e79b"title="Minidump file type values for MINIDUMP_HEADER::Flags. These bits describe the types of data carried w...">MINIDUMP_TYPE</a>, describing the types of data carried within this minidump file. <br/></td></tr>
<divclass="textblock"><p>The top-level structure identifying a minidump file. </p>
<p>This structure contains a pointer to the stream directory, a second-level structure which in turn contains pointers to third-level structures (“streams”) containing the data within the minidump file. This structure also contains the minidump file’s magic numbers, and other bookkeeping data.</p>
<p>This structure must be present at the beginning of a minidump file (at <aclass="el"href="dbghelp_8h.html#acf465a1a77ecf067a9d946583bc6a3f8"title="An offset within a minidump file, relative to the start of its MINIDUMP_HEADER. ">RVA</a> 0). </p>
</div><hr/>The documentation for this struct was generated from the following file:<ul>