Skip to content

Latest commit

 

History

History
89 lines (66 loc) · 2.41 KB

ns-winsync-id_parameters.md

File metadata and controls

89 lines (66 loc) · 2.41 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
NS:winsync._ID_PARAMETERS
ID_PARAMETERS (winsync.h)
Represents the format schema for the group of IDs that are used to identify entities in a synchronization session.
ID_PARAMETERS
ID_PARAMETERS structure [Windows Sync]
winsync.id_parameters
winsync/ID_PARAMETERS
winsync\id_parameters.htm
winsync
7391689a-5546-409a-9fff-2ceced1850fe
12/05/2018
ID_PARAMETERS, ID_PARAMETERS structure [Windows Sync], winsync.id_parameters, winsync/ID_PARAMETERS
winsync.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Windows
ID_PARAMETERS
19H1
_ID_PARAMETERS
winsync/_ID_PARAMETERS
ID_PARAMETERS
winsync/ID_PARAMETERS
c++
APIRef
kbSyntax
HeaderDef
winsync.h
ID_PARAMETERS

ID_PARAMETERS structure

-description

Represents the format schema for the group of IDs that are used to identify entities in a synchronization session.

-struct-fields

-field dwSize

The number of bytes in the ID_PARAMETERS structure.

-field replicaId

The ID format that is expected for replica IDs.

-field itemId

The ID format that is expected for item IDs.

-field changeUnitId

The ID format that is expected for change unit IDs.

-remarks

To obtain ID parameters, both providers are queried through a call to ISyncProvider::GetIdParameters. These ID parameters are then compared to verify that both providers use the same ID schema. If this verification fails, the synchronization session is not created, and an error code is returned.

-see-also

ID_PARAMETER_PAIR Structure

ISyncProvider Interface

Windows Sync Structures