DsReplicaFreeInfo function (ntdsapi.h)
The DsReplicaFreeInfo function frees the replication state data structure allocated by the DsReplicaGetInfo or DsReplicaGetInfo2 functions.
Syntax
void DsReplicaFreeInfo(
[in] DS_REPL_INFO_TYPE InfoType,
[in] VOID *pInfo
);
Parameters
[in] InfoType
Contains one of the DS_REPL_INFO_TYPE values that specifies the type of replication data structure contained in pInfo. This must be the same value passed to the DsReplicaGetInfo or DsReplicaGetInfo2 function when the structure was allocated.
[in] pInfo
Pointer to the replication data structure allocated by the DsReplicaGetInfo or DsReplicaGetInfo2 functions.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | ntdsapi.h |
Library | Ntdsapi.lib |
DLL | Ntdsapi.dll |