2.2.8.3 SAMPR_DOMAIN_DISPLAY_MACHINE

msdn link

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

 typedef struct _SAMPR_DOMAIN_DISPLAY_MACHINE {
   unsigned long Index;
   unsigned long Rid;
   unsigned long AccountControl;
   RPC_UNICODE_STRING AccountName;
   RPC_UNICODE_STRING AdminComment;
 } SAMPR_DOMAIN_DISPLAY_MACHINE,
  *PSAMPR_DOMAIN_DISPLAY_MACHINE;

For information on each field, see section 2.2.8.1.