The ModifyAddressCard function modifies an address card in the Contacts database. Before calling this function, an application must call the SetMask function once for each property to be changed in the address card.
BOOL ModifyAddressCard(AddressCard *pac, PEGOID oidCard, int *pindex);
Header file: | Addrstor.h |
Platforms: | H/PC |
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. For more information, see Contacts Database.
AddAddressCard, GetAddressCardProperties, OpenAddressBook, OpenAddressCard, SetMask