Directory Services |
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;
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_ITEM, Domain Controller and Replication Management Structures