<trclass="memdesc:a1d2508187af6c3ec09e5836badb56fd2"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The thread’s ID. This may be referenced by <aclass="el"href="structMINIDUMP__EXCEPTION__STREAM.html#a086c9170bbe85b667b65f90fca98bf95"title="The ID of the thread that caused the exception. ">MINIDUMP_EXCEPTION_STREAM::ThreadId</a>. <br/></td></tr>
<trclass="memdesc:a78e39b500ecbe680092406abd6aee3f3"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The address of the thread’s thread environment block in the address space of the process that the minidump file contains a snapshot of. <ahref="#a78e39b500ecbe680092406abd6aee3f3">More...</a><br/></td></tr>
<trclass="memdesc:a4affab2d1a0995fdb085d302d78fbb81"><tdclass="mdescLeft"> </td><tdclass="mdescRight">A snapshot of the thread’s stack. <ahref="#a4affab2d1a0995fdb085d302d78fbb81">More...</a><br/></td></tr>
<trclass="memdesc:a4bea75c1a353e346689b97aeaea22184"><tdclass="mdescLeft"> </td><tdclass="mdescRight">A pointer to a CPU-specific CONTEXT structure containing the thread’s context at the time the snapshot was taken. <ahref="#a4bea75c1a353e346689b97aeaea22184">More...</a><br/></td></tr>
<divclass="textblock"><p>Information about a specific thread within the process. </p>
<dlclass="section see"><dt>See also</dt><dd><aclass="el"href="structMINIDUMP__THREAD__LIST.html"title="Information about all threads within the process. ">MINIDUMP_THREAD_LIST</a></dd></dl>
</div><h2class="groupheader">Member Data Documentation</h2>
<p>On Windows, this is a <code>THREAD_PRIORITY_*</code> value. <code>THREAD_PRIORITY_NORMAL</code> has value <code>0</code>; higher priorities have higher values, and lower priorities have lower (negative) values. </p>
<p>On Windows, this is a <code>*_PRIORITY_CLASS</code> value. <code>NORMAL_PRIORITY_CLASS</code> has value <code>0x20</code>; higher priority classes have higher values. </p>
<p>A <aclass="el"href="structMINIDUMP__MEMORY__DESCRIPTOR.html"title="A pointer to a snapshot of a region of memory contained within a minidump file. ">MINIDUMP_MEMORY_DESCRIPTOR</a> may be present in the <aclass="el"href="structMINIDUMP__MEMORY__LIST.html"title="Information about memory regions within the process. ">MINIDUMP_MEMORY_LIST</a> stream containing a pointer to the same memory range referenced by this field. </p>
<p>A <aclass="el"href="structMINIDUMP__MEMORY__DESCRIPTOR.html"title="A pointer to a snapshot of a region of memory contained within a minidump file. ">MINIDUMP_MEMORY_DESCRIPTOR</a> may be present in the <aclass="el"href="structMINIDUMP__MEMORY__LIST.html"title="Information about memory regions within the process. ">MINIDUMP_MEMORY_LIST</a> stream containing the thread-local data pointed to by this field. </p>
<p>A pointer to a CPU-specific CONTEXT structure containing the thread’s context at the time the snapshot was taken. </p>
<p>If the minidump file was generated as a result of an exception taken on this thread, this field may identify a different context than the exception context. For these minidump files, a <aclass="el"href="structMINIDUMP__EXCEPTION__STREAM.html"title="Information about the exception that triggered a minidump file’s generation. ">MINIDUMP_EXCEPTION_STREAM</a> stream will be present, and the context contained within that stream will be the exception context.</p>
<p>The interpretation of the context structure is dependent on the CPU architecture identified by <aclass="el"href="structMINIDUMP__SYSTEM__INFO.html#adc85b29d7df8943baf1a96af23051ca8"title="The system’s CPU architecture. This may be a PROCESSOR_ARCHITECTURE_* value, or a member of crashpad...">MINIDUMP_SYSTEM_INFO::ProcessorArchitecture</a>. For <aclass="el"href="namespacecrashpad.html#a98e532bb06fc5ffdd93e0ceb6d789eb1a667f84537acd054ce17f527bcd41c885"title="32-bit x86. ">crashpad::kMinidumpCPUArchitectureX86</a>, this will be <aclass="el"href="structcrashpad_1_1MinidumpContextX86.html"title="A 32-bit x86 CPU context (register state) carried in a minidump file. ">crashpad::MinidumpContextX86</a>. For <aclass="el"href="namespacecrashpad.html#a98e532bb06fc5ffdd93e0ceb6d789eb1a74c0fcddcbf1502d7dedc7cd965550df"title="64-bit x86. ">crashpad::kMinidumpCPUArchitectureAMD64</a>, this will be <aclass="el"href="structcrashpad_1_1MinidumpContextAMD64.html"title="An x86_64 (AMD64) CPU context (register state) carried in a minidump file. ">crashpad::MinidumpContextAMD64</a>. </p>
</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>