<div class="content" name="SERVER_TRANSPORT_INFO_1" uuid="0950454f-d40b-4836-a8b2-a41f7cdbbad8"><p>The SERVER_TRANSPORT_INFO_1 structure contains information
about the specified transport protocol, including the name, address, and
location on the network. The definitions of fields in this structure are
specified in section <a href="9c199b47-8b3c-4d17-81ed-8443f170830f" data-linktype="relative-path">2.2.4.96</a>.
Fields having names of the form svti1_xxx MUST be defined as in the corresponding
SERVER_TRANSPORT_INFO_3 fields with names of the form svti3_xxx.</p><dl>
<dd>
<div><pre> typedef struct _SERVER_TRANSPORT_INFO_1 {
   DWORD svti1_numberofvcs;
   [string] wchar_t* svti1_transportname;
   [size_is(svti1_transportaddresslength)] 
     unsigned char* svti1_transportaddress;
   DWORD svti1_transportaddresslength;
   [string] wchar_t* svti1_networkaddress;
   [string] wchar_t* svti1_domain;
 } SERVER_TRANSPORT_INFO_1,
  *PSERVER_TRANSPORT_INFO_1,
  *LPSERVER_TRANSPORT_INFO_1;
</pre></div>
</dd></dl></div>