Represents the set of fields that define a change unit's version.
typedef struct _CHANGE_UNIT_VERSION_RULE { BYTE *pbChangeUnitId; ULONG * pulVersionFieldIds; ULONG cVersionFieldIds; } CHANGE_UNIT_VERSION_RULE;
The ID of the change unit to which the version definition applies.
A collection of IDs that identify the version fields for the specified change unit.
The number of items in pulVersionFieldIds.
Header: FullEnumerationProvider.h