Platform SDK: Active Directory, ADSI, and Directory Services |
The DS_NAME_RESULT structure contains an array of DS_NAME_RESULT_ITEM structures, which in turn contain object names converted by the DsCrackNames function.
typedef struct { DWORD cItems; PDS_NAME_RESULT_ITEM rItems; } DS_NAME_RESULT, *PDS_NAME_RESULT;
Windows NT/2000: Requires Windows 2000.
Header: Declared in Ntdsapi.h.
Unicode: Declared as Unicode and ANSI structures.
Domain Controller and Replication Management Structures, DS_NAME_RESULT_ITEM, DsCrackNames