2.2.3.9 TRANSPORT_INFO
The TRANSPORT_INFO union contains information about a transport over which a file server is operational.
-
typedef [switch_type(unsigned long)] union _TRANSPORT_INFO { [case(0)] SERVER_TRANSPORT_INFO_0 Transport0; [case(1)] SERVER_TRANSPORT_INFO_1 Transport1; [case(2)] SERVER_TRANSPORT_INFO_2 Transport2; [case(3)] SERVER_TRANSPORT_INFO_3 Transport3; } TRANSPORT_INFO, *PTRANSPORT_INFO, *LPTRANSPORT_INFO;
Transport0: A pointer to a structure containing information about a file server transport, as specified in section 2.2.4.93.
Transport1: A pointer to a structure containing information about a file server transport, as specified in section 2.2.4.94.
Transport2: A pointer to a structure containing information about a file server transport, as specified in section 2.2.4.95.
Transport3: A pointer to a structure containing information about a file server transport, as specified in section 2.2.4.96.