Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets the knowledge that the destination replica will learn after it applies this change during recovery synchronization.
Syntax
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.