<div class="content" name="DATA_EXTENSION_PREFIX" uuid="ad6ee4ae-4a85-4e66-a2a7-45495426da20"><p>The DATA_EXTENSION_PREFIX structure contains a data
component size and type. The structure of DATA_EXTENSION_PREFIX is as follows.</p><dl>
<dd>
<div><pre> typedef struct _DATA_EXTENSION_PREFIX {
   ULONG Size;
   LONG Type;
 } DATA_EXTENSION_PREFIX,
  *PDATA_EXTENSION_PREFIX;
</pre></div>
</dd></dl><p><b>Size:</b>   A 32-bit, unsigned integer
that specifies the size of the data component, including this prefix.</p><p><b>Type:</b>   A 32-bit, unsigned integer
that specifies the type of the data component. It 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>0x00000000</td>
  <td>Terminates a data extension record. MUST NOT be used.</td>
 </tr><tr>
  <td>0x00000001</td>
  <td>Data checksum record using an MD5 hash.</td>
 </tr><tr>
  <td>0x00000002</td>
  <td>Data retry time-out record.</td>
 </tr></tbody></table>
</dd></dl><p> </p></div>