Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a lightweight, read-only representation of this knowledge object that can be used for fast comparisons.
HRESULT GetKnowledgeCookie(
IUnknown ** ppKnowledgeCookie);
Parameters
- ppKnowledgeCookie
[out] Returns a lightweight, read-only representation of this knowledge object that can be used for fast comparisons.
Return Value
S_OK
E_POINTER
Remarks
A knowledge cookie can be used for fast comparisons with other knowledge objects by using ISyncKnowledge2::CompareToKnowledgeCookie when the performance of the comparison operation is especially important.