dsMergeForestTrustInformationW 函数 (dsgetdc.h)
DsMergeForestTrustInformationW 函数将新林信任数据结构中的更改与旧的林信任数据结构合并。
语法
DSGETDCAPI DWORD DsMergeForestTrustInformationW(
[in] LPCWSTR DomainName,
[in] PLSA_FOREST_TRUST_INFORMATION NewForestTrustInfo,
[in, optional] PLSA_FOREST_TRUST_INFORMATION OldForestTrustInfo,
[out] PLSA_FOREST_TRUST_INFORMATION *MergedForestTrustInfo
);
参数
[in] DomainName
指向以 null 结尾的 Unicode 字符串的指针,该字符串指定要更新的受信任域。
[in] NewForestTrustInfo
指向包含要合并的新林信任数据的 LSA_FOREST_TRUST_INFORMATION 结构的指针。 将忽略条目的 Flags 和 Time 成员。
[in, optional] OldForestTrustInfo
指向包含要合并的旧林信任数据的 LSA_FOREST_TRUST_INFORMATION 结构的指针。 如果不存在任何记录,此参数可能为 NULL 。
[out] MergedForestTrustInfo
指向接收合并林信任数据的 LSA_FOREST_TRUST_INFORMATION 结构指针的指针。
调用 NetApiBufferFree 不再需要此结构时,调用方必须释放此结构。
返回值
如果成功,则返回 NO_ERROR ,否则返回 Windows 错误代码。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista |
最低受支持的服务器 | Windows Server 2008 |
目标平台 | Windows |
标头 | dsgetdc.h |
Library | Netapi32.lib |
DLL | Netapi32.dll |