<div class="content" name="SAMPR_DOMAIN_DISPLAY_USER_BUFFER" uuid="453c355e-a84d-421e-bdbc-dd7fbfc148a4"><p>The SAMPR_DOMAIN_DISPLAY_USER_BUFFER structure holds an
array of <span><a href="4f5a1a08-c753-46ee-888b-39d360022745" data-linktype="relative-path">SAMPR_DOMAIN_DISPLAY_USER</a></span>
elements used to return a list of users through the SamrQueryDisplayInformation
family of methods (see section <span><a href="f1970f00-e3d5-4ec4-85bc-2caf0bf18f6d" data-linktype="relative-path">3.1.5.3</a></span>).</p><dl>
<dd>
<div><pre> typedef struct _SAMPR_DOMAIN_DISPLAY_USER_BUFFER {
   unsigned long EntriesRead;
   [size_is(EntriesRead)] PSAMPR_DOMAIN_DISPLAY_USER Buffer;
 } SAMPR_DOMAIN_DISPLAY_USER_BUFFER,
  *PSAMPR_DOMAIN_DISPLAY_USER_BUFFER;
</pre></div>
</dd></dl><p><b>EntriesRead:</b>  The number of elements
in <b>Buffer</b>. If zero, <b>Buffer</b> MUST be ignored. If nonzero, <b>Buffer</b>
MUST point to at least <b>EntriesRead</b> number of elements.</p><p><b>Buffer:</b>  An array of
SAMPR_DOMAIN_DISPLAY_USER elements.</p></div>