<div class="content" name="TransactionPropRetHeader" uuid="d2ba56a2-ac5b-4efe-af4b-fe877e6b0c1e"><p>The server uses the TransactionPropRetHeader structure to
communicate <a href="482ab606-0b55-4821-8b6d-d453351406c5#gt_61e1de21-a78d-4d20-b184-eda380386871" data-linktype="relative-path">transaction</a>
status, and optionally to return additional data that advises the client to
cancel the current transaction or to stop sending further information about it.</p><table>
 <tbody><tr>
  <th><p><br/>0</p></th>
  <th><p><br/>1</p></th>
  <th><p><br/>2</p></th>
  <th><p><br/>3</p></th>
  <th><p><br/>4</p></th>
  <th><p><br/>5</p></th>
  <th><p><br/>6</p></th>
  <th><p><br/>7</p></th>
  <th><p><br/>8</p></th>
  <th><p><br/>9</p></th>
  <th><p>1<br/>0</p></th>
  <th><p><br/>1</p></th>
  <th><p><br/>2</p></th>
  <th><p><br/>3</p></th>
  <th><p><br/>4</p></th>
  <th><p><br/>5</p></th>
  <th><p><br/>6</p></th>
  <th><p><br/>7</p></th>
  <th><p><br/>8</p></th>
  <th><p><br/>9</p></th>
  <th><p>2<br/>0</p></th>
  <th><p><br/>1</p></th>
  <th><p><br/>2</p></th>
  <th><p><br/>3</p></th>
  <th><p><br/>4</p></th>
  <th><p><br/>5</p></th>
  <th><p><br/>6</p></th>
  <th><p><br/>7</p></th>
  <th><p><br/>8</p></th>
  <th><p><br/>9</p></th>
  <th><p>3<br/>0</p></th>
  <th><p><br/>1</p></th>
 </tr>
 <tr>
  <td colspan="16">m_usMaxVer</td>
  <td colspan="16">m_usMinVer</td>
 </tr>
 <tr>
  <td colspan="16">m_usFlags</td>
  <td colspan="16">m_usVariant</td>
 </tr>
</tbody></table><p><b>m_usMaxVer (2 bytes): </b>The major version number
for this TransactionPropRetHeader format; this field MUST be set to 0x0001.</p><p><b>m_usMinVer (2 bytes): </b>The minor version number
for this TransactionPropRetHeader format; this field MUST be set to 0x0001.</p><p><b>m_usFlags (2 bytes): </b>This MUST contain 0x0000
or the bitwise OR of one or more of the following flags:</p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Value</p>
   </th>
   <th>
   <p>Meaning</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>TransactionPropRetFlag_Abort 0x0001</td>
  <td>The client MUST cancel the transaction.</td>
 </tr><tr>
  <td>TransactionPropRetFlag_DontSend 0x0002</td>
  <td>The client SHOULD NOT send the currently active transaction (for example, either as a TransactionPropCallExportCookie (section 2.2.3.1.1.2) or as a TransactionPropCallTransmitterBuffer (section 2.2.3.1.1.3)) to the server again for the life of the transaction.</td>
 </tr></tbody></table>
</dd></dl><p><b>m_usVariant (2 bytes): </b> This MUST be one of
the following values:</p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Value</p>
   </th>
   <th>
   <p>Meaning</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>TransactionPropRet_None 0x0000</td>
  <td>The TransactionPropRetHeader structure MUST NOT be contained within any larger structures.</td>
 </tr><tr>
  <td>TransactionPropRet_Whereabouts 0x0001</td>
  <td>The TransactionPropRetHeader structure MUST be contained as part of TransactionPropRetWhereabouts (section 2.2.3.1.2.2).</td>
 </tr></tbody></table>
</dd></dl><p> </p></div>