Directory Services |
The ADS_DN_WITH_BINARY structure associates a distinguished name with its GUID.
typedef struct {
DWORD dwLength;
LPBYTE lpBinaryValue;
LPWSTR pszDNString; } ADS_DN_WITH_BINARY;
The distinguished name of an object changes when you move it to a different location. To identify the object, even if it is moved, you can associate its distinguished name to its GUID value. Because the GUID value never changes, this ensures that the identity of the object is not dependent upon its location. Use the ADS_DN_WITH_BINARY structure to perform this type of identity mapping.
Client: Included in Windows XP and
Windows 2000 Professional.
Server: Included in Windows Server 2003 and
Windows 2000 Server.
Redistributable: Requires Active Directory Client Extension
on Windows NT 4.0 SP6a and Windows 95/98/Me.
Header: Declared in Iads.h.