<trclass="memdesc:a57d74355789f2f6e363aafb60c53c6f4"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The base address where the module was loaded in the address space of the process that the minidump file contains a snapshot of. <br/></td></tr>
<trclass="memdesc:ac7eb861dbef77e2df5432f3ee199860c"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The size of the unloaded module. <br/></td></tr>
<trclass="memdesc:a3bcd1d1a409227a8d88c3892043b32b2"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The module’s checksum, or <code>0</code> if unknown. <ahref="#a3bcd1d1a409227a8d88c3892043b32b2">More...</a><br/></td></tr>
<trclass="memdesc:a969c37c5f756548425178e98e57d3a9d"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The module’s timestamp, in <code>time_t</code> units, seconds since the POSIX epoch. <ahref="#a969c37c5f756548425178e98e57d3a9d">More...</a><br/></td></tr>
<trclass="memdesc:af053b8df443ed30eb5b2e72747ed41e8"><tdclass="mdescLeft"> </td><tdclass="mdescRight"><aclass="el"href="dbghelp_8h.html#acf465a1a77ecf067a9d946583bc6a3f8"title="An offset within a minidump file, relative to the start of its MINIDUMP_HEADER. ">RVA</a> of a <aclass="el"href="structMINIDUMP__STRING.html"title="A variable-length UTF-16-encoded string carried within a minidump file. ">MINIDUMP_STRING</a> containing the module’s path or file name. <br/></td></tr>
<divclass="textblock"><p>Information about a specific module that was recorded as being unloaded at the time the snapshot was taken. </p>
<p>An unloaded module may be a shared library or a loadable module.</p>
<dlclass="section see"><dt>See also</dt><dd><aclass="el"href="structMINIDUMP__UNLOADED__MODULE__LIST.html"title="Information about all modules recorded as unloaded when the snapshot was taken. ">MINIDUMP_UNLOADED_MODULE_LIST</a></dd></dl>
</div><h2class="groupheader">Member Data Documentation</h2>
<p>The module’s checksum, or <code>0</code> if unknown. </p>
<p>On Windows, this field comes from the <code>CheckSum</code> field of the module’s <code>IMAGE_OPTIONAL_HEADER</code> structure, if present. It reflects the checksum at the time the module was linked. </p>
<p>The module’s timestamp, in <code>time_t</code> units, seconds since the POSIX epoch. </p>
<p>On Windows, this field comes from the <code>TimeDateStamp</code> field of the module’s <code>IMAGE_HEADER</code> structure. It reflects the timestamp at the time the module was linked. </p>
</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>