ISyncSessionState::SetForgottenKnowledgeRecoveryRange method (winsync.h)
Sets the recovery range when the session is performing forgotten knowledge recovery.
Syntax
HRESULT SetForgottenKnowledgeRecoveryRange(
[in] const SYNC_RANGE *pRange
);
Parameters
[in] pRange
The lower and upper bounds that define the range of IDs to be recovered.
Return value
The possible return codes include, but are not limited to, the values shown in the following table.
Return code | Description |
---|---|
|
The method succeeded. |
|
Invalid pointer. |
|
|
|
An item ID in pRange is not in the format that is specified by the ID format schema of the provider. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Target Platform | Windows |
Header | winsync.h |