<trclass="memdesc:ace07d8872cdaa53ca20a04513deb56c3"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The structure’s version number. <ahref="#ace07d8872cdaa53ca20a04513deb56c3">More...</a><br/></td></tr>
<trclass="memdesc:a2ff38a7202adb5f8d3b8a3ede61ca4ec"><tdclass="mdescLeft"> </td><tdclass="mdescRight">A <aclass="el"href="structcrashpad_1_1MinidumpRVAList.html"title="A list of RVA pointers. ">MinidumpRVAList</a> pointing to <aclass="el"href="structcrashpad_1_1MinidumpUTF8String.html"title="A variable-length UTF-8-encoded string carried within a minidump file. ">MinidumpUTF8String</a> objects. The module controls the data that appears here. <ahref="#a2ff38a7202adb5f8d3b8a3ede61ca4ec">More...</a><br/></td></tr>
<trclass="memdesc:a6d064fcc880ad2933443f9f27e5f434a"><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. The module controls the data that appears here. <ahref="#a6d064fcc880ad2933443f9f27e5f434a">More...</a><br/></td></tr>
<divclass="textblock"><p>Additional Crashpad-specific information about a module carried within a minidump file. </p>
<p>This structure augments the information provided by <aclass="el"href="structMINIDUMP__MODULE.html"title="Information about a specific module loaded within the process at the time the snapshot was taken...">MINIDUMP_MODULE</a>. The minidump file must contain a module list stream (<aclass="el"href="namespacecrashpad.html#a88363a45a4af1a16f542a8c1ff522ab9a226cb7d075ec01c79f233d098e9a9e3f"title="The stream type for MINIDUMP_MODULE_LIST. ">kMinidumpStreamTypeModuleList</a>) in order for this structure to appear.</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_1MinidumpModuleCrashpadInfo.html#a18fb60c0add35baf294f4faadc697963"title="The structure’s currently-defined version number. ">kVersion</a> and document each field’s validity based on <aclass="el"href="structcrashpad_1_1MinidumpModuleCrashpadInfo.html#ace07d8872cdaa53ca20a04513deb56c3"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>
<p>A <aclass="el"href="structcrashpad_1_1MinidumpRVAList.html"title="A list of RVA pointers. ">MinidumpRVAList</a> pointing to <aclass="el"href="structcrashpad_1_1MinidumpUTF8String.html"title="A variable-length UTF-8-encoded string carried within a minidump file. ">MinidumpUTF8String</a> objects. The module controls the data that appears here. </p>
<p>These strings correspond to <aclass="el"href="classcrashpad_1_1ModuleSnapshot.html#a4d34e0cba050eea5dedd336fd3c8d3c3"title="Returns string annotations recorded in the module. ">ModuleSnapshot::AnnotationsVector()</a> and do not duplicate anything in <aclass="el"href="structcrashpad_1_1MinidumpModuleCrashpadInfo.html#a6d064fcc880ad2933443f9f27e5f434a"title="A MinidumpSimpleStringDictionary pointing to strings interpreted as key-value pairs. The module controls the data that appears here. ">simple_annotations</a>.</p>
<p>This field is present when <aclass="el"href="structcrashpad_1_1MinidumpModuleCrashpadInfo.html#ace07d8872cdaa53ca20a04513deb56c3"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. The module controls the data that appears here. </p>
<p>These key-value pairs correspond to <aclass="el"href="classcrashpad_1_1ModuleSnapshot.html#a353846c6b2594e429ea96a91a1c6cf54"title="Returns key-value string annotations recorded in the module. ">ModuleSnapshot::AnnotationsSimpleMap()</a> and do not duplicate anything in <aclass="el"href="structcrashpad_1_1MinidumpModuleCrashpadInfo.html#a2ff38a7202adb5f8d3b8a3ede61ca4ec"title="A MinidumpRVAList pointing to MinidumpUTF8String objects. The module controls the data that appears h...">list_annotations</a>.</p>
<p>This field is present when <aclass="el"href="structcrashpad_1_1MinidumpModuleCrashpadInfo.html#ace07d8872cdaa53ca20a04513deb56c3"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_1MinidumpModuleCrashpadInfo.html#a18fb60c0add35baf294f4faadc697963"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_1MinidumpModuleCrashpadInfo.html#a18fb60c0add35baf294f4faadc697963"title="The structure’s currently-defined version number. ">kVersion</a>.</p>
<p>Writers may produce values less than <aclass="el"href="structcrashpad_1_1MinidumpModuleCrashpadInfo.html#a18fb60c0add35baf294f4faadc697963"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">