2.2.4.95 SERVER_TRANSPORT_INFO_2

The SERVER_TRANSPORT_INFO_2 structure contains information about the specified transport protocol, including the name and address. The definitions of fields in this structure are specified in section 2.2.4.96. Fields having names of the form svti2_xxx MUST be defined as in the corresponding SERVER_TRANSPORT_INFO_3 fields with names of the form svti3_xxx.

 typedef struct _SERVER_TRANSPORT_INFO_2 {
   DWORD svti2_numberofvcs;
   [string] wchar_t* svti2_transportname;
   [size_is(svti2_transportaddresslength)] 
     unsigned char* svti2_transportaddress;
   DWORD svti2_transportaddresslength;
   [string] wchar_t* svti2_networkaddress;
   [string] wchar_t* svti2_domain;
   unsigned long svti2_flags;
 } SERVER_TRANSPORT_INFO_2,
  *PSERVER_TRANSPORT_INFO_2,
  *LPSERVER_TRANSPORT_INFO_2;