2.2.20 LSAPR_TRANSLATED_NAMES
The LSAPR_TRANSLATED_NAMES structure defines a set of translated names. This is used in the response to a translation request from SIDs to names.
-
typedef struct _LSAPR_TRANSLATED_NAMES { [range(0,20480)] unsigned long Entries; [size_is(Entries)] PLSAPR_TRANSLATED_NAME Names; } LSAPR_TRANSLATED_NAMES, *PLSAPR_TRANSLATED_NAMES;
Entries: Contains the number of translated names.<10>
Names: Contains a set of translated names, as specified in section 2.2.19. If the Entries field in this structure is not 0, this field MUST be non-NULL. If Entries is 0, this field MUST be ignored.