IltmmConvert::get_SourceVideoType Example for C++

CString strVideoType;

m_convert->get_SourceVideoType(&bstr);

strVideoType = "Source video type GUID is ";
strVideoType += bstr;
MessageBox(strVideoType);

SysFreeString(bstr);