ITEM_FIELDS Structure
Represents a set of fields that are used to identify an item when changes are applied to a destination.
typedef struct _ITEM_FIELDS
{
FIELD_VALUE *pFieldValues;
ULONG cFields;
} ITEM_FIELDS;
Members
- pFieldValues
A collection of FIELD_VALUE structures that represent the way in which an item is identified when changes are applied to a destination.
- cFields
The number of items in pFieldValues.
Requirements
Header: FullEnumerationProvider.h