SIMPLE_SYNC_FIELD_DEFINITION Structure
Represents a field that can be used to identify an item in the metadata, or to store version information for an item or a change unit.
typedef struct _SIMPLE_SYNC_FIELD_DEFINITION
{
ULONG ulFieldId;
SYNC_METADATA_FIELD_TYPE ulFieldType;
ULONG ulFieldSize;
} SIMPLE_SYNC_FIELD_DEFINITION;
Members
- ulFieldId
An integer ID for the field.
- ulFieldType
The data type of the field.
- ulFieldSize
The maximum length of the field for variable-length fields, such as a string or a byte array. This value is ignored for fixed-length types.
Requirements
Header: FullEnumerationProvider.h