<div class="content" name="WKSTA_TRANSPORT_INFO_0_CONTAINER" uuid="d26f115b-ea43-4edf-ac95-7d92b08b9c2e"><p>The <b>WKSTA_TRANSPORT_INFO_0_CONTAINER</b> structure is
used by the <b>NetrWkstaTransportEnum</b> method (section <a href="10831af9-82f6-4666-8fca-a02d807ba428" data-linktype="relative-path">3.2.4.4</a>) to specify the
number of entries and a pointer to the base <b>WKSTA_TRANSPORT_INFO_0 </b>structure
(section <a href="89195ba8-c9dd-4c61-8ca5-dae4f8ca5a39" data-linktype="relative-path">2.2.5.8</a>) that
the method returns.</p><dl>
<dd>
<div><pre> 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;
</pre></div>
</dd></dl><p><b>EntriesRead:</b> The number of entries that the
method returns.</p><p><b>Buffer:</b> A pointer to the array of <b>WKSTA_TRANSPORT_INFO_0</b>
structures that specify details about transport protocols.</p></div>