The GetAddressCardProperties function opens an address card and retrieves its properties.
BOOL GetAddressCardProperties(PEGOID oidCard, AddressCard *pac, int numRequestedProps, HHPRTAG *rghhProp);
Header file: | Addrstor.h |
Platforms: | H/PC |
Versions: | 1.0 and later |
Returns TRUE if the function succeeds, or FALSE otherwise.
The system allocates memory for the address card's properties. After every call to the GetAddressCardProperties function, an application must free the memory by calling the FreeAddressCard function.
If only a few properties from the address card need to be displayed, calling GetAddressCardProperties uses less memory than OpenAddressCard.
The Contacts database must have been opened by a previous call to the OpenAddressBook function.