void GetConvertSourceVideoType(IltmfConvert *pConvert){TCHAR szVideoType[MAX_PATH];BSTR bstr = NULL;// get the source video type namepConvert->get_SourceVideoType(&bstr);// format display string_stprintf(szVideoType, _T("Source video type GUID is %ls"), bstr);// display the source video typeMessageBox(NULL, szVideoType, TEXT("Source Video Type"), MB_OK);// free the bstrSysFreeString(bstr);}
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
