Provides the Import Wizard with the street address or addresses of the specified organization.
Syntax
BOOL CMA_LoadOrganizationStreetAddress(
CMA_CTRLINFO& CtrlInfo,
CMA_ORGANIZATION& Organization,
CMA_STREETADDRESS& StreetAddress);
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 street address is being retrieved. This structure was filled in by a previous call to the CMA_LoadOrganization function.
StreetAddress The address of the CMA_STREETADDRESS structure the filter DLL fills in with street address information.
Return Values
True if additional street addresses remain to be retrieved from the data file; False if there are no more street addresses to process.
Remarks
The Import Wizard calls the CMA_LoadOrganizationStreetAddress function repeatedly until it returns False, which indicates that it has provided information for all of the street addresses of the organization.
See Also
CMA_CTRLINFO, CMA_LoadCompany, CMA_LoadOrganization, CMA_ORGANIZATION, CMA_STREETADDRESS