For complete code, refer to the CNVWM demo.
void RemoveStreamByNumber(long lStreamNumber, IltmmWMProfile *pProfile){IltmmWMStreamConfig *pStreamConfig = NULL;WCHAR wstrPrompt[64];// try to get the profile stream by numberpProfile->GetStreamByNumber(lStreamNumber, &pStreamConfig);if (pStreamConfig){wsprintf(wstrPrompt, TEXT("Remove stream number %d ?"), lStreamNumber);if (MessageBox(NULL, wstrPrompt, TEXT("Confirm"), MB_YESNO) == IDYES){pProfile->RemoveStream(pStreamConfig);// or, you can remove it by :// pProfile->RemoveStreamByNumber(lStreamNumber);pStreamConfig->Release();}}}
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
