IltmmConvert::put_VideoWindowFrame Example for C++

void OnPutConvertVideoWindowFrame(IltmmConvert *pConvert, long hWnd)
{
   // set the convert video window frame
   pConvert->put_VideoWindowFrame(hWnd);
}