<div class="content" name="WBEM_DATAPACKET_OBJECT" uuid="a2600186-07e2-4598-998c-e20ca1a966e6"><p>The WBEM_DATAPACKET_OBJECT MUST contain the <a href="6837a7cb-ba2d-46b1-802c-fce2fd5a6ad6#gt_633b12d4-e2c4-442f-95ff-4b2b5d708ed5" data-linktype="relative-path">CIM class</a> definition and <a href="6837a7cb-ba2d-46b1-802c-fce2fd5a6ad6#gt_94e80069-5f2a-4281-a676-50ea656c4795" data-linktype="relative-path">CIM instances</a>.</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="32">dwSizeOfHeader</td>
 </tr>
 <tr>
  <td colspan="32">dwSizeOfData</td>
 </tr>
 <tr>
  <td colspan="8">bObjectType</td>
  <td colspan="24">Object (variable)</td>
 </tr>
 <tr>
  <td colspan="32">...</td>
 </tr>
</tbody></table><p><b>dwSizeOfHeader (4 bytes): </b>The size, in bytes,
of the WBEM_DATAPACKET_OBJECT header, which MUST be 0x00000009.</p><p><b>dwSizeOfData (4 bytes): </b>The size, in bytes, of
the data following the WBEM_DATAPACKET_OBJECT header. </p><p><b>bObjectType (1 byte): </b>The type of data in the
data packet. The type MUST take one of the following specified values. </p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Value</p>
   </th>
   <th>
   <p>Meaning</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>1</td>
  <td>Object is type WBEMOBJECT_CLASS. Structure contains the complete CIM Class definition.</td>
 </tr><tr>
  <td>2</td>
  <td>Object is type WBEMOBJECT_INSTANCE. Structure contains the complete CIM Instance definition.</td>
 </tr><tr>
  <td>3</td>
  <td>Object is type WBEMOBJECT_INSTANCE_NOCLASS. Structure contains CIM Instance without the CIM Class definition.</td>
 </tr></tbody></table>
</dd></dl><p><b>Object (variable): </b>The <a href="6837a7cb-ba2d-46b1-802c-fce2fd5a6ad6#gt_c1fdd6c7-06cb-4787-8735-4d19a68dd802" data-linktype="relative-path">CIM object</a> carried into the
WBEM_DATAPACKET_OBJECT, having dwSizeOfData bytes. The embedded CIM object MUST
match the selector field <b>bObjectType</b>.</p></div>