IDENTITY_RULE Structure
Defines the way in which an item is identified within a replica.
typedef struct _IDENTITY_RULE
{
ULONG *pulIdentityFieldIds;
ULONG cIdentityFieldIds;
} IDENTITY_RULE;
Members
- pulIdentityFieldIds
A collection of field IDs that identify an item in a replica.
- cIdentityFieldIds
The number of items in pulIdentityFieldIds.
Requirements
Header: FullEnumerationProvider.h