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 change units that comprise an item.
typedef struct _CHANGE_UNIT_SET
{
const BYTE * const * ppChangeUnitIds;
ULONG cChangeUnits;
} CHANGE_UNIT_SET;
Members
- ppChangeUnitIds
A collection of IDs for all the change units in an item.
- cChangeUnits
The number of items in ppChangeUnitIds.
Requirements
Header: FullEnumerationProvider.h