Provides the Import Wizard with information about a contact person for the given company.
Syntax
BOOL CMA_LoadContact(CMA_CTRLINFO& CtrlInfo,
CMA_CONTACT& Contact);
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.
Contact The address of the CMA_CONTACT structure the filter DLL fills in with detailed information about the contact.
Return Values
True if additional contacts remain to be retrieved from the data file; False if there are no more contacts to process.
Remarks
The Import Wizard calls the CMA_LoadContact function repeatedly until it returns False, which indicates that it has provided information for all of the contacts.
See Also