IltmmConvert::put_Preview Example for C++

void OnPutConvertPreview (IltmmConvert *pConvert, VARIANT_BOOL vbPreview)
{
   // set the convert control preview state
   pConvert->put_Preview(vbPreview);
}