4.1.4.1.5 DS_NAME_RESULTW

The DS_NAME_RESULTW structure defines the translated names returned by the IDL_DRSCrackNames method.

 typedef struct {
   DWORD cItems;
   [size_is(cItems)] PDS_NAME_RESULT_ITEMW rItems;
 } DS_NAME_RESULTW,
  *PDS_NAME_RESULTW;

cItems: The count of items in the rItems array.

rItems: Translated names that correspond one-to-one with the elements in the rpNames field of the request.