CMA_LoadCompanyPhoneNumber

Provides the Import Wizard with the telephone number or numbers for the given company.

Syntax

BOOL CMA_LoadCompanyPhoneNumber(CMA_CTRLINFO& CtrlInfo,
    CMA_PHONENUMBER& PhoneNumber);

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.

PhoneNumber   The address of the CMA_PHONENUMBER structure the filter DLL fills in with telephone number information.

Return Values

Returns True if additional telephone numbers remain to be retrieved from the data file; False if there are no more telephone numbers to process.

Remarks

The Import Wizard calls the CMA_LoadCompanyPhoneNumber function repeatedly until it returns False, which indicates that it has provided information for all of the specified company's telephone numbers.

See Also

CMA_CTRLINFO, CMA_LoadCompany, CMA_PHONENUMBER