Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the knowledge that the destination replica will learn after it applies this change during recovery synchronization.
HRESULT GetLearnedKnowledgeAfterRecoveryComplete(
ISyncKnowledge ** ppLearnedKnowledge);
Parameters
Term |
Definition |
ppLearnedKnowledge |
[out] Returns the knowledge that the destination replica will learn after it applies this change during recovery synchronization. |
Return Value
S_OK.
E_POINTER.
SYNC_E_CHANGE_NEEDS_KNOWLEDGE when this change does not contain made-with knowledge.
SYNC_E_INVALID_OPERATION when recovery synchronization is not in process.