<div class="content" name="SESSION_INFO_502_CONTAINER" uuid="2f95d8a6-1ce6-4338-ba7a-799f107059db"><p>The SESSION_INFO_502_CONTAINER structure contains a value
that indicates the number of entries that the <a href="02b1f559-fda2-4ba3-94c2-806eb2777183" data-linktype="relative-path">NetrSessionEnum</a> method
returns and a pointer to the buffer that contains the entries.</p><dl>
<dd>
<div><pre> typedef struct _SESSION_INFO_502_CONTAINER {
   DWORD EntriesRead;
   [size_is(EntriesRead)] LPSESSION_INFO_502 Buffer;
 } SESSION_INFO_502_CONTAINER,
  *PSESSION_INFO_502_CONTAINER,
  *LPSESSION_INFO_502_CONTAINER;
</pre></div>
</dd></dl><p><b>EntriesRead:</b>  The number of entries
returned by the method.</p><p><b>Buffer:</b>  A pointer to the <a href="baacdb89-11c4-4db9-bbcd-aef830c63d60" data-linktype="relative-path">SESSION_INFO_502</a> entries
returned by the method.</p></div>