Provides the Import Wizard with detailed information about the specified product.
Syntax
BOOL CMA_LoadProductInfo(CMA_CTRLINFO& CtrlInfo,
CMA_PRODUCTINFO& ProductDetail);
CtrlInfo The address of the CMA_CTRLINFO structure that contains information about the company for which detailed product information is to be provided. This structure was filled in by a previous call to the CMA_LoadCompany function.
ProductDetail The address of the CMA_PRODUCTDETAIL structure the filter DLL fills in with detailed product information.
Return Values
True if additional product information remains to be retrieved from the data file; False if there is no more product information to process.
Remarks
The Import Wizard calls the CMA_LoadProductInfo function repeatedly until it returns False, which indicates that it has provided information for all of the products contained in the source system.
See Also