Location:
CNTITEM.H
Link against: cntmodel.lib
class ContactGuid;
A globally unique identifier enquiry utility.
Each contact item has a unique identifier, stored as a descriptor. It is referred to as the 'UID string'. This is a combination of the unique identifier of the database in which the contact item was created, the contact item ID and the date/time of the contact item's creation. ContactGuid provides a single static exported function to enquire whether an item was created in a specified database.
Defined in ContactGuid
:
IsLocalContactUidString()
static IMPORT_C TContactItemId IsLocalContactUidString(const TDesC &aString, TInt64 aMachineUniqueId);
Tests whether a contact item was created in the database with the unique ID specified. If so, the item's contact item ID is returned. If not, returns KErrNotFound.
|
|