<trclass="memdesc:a6a9ffe7537ebe4ac3eb03f18ce90bc58"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The magic number identifying this structure version, the value of <aclass="el"href="structcrashpad_1_1CodeViewRecordPDB70.html#a0a52adc79bf1bc9ba3eb444848d89dda"title="The magic number identifying this structure version, stored in signature. ">kSignature</a>. <br/></td></tr>
<trclass="memdesc:a6ad58edc89d36bf7a9b7599ace6d96b2"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The revision of the <code>.pdb</code> file. <ahref="#a6ad58edc89d36bf7a9b7599ace6d96b2">More...</a><br/></td></tr>
<trclass="memdesc:a8f13d5f726f479be2ccdc9d2925989fd"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The path or file name of the <code>.pdb</code> file associated with the module. <ahref="#a8f13d5f726f479be2ccdc9d2925989fd">More...</a><br/></td></tr>
<trclass="memdesc:a0a52adc79bf1bc9ba3eb444848d89dda"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The magic number identifying this structure version, stored in <aclass="el"href="structcrashpad_1_1CodeViewRecordPDB70.html#a6a9ffe7537ebe4ac3eb03f18ce90bc58"title="The magic number identifying this structure version, the value of kSignature. ">signature</a>. <ahref="#a0a52adc79bf1bc9ba3eb444848d89dda">More...</a><br/></td></tr>
<divclass="textblock"><p>A CodeView record linking to a <code>.pdb</code> 7.0 file. </p>
<p>This format provides an indirect link to debugging data by referencing an external <code>.pdb</code> file by its name, UUID, 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>.</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.</p>
<dlclass="section see"><dt>See also</dt><dd><aclass="el"href="structcrashpad_1_1CodeViewRecordPDB20.html"title="A CodeView record linking to a .pdb 2.0 file. ">CodeViewRecordPDB20</a></dd>
<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_1CodeViewRecordPDB70.html#a6a9ffe7537ebe4ac3eb03f18ce90bc58"title="The magic number identifying this structure version, the value of kSignature. ">signature</a>. </p>
<p>In a hex dump, this will appear as “RSDS” when produced by a little-endian machine. </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">