2.2.4.94 SERVER_TRANSPORT_INFO_1

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 2.2.4.96. 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.

 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;