IltmmConvert::put_VideoWindowFrame Example for C

void OnPutVideoWindowFrame(IltmmConvert* pConvert, long hWnd) 
{
   IltmmConvert__put_VideoWindowFrame (pConvert,hWnd); 
}

L_MULTIMEDIATEX_API void IltmmConvert_put_VideoWindowFrame_Example (IltmmConvert* pConvert, long hWnd) 
{
	IltmmConvert_put_VideoWindowFrame (pConvert,hWnd); 
}