For complete code, refer to the CNVWM demo.
void DisplayContent(int i, IltmmWMProfileManager *pProfileManager){USES_CONVERSION;IltmmWMProfile *pProfile = NULL;BSTR bstrString;// try to load the profile and save it to a bstrHRESULT hr = pProfileManager->LoadSystemProfile(i, &pProfile);if (SUCCEEDED(hr)){// try to save the profile to the bstr providedhr = pProfileManager->SaveProfile(pProfile, &bstrString);if (SUCCEEDED(hr)){// display it hereMessageBox(NULL, bstrString, TEXT("Profile Content"), MB_OK);// free the bstrSysFreeString(bstrString);}elseMessageBox(NULL, TEXT("Error occurred during the WMProfile save"), TEXT("Profile Content"), MB_OK);// release the profile objectpProfile->Release();}elseMessageBox(NULL, TEXT("Error occurred during the WMProfile load"), TEXT("Profile Content"), MB_OK);}
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
