Provides the Import Wizard with the street address or addresses of the specified company.
Syntax
BOOL CMA_LoadCompanyStreetAddress(CMA_CTRLINFO& CtrlInfo,
CMA_STREETADDRESS& StreetAddress);
CtrlInfo The address of the CMA_CTRLINFO structure whose szDataPath member specifies the data path of the company data file. This structure was filled by a previous call to the CMA_LoadCompany function.
StreetAddress The address of the CMA_STREETADDRESS structure the filter DLL fills in with street address information.
Return Values
True if additional addresses remain to be retrieved from the data file, or False if there are no more street addresses to process.
Remarks
The Import Wizard calls the CMA_LoadCompanyStreetAddress function repeatedly until it returns False, which indicates that it has provided information for all of the specified company's street addresses.
See Also