IMSAdminReplication::DeSerialize

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; 
 

Parameters

dwBufferSize
Receives the size, in bytes, of pbBuffer.
pbBuffer
Points to the data provided by the source computer.

Return Values

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.

See also

IMSAdminReplication::GetSignature, IMSAdminReplication::Propagate, IMSAdminReplication::Propagate2, IMSAdminReplication::Serialize