Directory Services

DsReplicaFreeInfo

The DsReplicaFreeInfo function frees the replication state data structure allocated by the DsReplicaGetInfo or DsReplicaGetInfo2 functions.

void DsReplicaFreeInfo(
  DS_REPL_INFO_TYPE InfoType,
  VOID* pInfo
);

Parameters

InfoType
[in] 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.
pInfo
[in] Pointer to the replication data structure allocated by the DsReplicaGetInfo or DsReplicaGetInfo2 functions.

Return Values

This function has no return values.

Requirements

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 Ntdsapi.h.
Library: Use Ntdsapi.lib.

See Also

DsReplicaGetInfo, DsReplicaGetInfo2, DS_REPL_INFO_TYPE, Domain Controller and Replication Management Functions