IltmmConvert::put_Preview Example for C

void OnPutEpreview (IltmmConvert * pConvert,VARIANT_BOOL vbPreview) 
{
   IltmmConvert__put_Preview(pConvert, vbPreview); 
}

L_MULTIMEDIATEX_API void IltmmConvert_put_Preview_Example (IltmmConvert* pConvert,VARIANT_BOOL vbPreview) 
{
	IltmmConvert_put_Preview(pConvert, vbPreview); 
}