<trclass="memdesc:a481042efad46164dc43d9c824df9e6cf"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The structure’s version number. <ahref="#a481042efad46164dc43d9c824df9e6cf">More...</a><br/></td></tr>
<trclass="memdesc:ad83ed0b5dd10f4ddaf138caf96861b97"><tdclass="mdescLeft"> </td><tdclass="mdescRight">A UUID identifying the client that crashed. <ahref="#ad83ed0b5dd10f4ddaf138caf96861b97">More...</a><br/></td></tr>
<trclass="memdesc:a8a6300d72ebb8dab13ca50947e37348f"><tdclass="mdescLeft"> </td><tdclass="mdescRight">A <aclass="el"href="structcrashpad_1_1MinidumpSimpleStringDictionary.html"title="A list of key-value pairs. ">MinidumpSimpleStringDictionary</a> pointing to strings interpreted as key-value pairs. <ahref="#a8a6300d72ebb8dab13ca50947e37348f">More...</a><br/></td></tr>
<trclass="memdesc:a343f824f5f16c241eb8ff11b71cf39ec"><tdclass="mdescLeft"> </td><tdclass="mdescRight">A pointer to a <aclass="el"href="structcrashpad_1_1MinidumpModuleCrashpadInfoList.html"title="Additional Crashpad-specific information about modules carried within a minidump file. ">MinidumpModuleCrashpadInfoList</a> structure. <ahref="#a343f824f5f16c241eb8ff11b71cf39ec">More...</a><br/></td></tr>
<divclass="textblock"><p>Additional Crashpad-specific information carried within a minidump file. </p>
<p>This structure is versioned. When changing this structure, leave the existing structure intact so that earlier parsers will be able to understand the fields they are aware of, and make additions at the end of the structure. Revise <aclass="el"href="structcrashpad_1_1MinidumpCrashpadInfo.html#a69d7f1d4aaa3626731c87dbb93502c79"title="The structure’s currently-defined version number. ">kVersion</a> and document each field’s validity based on <aclass="el"href="structcrashpad_1_1MinidumpCrashpadInfo.html#a481042efad46164dc43d9c824df9e6cf"title="The structure’s version number. ">version</a>, so that newer parsers will be able to determine whether the added fields are valid or not. </p>
</div><h2class="groupheader">Member Data Documentation</h2>
<p>A UUID identifying the client that crashed. </p>
<p>Client identification is within the scope of the application, but it is expected that the identifier will be unique for an instance of Crashpad monitoring an application or set of applications for a user. The identifier shall remain stable over time.</p>
<p>If no identifier is available, this field will contain zeroes.</p>
<p>This field is present when <aclass="el"href="structcrashpad_1_1MinidumpCrashpadInfo.html#a481042efad46164dc43d9c824df9e6cf"title="The structure’s version number. ">version</a> is at least <code>1</code>. </p>
<p>A pointer to a <aclass="el"href="structcrashpad_1_1MinidumpModuleCrashpadInfoList.html"title="Additional Crashpad-specific information about modules carried within a minidump file. ">MinidumpModuleCrashpadInfoList</a> structure. </p>
<p>This field is present when <aclass="el"href="structcrashpad_1_1MinidumpCrashpadInfo.html#a481042efad46164dc43d9c824df9e6cf"title="The structure’s version number. ">version</a> is at least <code>1</code>. </p>
<p>A UUID identifying an individual crash report. </p>
<p>This provides a stable identifier for a crash even as the report is converted to different formats, provided that all formats support storing a crash report ID.</p>
<p>If no identifier is available, this field will contain zeroes.</p>
<p>This field is present when <aclass="el"href="structcrashpad_1_1MinidumpCrashpadInfo.html#a481042efad46164dc43d9c824df9e6cf"title="The structure’s version number. ">version</a> is at least <code>1</code>. </p>
<p>A <aclass="el"href="structcrashpad_1_1MinidumpSimpleStringDictionary.html"title="A list of key-value pairs. ">MinidumpSimpleStringDictionary</a> pointing to strings interpreted as key-value pairs. </p>
<p>These key-value pairs correspond to <aclass="el"href="classcrashpad_1_1ProcessSnapshot.html#a7f39b29ec055fb4235e5156d55e066cb"title="Returns key-value string annotations recorded for the process, system, or snapshot producer...">ProcessSnapshot::AnnotationsSimpleMap()</a>.</p>
<p>This field is present when <aclass="el"href="structcrashpad_1_1MinidumpCrashpadInfo.html#a481042efad46164dc43d9c824df9e6cf"title="The structure’s version number. ">version</a> is at least <code>1</code>. </p>
<p>Readers can use this field to determine which other fields in the structure are valid. Upon encountering a value greater than <aclass="el"href="structcrashpad_1_1MinidumpCrashpadInfo.html#a69d7f1d4aaa3626731c87dbb93502c79"title="The structure’s currently-defined version number. ">kVersion</a>, a reader should assume that the structure’s layout is compatible with the structure defined as having value <aclass="el"href="structcrashpad_1_1MinidumpCrashpadInfo.html#a69d7f1d4aaa3626731c87dbb93502c79"title="The structure’s currently-defined version number. ">kVersion</a>.</p>
<p>Writers may produce values less than <aclass="el"href="structcrashpad_1_1MinidumpCrashpadInfo.html#a69d7f1d4aaa3626731c87dbb93502c79"title="The structure’s currently-defined version number. ">kVersion</a> in this field if there is no need for any fields present in later versions. </p>
</div>
</div>
<hr/>The documentation for this struct was generated from the following files:<ul>
<li>minidump/minidump_extensions.h</li>
<li>minidump/minidump_extensions.cc</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated by  <ahref="http://www.doxygen.org/index.html">