IMSAdminReplication::Propagate2

The IMSAdminReplication::Propagate2 method is called on the source computer and provides the name of the target computer along with a flag that indicates whether the source and target computer signatures differ. Iissync.exe calls this method to indicate that replication to the target computer is complete. This method is not called if the replication process to a target computer was previously terminated.

virtual HRESULT STDMETHODCALLTYPE Propagate2( 
    /* [in] */ DWORD dwBufferSize, 
    /* [size_is][in] */ unsigned char __RPC_FAR *pszBuffer, 
    /* [in] */ DWORD dwSignatureMismatch 
) = 0; 
 

Parameters

dwBufferSize
Receives the size of pszBuffer.
pszBuffer
Receives the name of the target computer in ANSI format.
dwSignatureMismatch
If TRUE, indicates that the source and target computer signatures do not match.

Return Values

Return NOERROR if your method succeeds. If your method does not succeed, return any code other than NOERROR to indicate the replication process failed for this target computer.

See Also

IMSAdminReplication::GetSignature, IMSAdminReplication::Propagate, IMSAdminReplication::Serialize, IMSAdminReplication::DeSerialize