2.2.7.9 SAMPR_RID_ENUMERATION

The SAMPR_RID_ENUMERATION structure holds the name and RID information about an account.

 typedef struct _SAMPR_RID_ENUMERATION {
   unsigned long RelativeId;
   RPC_UNICODE_STRING Name;
 } SAMPR_RID_ENUMERATION,
  *PSAMPR_RID_ENUMERATION;

RelativeId: A RID.

Name: The UTF-16 encoded name of the account that is associated with RelativeId.