Provides the Import Wizard with the Web address or addresses of the specified company.
Syntax
BOOL CMA_LoadCompanyWebAddress(CMA_CTRLINFO& CtrlInfo,
CMA_WEBADDRESS& WebAddress);
CtrlInfo The address of the CMA_CTRLINFO structure whose szDataPath member specifies the data path of the company data file. This structure was filled in by a previous call to the CMA_LoadCompany 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, or some other type of address).
Return Values
Returns True if additional 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_LoadCompanyWebAddress function repeatedly until it returns False, which indicates that it has provided information for all of the specified company's Web addresses.
See Also