Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |