Code: Select all
iCapeThermoPropertyPackageManager->GetPropertyPackage(CBSTR(_T("PropertyPackageName")),&iDispatch);
Code: Select all
CComPtr<ICapeThermoPhases> capeThermoPhases;
hr=iDispatch->QueryInterface(__uuidof(ICapeThermoPhases),(LPVOID*)&capeThermoPhases);
So I wonder whether TEA (CAPE-OPEN 1.1) establishes the ICapeThermoMaterial?