IltmmPlay::SetVideoWindowPos Example for C

IltmmPlay_SetVideoWindowPos(g_player, 10, 10, 500, 500);

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