2.2.8.2 SAMPR_DOMAIN_DISPLAY_USER

The SAMPR_DOMAIN_DISPLAY_USER structure contains a subset of user account information sufficient to show a summary of the account for an account management application.

 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;

For information on each field, see section 2.2.8.1.