IltmmCapture::put_WMProfile Example for C++

// This function will assign a new profile to 
// the capture object
void ChangeProfile(IltmmWMProfile* pProfile) 
{
   m_capture->put_WMProfile (pProfile); 
}