<div class="content" name="SAMPR_DOMAIN_DISPLAY_USER" uuid="4f5a1a08-c753-46ee-888b-39d360022745"><p>The SAMPR_DOMAIN_DISPLAY_USER structure contains a subset of
user account information sufficient to show a summary of the <span><a href="7b2aeb27-92fc-41f6-8437-deb65d950921#gt_8d10bd9d-392e-431b-8218-742bdac19815" data-linktype="relative-path">account</a></span>
for an account management application.</p><dl>
<dd>
<div><pre> typedef struct _SAMPR_DOMAIN_DISPLAY_USER {
   unsigned long Index;
   unsigned long Rid;
   unsigned long AccountControl;
   RPC_UNICODE_STRING AccountName;
   RPC_UNICODE_STRING AdminComment;
   RPC_UNICODE_STRING FullName;
 } SAMPR_DOMAIN_DISPLAY_USER,
  *PSAMPR_DOMAIN_DISPLAY_USER;
</pre></div>
</dd></dl><p>For information on each field, see section <span><a href="4e123dbf-e101-4ade-9fff-f2247ed25a11" data-linktype="relative-path">2.2.8.1</a></span>.</p></div>