Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 32 of file luid.c.
Referenced by LsarAddPrivilegesToAccount(), and NtQueryInformationToken().
{ ULONG i; PAGED_CODE_RTL(); for (i = 0; i < Count; i++) { RtlCopyMemory(&Dest[i], &Src[i], sizeof(LUID_AND_ATTRIBUTES)); } }