Skip to content

Latest commit

 

History

History
85 lines (65 loc) · 3.35 KB

ne-winsync-knowledge_cookie_comparison_result.md

File metadata and controls

85 lines (65 loc) · 3.35 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:winsync.__MIDL___MIDL_itf_winsync_0000_0000_0011
KNOWLEDGE_COOKIE_COMPARISON_RESULT (winsync.h)
Represents the possible results when a knowledge cookie is compared with a knowledge object by using ISyncKnowledge2::CompareToKnowledgeCookie.
KCCR_COOKIE_KNOWLEDGE_CONTAINED
KCCR_COOKIE_KNOWLEDGE_CONTAINS
KCCR_COOKIE_KNOWLEDGE_EQUAL
KCCR_COOKIE_KNOWLEDGE_NOT_COMPARABLE
KNOWLEDGE_COOKIE_COMPARISON_RESULT
KNOWLEDGE_COOKIE_COMPARISON_RESULT enumeration [Windows Sync]
winsync.knowledge_cookie_comparison_result
winsync/KCCR_COOKIE_KNOWLEDGE_CONTAINED
winsync/KCCR_COOKIE_KNOWLEDGE_CONTAINS
winsync/KCCR_COOKIE_KNOWLEDGE_EQUAL
winsync/KCCR_COOKIE_KNOWLEDGE_NOT_COMPARABLE
winsync/KNOWLEDGE_COOKIE_COMPARISON_RESULT
winsync\knowledge_cookie_comparison_result.htm
winsync
9770679e-19ed-49ed-a505-076db6f0119c
12/05/2018
KCCR_COOKIE_KNOWLEDGE_CONTAINED, KCCR_COOKIE_KNOWLEDGE_CONTAINS, KCCR_COOKIE_KNOWLEDGE_EQUAL, KCCR_COOKIE_KNOWLEDGE_NOT_COMPARABLE, KNOWLEDGE_COOKIE_COMPARISON_RESULT, KNOWLEDGE_COOKIE_COMPARISON_RESULT enumeration [Windows Sync], winsync.knowledge_cookie_comparison_result, winsync/KCCR_COOKIE_KNOWLEDGE_CONTAINED, winsync/KCCR_COOKIE_KNOWLEDGE_CONTAINS, winsync/KCCR_COOKIE_KNOWLEDGE_EQUAL, winsync/KCCR_COOKIE_KNOWLEDGE_NOT_COMPARABLE, winsync/KNOWLEDGE_COOKIE_COMPARISON_RESULT
winsync.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Windows
KNOWLEDGE_COOKIE_COMPARISON_RESULT
19H1
__MIDL___MIDL_itf_winsync_0000_0000_0011
winsync/__MIDL___MIDL_itf_winsync_0000_0000_0011
KNOWLEDGE_COOKIE_COMPARISON_RESULT
winsync/KNOWLEDGE_COOKIE_COMPARISON_RESULT
c++
APIRef
kbSyntax
HeaderDef
winsync.h
KNOWLEDGE_COOKIE_COMPARISON_RESULT

KNOWLEDGE_COOKIE_COMPARISON_RESULT enumeration

-description

Represents the possible results when a knowledge cookie is compared with a knowledge object by using ISyncKnowledge2::CompareToKnowledgeCookie.

-enum-fields

-field KCCR_COOKIE_KNOWLEDGE_EQUAL:0

The knowledge cookie is equal to the specified knowledge.

-field KCCR_COOKIE_KNOWLEDGE_CONTAINED

The knowledge cookie is contained by the specified knowledge.

-field KCCR_COOKIE_KNOWLEDGE_CONTAINS

The knowledge cookie contains the specified knowledge.

-field KCCR_COOKIE_KNOWLEDGE_NOT_COMPARABLE

The knowledge cookie cannot be compared to the specified knowledge.

-remarks

A knowledge cookie is a lightweight, read-only representation of knowledge that can be used for fast comparisons when performance is especially important.

-see-also

ISyncKnowledge2 Interface

Windows Sync Enumerations