IltmmCapture::SetVideoWindowPos Example for C

IltmmCapture_SetVideoWindowPos(g_capture, 10, 10, 200, 200);

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