2.2.22 LSAPR_TRANSLATED_NAMES_EX

The LSAPR_TRANSLATED_NAMES_EX structure contains a set of translated names.

 typedef struct _LSAPR_TRANSLATED_NAMES_EX {
   [range(0,20480)] unsigned long Entries;
   [size_is(Entries)] PLSAPR_TRANSLATED_NAME_EX Names;
 } LSAPR_TRANSLATED_NAMES_EX,
  *PLSAPR_TRANSLATED_NAMES_EX;

Entries: Contains the number of translated names.<12>

Names: Contains a set of structures that contain translated names, as specified in section 2.2.21. 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.