<div class="content" name="WINSTACONFIGWIRE" uuid="ae5355e7-c6cc-48ab-b82a-d1de8b3cd6d6"><p>The <b>WINSTACONFIGWIRE</b> structure precedes a
variable-length user configuration data BLOB and defines the size and offset of
the user configuration data.</p><dl>
<dd>
<div><pre> typedef struct _WINSTACONFIGWIRE {
   WCHAR Comment[61];
   char OEMId[4];
   VARDATA_WIRE UserConfig;
   VARDATA_WIRE NewFields;
 } WINSTACONFIGWIRE,
  *PWINSTACONFIGWIRE;
</pre></div>
</dd></dl><p><b>Comment:</b>  The <span><a href="c41d3367-04c9-4c93-babf-9b5de834eb29#gt_8cc89bb9-be94-4672-8a5d-9947b91bc952" data-linktype="relative-path">WinStation</a></span>
descriptive comment.</p><p><b>OEMId:</b>  Value identifying the OEM
implementor of the TermService Listener to which this session (WinStation)
belongs. This can be any value defined by the implementer (OEM) of the <span><a href="c41d3367-04c9-4c93-babf-9b5de834eb29#gt_1e5aa0c2-4617-4d7a-969e-a7091c415c8d" data-linktype="relative-path">listener</a></span>.</p><p><b>UserConfig:</b>  <span><a href="cc15eeb5-f981-48d1-93f6-d4f9bfdb07ca" data-linktype="relative-path">VARDATA_WIRE</a></span>
structure defining the size and offset of the variable-length user
configuration data succeeding it.</p><p><b>NewFields:</b>  VARDATA_WIRE structure
defining the size and offset of the variable-length new data succeeding it.
This field is not used and is a placeholder for any new data, if and when
added.</p></div>