CMA_LoadOrganizationWebAddress

Provides the Import Wizard with the Web address or addresses of the specified organization.

Syntax

BOOL CMA_LoadOrganizationWebAddress(
    CMA_CTRLINFO& CtrlInfo,
    CMA_ORGANIZATION& Organization,
    CMA_WEBADDRESS& WebAddress);

CtrlInfo   The address of the CMA_CTRLINFO structure whose szDataPath member specifies the data path for the company data file. This structure was filled in by a previous call to the CMA_LoadCompany function.

Organization   The address of the CMA_ORGANIZATION structure that contains information about the organization whose Web address is being retrieved. This structure was filled in by a previous call to the CMA_LoadOrganization function.

WebAddress   The address of the CMA_WEBADDRESS structure the filter DLL fills in with Web address information (for example, a Web site URL, an e-mail address, and so on).

Return Values

True if additional Web addresses remain to be retrieved from the data file; False if there are no more Web addresses to process.

Remarks

The Import Wizard calls the CMA_LoadOrganizationWebAddress function repeatedly until it returns False, which indicates that it has provided information for all of the Web addresses of the specified organization.

See Also

CMA_CTRLINFO, CMA_LoadCompany, CMA_LoadOrganization, CMA_ORGANIZATION, CMA_WEBADDRESS