int = CompareEntryIDs(entryId, entryId
, flags
)
Compares two entry identifiers belonging to a particular address book provider to determine if they refer to the same address book object
Parameters
entryId : string
The first entry ID to be comparedentryId : string
The second entry ID to be comparedflags=0 : int
Reserved - must be zero.
Return Value
The result is set to TRUE if the two entry identifiers refer to the same object, and FALSE otherwise.