SYNCMGR_CONFLICT_ID_INFO structure (syncmgr.h)

Describes conflict ID information structure.

Syntax

typedef struct SYNCMGR_CONFLICT_ID_INFO {
  BYTE_BLOB *pblobID;
  BYTE_BLOB *pblobExtra;
} SYNCMGR_CONFLICT_ID_INFO, *PSYNCMGR_CONFLICT_ID_INFO;

Members

pblobID

Type: BYTE_BLOB*

A pointer to a blob used for comparison.

pblobExtra

Type: BYTE_BLOB*

A pointer to extra data used to initialize conflict objects.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header syncmgr.h