The AddAddressCard function adds an address card to the Contacts database. Before calling this function, an application must call the SetMask function once for each property in the new address card.
BOOL AddAddressCard(AddressCard *pac, PEGOID *poidCard, int *pindex);
Header file: | Addrstor.h |
Platforms: | H/PC |
Windows CE versions: | 1.0 and later |
Returns TRUE if successful or FALSE otherwise.
The Contacts database must have been opened by a previous call to the OpenAddressBook function.
DeleteAddressCard, ModifyAddressCard, OpenAddressBook, SetMask