GetColumnProperties
The GetColumnProperties function retrieves the property tags that correspond to the columns on which the Contacts database can be sorted.
Syntax
BOOL GetColumnProperties(HHPRTAG *propList, int * pColumns);
At a Glance
Header file: |
Addrstor.h |
Platforms: |
H/PC |
Versions: |
1.0 and later |
Parameters
- propList
- Pointer to an array that receives the property tags that identify column properties on which the address cards can be sorted. For a list of property tags, see Properties and Property Tags. Property tags begin with an HHPR_ prefix.
- pColumns
- Pointer to a variable that receives the number of property tags copied to the propList array.
Return Values
Returns TRUE if successful, or FALSE otherwise.
Remarks
The Contacts database must have been opened by a previous call to the OpenAddressBook function.
See Also
SetColumnProperties