Defines | |
| #define | ALP_EXGMGR_CONTACTS_CATEGORY_OK_PARAM "categoryOK" |
| #define | ALP_EXGMGR_CONTACTS_CATEGORY_SELECTED_PARAM "categorySelected" |
| #define | ALP_EXGMGR_CONTACTS_CATEGORY_WAS_SELECTED_PARAM "categoryWasSelected" |
| #define | ALP_EXGMGR_CONTACTS_CONTACT_LUID_PARAM "contactLuid" |
| #define | ALP_EXGMGR_CONTACTS_CONTACT_TYPE_PARAM "contactType" |
| #define | ALP_EXGMGR_CONTACTS_DISTRIBUTION_CONTACT_TYPE_PARAM "distributionType" |
| #define | ALP_EXGMGR_CONTACTS_DISTRIBUTION_OK_PARAM "distributionOK" |
| #define | ALP_EXGMGR_CONTACTS_DISTRIBUTION_OK_PARAM_VALUE_NO 0 |
| #define | ALP_EXGMGR_CONTACTS_DISTRIBUTION_OK_PARAM_VALUE_ONLY 2 |
| #define | ALP_EXGMGR_CONTACTS_DISTRIBUTION_OK_PARAM_VALUE_YES 1 |
| #define | ALP_EXGMGR_CONTACTS_DISTRIBUTION_SELECTED_PARAM "distributionSelected" |
| #define | ALP_EXGMGR_CONTACTS_DISTRIBUTION_WAS_SELECTED_PARAM "distributionWasSelected" |
|
|
[in] (optional)[int] If present, and non-zero, then the user will be allowed to select an entire category. Defaults to 0. |
|
|
[out] [int] If ALP_EXGMGR_CONTACTS_CATEGORY_OK_PARAM and ALP_EXGMGR_CONTACTS_CATEGORY_WAS_SELECTED_PARAM is 1, this will contain the category the user selected. 0 = All, -1 = Unfiled, otherwise the category ID. |
|
|
[out] [int] If ALP_EXGMGR_CONTACTS_CATEGORY_OK_PARAM, this will tell you if a category was selected. 0 = No, 1 = Yes. |
|
|
[out] [int] If ALP_EXGMGR_CONTACTS_CONTACT_TYPE_PARAM specified, this is the Luid of the selected contact. 0 on errors or if user cancels selection. |
|
|
[in,out] (optional) [char*] If present, used to limit the info returned to the desired contact type value and friendly name (returned in ALP_EXGMGR_FILENAME_PARAM.) Also restricts the picker to show only contacts that have data of this type. On output it will contain the value. Note where multiple values are present, only the first one will be returned. You can use the ALP_EXG2_PHONESTRING_SUBJECT if you want to get any phone number. Use kDistributionContactTypeMessaging (in contacts_dml.h) if you want any phone number and/or email. |
|
|
[in] (optional) [char*] If present, used to limit the info returned to the desired distribution type. See contacts_dml.h for valid values. |
|
|
[in] (optional)[int] If present, and non-zero, then the user will be allowed to select a distribution group. Defaults to ALP_EXGMGR_CONTACTS_DISTRIBUTION_OK_PARAM. If ALP_EXGMGR_CONTACTS_DISTRIBUTION_OK_PARAM_VALUE_ONLY then only distribution groups can be selected. |
|
|
|
|
|
|
|
|
|
|
|
[out] [int] If ALP_EXGMGR_CONTACTS_DISTRIBUTION_OK_PARAM is non-zero and ALP_EXGMGR_CONTACTS_DISTRIBUTION_WAS_SELECTED_PARAM is 1, this will contain the the distribution ID selected. |
|
|
[out] [int] If ALP_EXGMGR_CONTACTS_CATEGORY_OK_PARAM, this will tell you if a distribution group was selected. 0 = No, 1 = Yes. |
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.