<div class="content" name="AT_ENUM_CONTAINER" uuid="f80b4fc8-1431-4bb4-94e8-3b18672f42c2"><p>The <a href="4d44c426-fad2-4cc7-9677-bfcd235dca33" data-linktype="relative-path">ATSvc</a>
method <a href="fbd5a268-b8c6-4953-8df3-8931ca0f365d" data-linktype="relative-path">NetrJobEnum</a> uses
the AT_ENUM_CONTAINER structure to return multiple <a href="d77ddb4a-bb25-4fbe-b5fe-aeca9d5b9498" data-linktype="relative-path">AT_ENUM</a> structures. The
format of the AT_ENUM_CONTAINER structure is as follows:</p><dl>
<dd>
<div><pre> typedef struct _AT_ENUM_CONTAINER {
   DWORD EntriesRead;
   [size_is(EntriesRead)] LPAT_ENUM Buffer;
 } AT_ENUM_CONTAINER,
  *PAT_ENUM_CONTAINER,
  *LPAT_ENUM_CONTAINER;
</pre></div>
</dd></dl><p><b>EntriesRead:</b>  The number of entries
in the Buffer array.</p><p><b>Buffer:</b>  Pointer to an array of
AT_ENUM structures.</p></div>