<div class="content" name="WINSTATIONCLIENTDATA" uuid="d96b68a3-c0ba-47dd-bd21-9a11d9eae598"><p>The <b>WINSTATIONCLIENTDATA</b> structure is a ClientData
structure used to send data through <span><a href="2a5ee131-a1dd-44c7-9880-98df708061ea" data-linktype="relative-path">RpcWinStationSetInformation</a></span>
to the client.</p><dl>
<dd>
<div><pre> typedef struct _WINSTATIONCLIENTDATA {
   CLIENTDATANAME DataName;
   BOOLEAN fUnicodeData;
 } WINSTATIONCLIENTDATA,
  *PWINSTATIONCLIENTDATA;
</pre></div>
</dd></dl><p><b>DataName:</b>  Identifies the type of
data sent in this WINSTATIONCLIENTDATA structure. The definition is dependent
on the caller and on the client receiving it. This MUST be a data name
following a format similar to that of the CLIENTDATANAME data type.</p><p><b>fUnicodeData:</b>  TRUE indicates data
is in <span><a href="c41d3367-04c9-4c93-babf-9b5de834eb29#gt_c305d0ab-8b94-461a-bd76-13b40cb8c4d8" data-linktype="relative-path">Unicode</a></span> format;
FALSE otherwise.</p></div>