Directory Services |
The DsMergeForestTrustInformationW function merges the changes from a new forest trust data structure with an old forest trust data structure.
void DsMergeForestTrustInformationW( LPCWSTR DomainName, PLSA_FOREST_TRUST_INFORMATION NewForestTrustInfo, PLSA_FOREST_TRUST_INFORMATION OldForestTrustInfo, PLSA_FOREST_TRUST_INFORMATION* ForestTrustInfo );
The caller must free this structure when it is no longer required by calling NetApiBufferFree.
Client: Included in Windows XP and
Windows 2000 Professional.
Server: Included in Windows Server 2003 and
Windows 2000 Server.
Unicode: Implemented as Unicode version only.
Header: Declared in Dsgetdc.h.
Library: Use Netapi32.lib.
NetApiBufferFree, Directory Service Functions