Releases any resources the filter DLL allocated while importing data for the given company.
BOOL CMA_UnloadCompany(CMA_CTRLINFO& CtrlInfo,
CMA_ACCTPART& AcctPart,
CMA_ACCTPARTCODE& AcctPartCode)
CtrlInfo The address of the CMA_CTRLINFO structure that contains information about the company for which the filter DLL may have allocated resources. This structure was filled in by a previous call to the CMA_LoadCompany function.
AcctPart The address of the CMA_ACCTPART structure that defines the chart of accounts for the specified company. This structure was filled in by a previous call to the CMA_LoadCompany function.
AcctPartCode The address of the CMA_ACCTPARTCODE structure that contains the account parts, account categories, and rollups for the specified company.
Return Values
Always returns True.
See Also