Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.