<div class="content" name="DISK_ENUM_CONTAINER" uuid="4f16d205-7147-4d22-ae3d-d7e690ed2ce4"><p>The DISK_ENUM_CONTAINER structure contains a value that
indicates the number of entries that the <a href="9160997b-3a34-496e-9f26-b3a857585aa7" data-linktype="relative-path">NetrServerDiskEnum</a> method
returns and a pointer to the buffer that contains the entries.</p><dl>
<dd>
<div><pre> typedef struct _DISK_ENUM_CONTAINER {
   DWORD EntriesRead;
   [size_is(EntriesRead), length_is(EntriesRead)] 
     LPDISK_INFO Buffer;
 } DISK_ENUM_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 <a href="4a3f2086-5c99-4876-b5b2-a54a410c86d1" data-linktype="relative-path">DISK_INFO</a> entries that the
method returns.</p></div>