<div class="content"><p> </p><p>The CUSTDATAITEM structure is used in a <span><a href="b74500e2-3153-4cc6-bebf-9e11320f7bed" data-linktype="relative-path">CUSTDATA</a></span>
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 <span><a href="5583e1b8-454c-4147-9f56-f72416a15bee#gt_f49694cc-c350-462d-ab8e-816f0103c6c1" data-linktype="relative-path">GUID</a></span>
associated with the custom data item that uses the [custom] attribute, as
specified in section <span><a href="232d5f12-4b88-43e3-a633-60fc157b1a5f" data-linktype="relative-path">2.2.49.5.1</a></span>.</p><p><b>varValue:</b>  MUST be set to the value
of the custom data item.</p></div>