This topic has not yet been rated - Rate this topic

DsReplicaFreeInfo function

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

Syntax


void WINAPI DsReplicaFreeInfo(
  _In_  DS_REPL_INFO_TYPE InfoType,
  _In_  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 value

This function does not return a value.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Redistributable

Active Directory Client Extension on Windows NT 4.0 and Windows Me/98/95

Header

Ntdsapi.h

Library

Ntdsapi.lib

DLL

Ntdsapi.dll

See also

Domain Controller and Replication Management Functions
DS_REPL_INFO_TYPE
DsReplicaGetInfo
DsReplicaGetInfo2

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.