IltmmCapture::SetVideoWindowPos Example for C

void IltmmCapture_SetVideoWindowPos_Example (IltmmCapture* pCapture)
{
   IltmmCapture_SetVideoWindowPos(pCapture, 10, 10, 200, 200);
}