<div class="content" name="INET_INFO_VIRTUAL_ROOT_ENTRY" uuid="52d4a489-2e2a-4768-8c28-032e34a807b2"><p>The <b>INET_INFO_VIRTUAL_ROOT_ENTRY</b> structure contains
data describing a <a href="ce912734-75c3-403c-8816-38e34e24df2f#gt_528d71de-529e-403f-9480-a98d8bc3bda1" data-linktype="relative-path">virtual
root</a> for the <a href="ce912734-75c3-403c-8816-38e34e24df2f#gt_1623705d-a7a0-4e46-9a66-66e9ee63d961" data-linktype="relative-path">Internet
protocol server instance</a>.</p><p>This type is declared as follows:</p><dl>
<dd>
<div><pre> typedef struct _INET_INFO_VIRTUAL_ROOT_ENTRY {
   [string] LPWSTR pszRoot;
   [string] LPWSTR pszAddress;
   [string] LPWSTR pszDirectory;
   DWORD dwMask;
   [string] LPWSTR pszAccountName;
   WCHAR AccountPassword[257];
   DWORD dwError;
 } INET_INFO_VIRTUAL_ROOT_ENTRY,
  *LPINET_INFO_VIRTUAL_ROOT_ENTRY;
</pre></div>
</dd></dl><p>pszRoot:  The virtual root name.</p><p>pszAddress:  The optional IP address.</p><p>pszDirectory:  The physical directory.</p><p>dwMask:  The Access Mask for this virtual
root.</p><p>pszAccountName:  The account to connect as.</p><p>AccountPassword:  Null-terminated <a href="../ms-dtyp/7df7c1d5-492c-4db4-a992-5cd9e887c5d7" data-linktype="relative-path"><b>WCHAR</b></a>
array containing the password for pszAccountName.<a id="Appendix_A_Target_5"></a><a aria-label="Product behavior note 5" href="29ba1825-00cc-45cb-8b68-4758993395cd#Appendix_A_5" data-linktype="relative-path">&lt;5&gt;</a></p><p>dwError:  The error code stored for the
virtual root.</p></div>