Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.24
LEADTOOLS Multimedia API Help

IltmmWMProfileManager::LoadProfileByID Example for C

Show in webframe

For complete code, refer to the CNVWM demo.

void IltmmWMProfileManager_LoadProfileByID_Example (IltmmWMProfile *pProfile, IltmmWMProfileManager *pManager, BSTR bstrGUID)
{
   pProfile = NULL; 

   IltmmWMProfileManager_LoadProfileByID(pManager, bstrGUID, &pProfile); 
}

void IltmmWMProfileManager_LoadProfileByData_Example (IltmmWMProfile *pProfile, IltmmWMProfileManager *pManager, BSTR bstrData)
{
   pProfile = NULL; 

   IltmmWMProfileManager_LoadProfileByData(pManager, bstrData, &pProfile); 
}
Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.