Share via


ISyncSessionState::GetInfoForChangeApplication

Retrieves stored data for a serialized change applier.

Syntax

HRESULT GetInfoForChangeApplication(
  BYTE * pbChangeApplierInfo,
  DWORD * pcbChangeApplierInfo);

Parameters

  • pbChangeApplierInfo
    [in, out, unique, size_is(*pcbChangeApplierInfo)] Returns the serialized change applier data.

  • pcbChangeApplierInfo
    [in, out] Specifies the number of bytes in pbChangeApplierInfo. Returns the number of bytes required to retrieve the change applier data when pcbChangeApplierInfo is too small, or returns the number of bytes written.

Return Value

  • S_OK

  • E_POINTER

  • E_INVALIDARG

  • HRESULT_FROM_WIN32(ERROR_MORE_DATA) when pbChangeApplierInfo is too small. In this case, the required number of bytes is returned in pcbChangeApplierInfo.

See Also

Reference

ISyncSessionState Interface