IltmmPlay::SetVideoWindowPos Example for C

void IltmmPlay_SetVideoWindowPos_Example (IltmmPlay* pPlay)
{
   IltmmPlay_SetVideoWindowPos(pPlay, 10, 10, 500, 500);
}