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 Vista |
|---|---|
|
Minimum supported server |
Windows Server 2008 |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
- Domain Controller and Replication Management Functions
- DS_REPL_INFO_TYPE
- DsReplicaGetInfo
- DsReplicaGetInfo2