4.1.4.1.4 DS_NAME_RESULT_ITEMW

The DS_NAME_RESULT_ITEMW structure defines the translated name returned by the IDL_DRSCrackNames method.

 typedef struct {
   DWORD status;
   [string, unique] WCHAR* pDomain;
   [string, unique] WCHAR* pName;
 } DS_NAME_RESULT_ITEMW,
  *PDS_NAME_RESULT_ITEMW;

status: Status of the crack name operation for the corresponding element of the rpNames field in the request. The status is one of the values from the enumeration DS_NAME_ERROR.

pDomain: DNS domain name of the domain in which the named object resides.

pName: Object name in the requested format.