<div class="content"><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">
  <p align="center">m_usMaxVer</p>
  </td>
  <td colspan="16">
  <p align="center">m_usMinVer</p>
  </td>
 </tr>
 <tr>
  <td colspan="16">
  <p align="center">m_usFlags</p>
  </td>
  <td colspan="16">
  <p align="center">m_usVariant</p>
  </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>
  <p>TransactionPropRetFlag_Abort</p>
  <p>0x0001</p>
  </td>
  <td>
  <p>The client MUST cancel the transaction.</p>
  </td>
 </tr><tr>
  <td>
  <p>TransactionPropRetFlag_DontSend</p>
  <p>0x0002</p>
  </td>
  <td>
  <p>The client SHOULD NOT send the currently active
  transaction (for example, either as a <a href="b0a9bdf8-141d-4dc4-97ea-527b20fd5d63" data-linktype="relative-path">TransactionPropCallExportCookie (section 2.2.3.1.1.2)</a>
  or as a <a href="f07694b4-8937-4ce3-a543-fb86c46a350c" data-linktype="relative-path">TransactionPropCallTransmitterBuffer (section 2.2.3.1.1.3)</a>)
  to the server again for the life of the transaction.</p>
  </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>
  <p>TransactionPropRet_None</p>
  <p>0x0000</p>
  </td>
  <td>
  <p>The TransactionPropRetHeader structure MUST NOT be
  contained within any larger structures.</p>
  </td>
 </tr><tr>
  <td>
  <p>TransactionPropRet_Whereabouts</p>
  <p>0x0001</p>
  </td>
  <td>
  <p>The TransactionPropRetHeader structure MUST be
  contained as part of <a href="7adb8bdc-9230-4cd5-8b50-a4d9e62384b2" data-linktype="relative-path">TransactionPropRetWhereabouts (section 2.2.3.1.2.2)</a>.</p>
  </td>
 </tr></tbody></table>
</dd></dl><p> </p></div>