<trclass="memdesc:a321660d3f7297b1fe30fafd424e717a4"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The magic number identifying this structure version, the value of <aclass="el"href="structcrashpad_1_1CodeViewRecordPDB20.html#a44ae151e658264089c48724635cbc789"title="The magic number identifying this structure version, stored in signature. ">kSignature</a>. <br/></td></tr>
<trclass="memdesc:aec8f91274534e13cdacb21e7427c32e4"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The time that the <code>.pdb</code> file was created, in <code>time_t</code> format, the number of seconds since the POSIX epoch. <br/></td></tr>
<trclass="memdesc:a63b66c170fd97509ad079ff39d75a71f"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The revision of the <code>.pdb</code> file. <ahref="#a63b66c170fd97509ad079ff39d75a71f">More...</a><br/></td></tr>
<trclass="memdesc:a2b74f72c131ef38946b676ad342d2100"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The path or file name of the <code>.pdb</code> file associated with the module. <ahref="#a2b74f72c131ef38946b676ad342d2100">More...</a><br/></td></tr>
<trclass="memdesc:a44ae151e658264089c48724635cbc789"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The magic number identifying this structure version, stored in <aclass="el"href="structcrashpad_1_1CodeViewRecordPDB20.html#a321660d3f7297b1fe30fafd424e717a4"title="The magic number identifying this structure version, the value of kSignature. ">signature</a>. <ahref="#a44ae151e658264089c48724635cbc789">More...</a><br/></td></tr>
<divclass="textblock"><p>A CodeView record linking to a <code>.pdb</code> 2.0 file. </p>
<p>This format provides an indirect link to debugging data by referencing an external <code>.pdb</code> file by its name, timestamp, and age. This structure may be pointed to by <aclass="el"href="structMINIDUMP__MODULE.html#acd07e35faf066880eeabea8a91aa887a"title="A pointer to the module’s CodeView record, typically a link to its debugging information in crashpad...">MINIDUMP_MODULE::CvRecord</a>. It has been superseded by <aclass="el"href="structcrashpad_1_1CodeViewRecordPDB70.html"title="A CodeView record linking to a .pdb 7.0 file. ">CodeViewRecordPDB70</a>.</p>
<p>For more information about this structure and format, see <ahref="http://www.debuginfo.com/articles/debuginfomatch.html#pdbfiles">Matching Debug Information</a>, PDB Files, and <ahref="http://undocumented.rawol.com/sbs-w2k-1-windows-2000-debugging-support.pdf#page=63">Undocumented Windows 2000 Secrets</a>, Windows 2000 Debugging Support/Microsoft Symbol File Internals/CodeView Subsections.</p>
<p>The revision of the <code>.pdb</code> file. </p>
<p>A <code>.pdb</code> file’s age indicates incremental changes to it. When a <code>.pdb</code> file is created, it has age <code>1</code>, and subsequent updates increase this value. </p>
<p>The magic number identifying this structure version, stored in <aclass="el"href="structcrashpad_1_1CodeViewRecordPDB20.html#a321660d3f7297b1fe30fafd424e717a4"title="The magic number identifying this structure version, the value of kSignature. ">signature</a>. </p>
<p>In a hex dump, this will appear as “NB10” when produced by a little-endian machine. </p>
<p>In this structure, this field always has the value <code>0</code> because no CodeView data is present, there is only a link to CodeView data stored in an external file. </p>
<p>The path or file name of the <code>.pdb</code> file associated with the module. </p>
<p>This is a NUL-terminated string. On Windows, it will be encoded in the code page of the system that linked the module. On other operating systems, UTF-8 may be used. </p>
</div>
</div>
<hr/>The documentation for this struct was generated from the following files:<ul>
<li>util/misc/pdb_structures.h</li>
<li>util/misc/pdb_structures.cc</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated by  <ahref="http://www.doxygen.org/index.html">