2.2.5.15 WKSTA_TRANSPORT_INFO_0_CONTAINER

The WKSTA_TRANSPORT_INFO_0_CONTAINER structure is used by the NetrWkstaTransportEnum method (section 3.2.4.4) to specify the number of entries and a pointer to the base WKSTA_TRANSPORT_INFO_0 structure (section 2.2.5.8) that the method returns.

 typedef struct _WKSTA_TRANSPORT_INFO_0_CONTAINER {
   unsigned long EntriesRead;
   [size_is(EntriesRead)] LPWKSTA_TRANSPORT_INFO_0 Buffer;
 } WKSTA_TRANSPORT_INFO_0_CONTAINER,
  *PWKSTA_TRANSPORT_INFO_0_CONTAINER,
  *LPWKSTA_TRANSPORT_INFO_0_CONTAINER;

EntriesRead: The number of entries that the method returns.

Buffer: A pointer to the array of WKSTA_TRANSPORT_INFO_0 structures that specify details about transport protocols.