Directory Services |
The DS_NAME_RESULT_ITEM structure contains a name converted by the DsCrackNames function, along with associated error and domain data.
typedef struct {
DWORD status;
LPTSTR pDomain;
LPTSTR pName; } DS_NAME_RESULT_ITEM,
*PDS_NAME_RESULT_ITEM;
The DsCrackNames function returns an array of DS_NAME_RESULT_ITEM structures as part of the DS_NAME_RESULT structure.
Client: Included in Windows XP and
Windows 2000 Professional.
Server: Included in Windows Server 2003 and
Windows 2000 Server.
Unicode: Declared as Unicode and ANSI structures.
Header: Declared in Ntdsapi.h.
DsCrackNames, DS_NAME_RESULT, Domain Controller and Replication Management Structures