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.
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;
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