<div class="content"><p> </p><p>The MQFFormatNameElement specifies a <span><a href="87486cd1-6ef0-4b58-93f9-f9b97b2279c4#gt_c1a6400d-703b-4f9a-a74c-40f1487978d9" data-linktype="relative-path">queue</a></span>
<span><a href="87486cd1-6ef0-4b58-93f9-f9b97b2279c4#gt_390ae273-7109-44eb-981f-aa157e6b37c0" data-linktype="relative-path">format
name</a></span>.</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>FormatType</p>
  </td>
  <td colspan="16">
  <p>FormatName
  (variable)</p>
  </td>
 </tr>
 <tr>
  <td colspan="32">
  <p>...</p>
  </td>
 </tr>
</tbody></table><p><b>FormatType (2 bytes): </b>A 16-bit unsigned short
integer field specifying the queue format name type. The field MUST be set to
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>0x0001</p>
  </td>
  <td>
  <p>Public Format Name</p>
  </td>
 </tr><tr>
  <td>
  <p>0x0002</p>
  </td>
  <td>
  <p>Private Format Name</p>
  </td>
 </tr><tr>
  <td>
  <p>0x0003</p>
  </td>
  <td>
  <p>Direct Format Name</p>
  </td>
 </tr><tr>
  <td>
  <p>0x0006</p>
  </td>
  <td>
  <p>Distribution List Format Name</p>
  </td>
 </tr></tbody></table>
</dd></dl><p><b>FormatName (variable): </b>A variable-length byte
array that contains a queue format name. The layout of this field depends on
the value of the <b>FormatType</b> field. There are no restrictions on the
value of the padding bytes.<a id="Appendix_A_Target_1"></a><a aria-label="Product behavior note 1" href="96cd5098-ad7f-43ce-a27c-dcafc367f364#Appendix_A_1" data-linktype="relative-path">&lt;1&gt;</a> The
following table lists the data structures that MUST be used as the <b>FormatName</b>
field for specific <b>FormatType</b> values.</p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>FormatType Value</p>
   </th>
   <th>
   <p>Data Structure</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>
  <p>0x0001</p>
  </td>
  <td>
  <p><b>FormatName</b> contains a <span><a href="79614920-93a7-4373-846a-eb1e479bf81b" data-linktype="relative-path">PublicQueueFormatName</a></span>
  structure. </p>
  </td>
 </tr><tr>
  <td>
  <p>0x0002</p>
  </td>
  <td>
  <p><b>FormatName</b> contains a <span><a href="f1bee3c4-3e45-402a-bb5a-348732a7e612" data-linktype="relative-path">PrivateQueueFormatName</a></span>
  structure.</p>
  </td>
 </tr><tr>
  <td>
  <p>0x0003</p>
  </td>
  <td>
  <p><b>FormatName</b> contains an <span><a href="0e2dc6ea-1e7e-42eb-92a1-2034adeef0ed" data-linktype="relative-path">MQFDirectQueueFormatName</a></span>
  structure.</p>
  </td>
 </tr><tr>
  <td>
  <p>0x0006</p>
  </td>
  <td>
  <p><b>FormatName</b> contains an <span><a href="714cb530-5d4b-4c82-a8a1-886afe775050" data-linktype="relative-path">MQFDistributionQueueFormatName</a></span>
  structure.</p>
  </td>
 </tr></tbody></table>
</dd></dl><p> </p></div>