<div class="content" name="NASICONFIG" uuid="bd57a02d-e083-4a22-946a-581d939dd6dc"><p>The <b>NASICONFIG</b> structure determines the data type of
NASICONFIG.</p><dl>
<dd>
<div><pre> typedef struct _NASICONFIG {
   NASISPECIFICNAME SpecificName;
   NASIUSERNAME UserName;
   NASIPASSWORD PassWord;
   NASISESIONNAME SessionName;
   NASIFILESERVER FileServer;
  BOOLEAN GlobalSession;
 } NASICONFIG, *PNASICONFIG;
</pre></div>
</dd></dl><p><b>SpecificName:</b>  The NASI-specific
(Netware Asynchronous Services Interface) name.</p><p><b>UserName:</b>  The NASI user&#39;s user
name.</p><p><b>PassWord:</b>  The NASI user&#39;s password.</p><p><b>SessionName:</b>  The NASI session name.</p><p><b>FileServer:</b>  The NASI file server
name.</p><p><b>GlobalSession:</b>  Set to TRUE if the
session is a global session.</p></div>