LEADTOOLS Multimedia API Help > Programming with LEADTOOLS Multimedia > C++ Code > IltmmWMProfileManager::LoadProfileByID Example for C++ |
For complete code, refer to the CNVWM demo.
void LoadProfileFromData(IltmmWMProfile *pProfile, IltmmWMProfileManager *pManager, BSTR bstrData) { pProfile = NULL; pManager->LoadProfileByData(bstrData, &pProfile); }