IltmmCapture::put_WMProfile Example for C
// This function will assign a new profile to
// the capture object
void ChangeProfile(IltmmWMProfile* pProfile)
{
IltmmCapture__put_WMProfile(gCapture, pProfile);
}
This function will assign a new profile to the capture object.
L_MULTIMEDIATEX_API void IltmmCapture_put_WMProfile_Example (IltmmCapture* pCapture, IltmmWMProfile* pProfile) { IltmmCapture_put_WMProfile(pCapture, pProfile); }