<div class="content" name="WINSTATIONCONFIG2" uuid="38d998ad-51e7-4435-8231-fff55348fff8"><p>The <b>WINSTATIONCONFIG2</b> structure specifies
configuration of a session that the user can connect to.</p><dl>
<dd>
<div><pre> typedef struct _WINSTATIONCONFIG2 {
   WINSTATIONCREATE Create;
   PDCONFIG Pd[MAX_PDCONFIG];
   WDCONFIG Wd;
   CDCONFIG Cd;
   WINSTATIONCONFIG Config;
 } WINSTATIONCONFIG2, * PWINSTATIONCONFIG2;
</pre></div>
</dd></dl><p><b>Create:</b>  General creation
information.</p><p><b>Pd:</b>  An array of protocol data
configuration structures for this <span><a href="c41d3367-04c9-4c93-babf-9b5de834eb29#gt_8cc89bb9-be94-4672-8a5d-9947b91bc952" data-linktype="relative-path">WinStation</a></span>.</p><p><b>Wd:</b>  The WinStation (session) driver
for this WinStation configuration.</p><p><b>Cd:</b>  The connection driver for this
WinStation configuration.</p><p><b>Config:</b>  The specific configuration
values for the WinStation (session).</p></div>