2.2.3.8 SERVER_XPORT_ENUM_UNION
The SERVER_XPORT_ENUM_UNION union contains information about file server transports.
-
typedef [switch_type(DWORD)] union _SERVER_XPORT_ENUM_UNION { [case(0)] PSERVER_XPORT_INFO_0_CONTAINER Level0; [case(1)] PSERVER_XPORT_INFO_1_CONTAINER Level1; [case(2)] PSERVER_XPORT_INFO_2_CONTAINER Level2; [case(3)] PSERVER_XPORT_INFO_3_CONTAINER Level3; } SERVER_XPORT_ENUM_UNION;
Level0: A pointer to a structure containing information about file server transports, as specified in section 2.2.4.97.
Level1: A pointer to a structure containing information about file server transports, as specified in section 2.2.4.98.
Level2: A pointer to a structure containing information about file server transports, as specified in section 2.2.4.99.
Level3: A pointer to a structure containing information about file server transports, as specified in section 2.2.4.100.