CHANGE_UNIT_SET Structure

Represents the set of change units that comprise an item.


typedef struct _CHANGE_UNIT_SET
{
  const BYTE * const * ppChangeUnitIds;
  ULONG cChangeUnits;
} CHANGE_UNIT_SET;

ppChangeUnitIds

A collection of IDs for all the change units in an item.

cChangeUnits

The number of items in ppChangeUnitIds.

Header: FullEnumerationProvider.h

Show: