CHANGE_UNIT_VERSION_RULE Structure

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;

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.

Header: FullEnumerationProvider.h

Show: