CMA_LoadOrganization

Provides the Import Wizard with detailed information about the specified organization.

Syntax

BOOL CMA_LoadOrganization(CMA_CTRLINFO& CtrlInfo,
    CMA_ORGANIZATION& Organization);

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 the filter DLL fills in with information about the organization.

Return Values

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

Remarks

The Import Wizard calls the CMA_LoadOrganization function repeatedly until it returns False, which indicates that it has provided information for all of the organizations.

See Also

CMA_CTRLINFO, CMA_LoadCompany, CMA_ORGANIZATION