Share via


ISyncSessionState::GetForgottenKnowledgeRecoveryRangeEnd

Gets the upper bound of the recovery range when the session is performing forgotten knowledge recovery.

Syntax

HRESULT GetForgottenKnowledgeRecoveryRangeEnd(
  BYTE * pbRangeEnd,
  DWORD * pcbRangeEnd);

Parameters

  • pbRangeEnd
    [in, out, unique, size_is(*pcbRangeEnd)] Returns the upper bound of the recovery range when the session is performing forgotten knowledge recovery.

  • pcbRangeEnd
    [in, out] Specifies the number of bytes in pbRangeEnd. Returns the number of bytes that to retrieve the range value when pcbRangeEnd is too small, or the number of bytes written.

Return Value

  • S_OK

  • E_POINTER

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

See Also

Reference

ISyncSessionState Interface