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;

pulIdentityFieldIds

A collection of field IDs that identify an item in a replica.

cIdentityFieldIds

The number of items in pulIdentityFieldIds.

Header: FullEnumerationProvider.h

Show: