Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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.