<div class="content" name="CUSTDATAITEM" uuid="02ca19b9-27cb-48ef-b2ca-7f105ba8f475"><p>The CUSTDATAITEM structure is used in a <a href="b74500e2-3153-4cc6-bebf-9e11320f7bed" data-linktype="relative-path">CUSTDATA</a> structure to
store custom data items, as specified in section 2.2.47.</p><dl>
<dd>
<div><pre> typedef struct tagCUSTDATAITEM {
   GUID guid;
   VARIANT varValue;
 } CUSTDATAITEM;
</pre></div>
</dd></dl><p><b>guid:</b>  MUST be set to the <a href="5583e1b8-454c-4147-9f56-f72416a15bee#gt_f49694cc-c350-462d-ab8e-816f0103c6c1" data-linktype="relative-path">GUID</a> associated with the
custom data item that uses the [custom] attribute, as specified in section <a href="232d5f12-4b88-43e3-a633-60fc157b1a5f" data-linktype="relative-path">2.2.49.5.1</a>.</p><p><b>varValue:</b>  MUST be set to the value
of the custom data item.</p></div>