The IMSAdminReplication::DeSerialize method, called on the target computer, receives the data provided by the source computer's Serialize method if the source and target computer signatures differ.
virtual HRESULT STDMETHODCALLTYPE DeSerialize(
/* [in] */ DWORD dwBufferSize,
/* [size_is][in] */ unsigned char __RPC_FAR *pbBuffer
) = 0;
Return NOERROR if your method succeeded. If your method returns any code other than NOERROR, iissync.exe will discontinue the replication process for this target computer.
IMSAdminReplication::GetSignature, IMSAdminReplication::Propagate, IMSAdminReplication::Propagate2, IMSAdminReplication::Serialize