Directory Services

DS_NAME_RESULT

The DS_NAME_RESULT structure is used with the DsCrackNames function to contain the names converted by the function.

typedef struct {
DWORD cItems;
PDS_NAME_RESULT_ITEM rItems; } DS_NAME_RESULT,
*PDS_NAME_RESULT;

Members

cItems
Contains the number of elements in the rItems array.
rItems
Contains an array of DS_NAME_RESULT_ITEM structure pointers. Each element of this array represents a single converted name.

Requirements

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.

See Also

DsCrackNames, DS_NAME_RESULT_ITEM, Domain Controller and Replication Management Structures