CHANGE_UNIT_VERSION_RULE Structure

Represents the set of fields that define a change unit's version.

Syntax

typedef struct _CHANGE_UNIT_VERSION_RULE
{
  BYTE *pbChangeUnitId;
  ULONG * pulVersionFieldIds;
  ULONG cVersionFieldIds;
} CHANGE_UNIT_VERSION_RULE;

Members

  • pbChangeUnitId
    The ID of the change unit to which the version definition applies.

  • pulVersionFieldIds
    A collection of IDs that identify the version fields for the specified change unit.

  • cVersionFieldIds
    The number of items in pulVersionFieldIds.

Requirements

Header: FullEnumerationProvider.h

See Also

Concepts

Sync Framework Simple Provider Components