IltmmPlay::SaveStillBitmap Example for C

LPOLESTR T2OLE(LPCTSTR lpt) 
{ 
   static OLECHAR lpw[512]; 
 
   if(!lpt) 
      return NULL; 
 
   lpw[0] = L'\0'; 
 
   MultiByteToWideChar(CP_ACP, 0, lpt, -1, lpw, 512); 
 
   return lpw; 
} 
 
void IltmmPlay_SaveStillBitmap_Example (IltmmPlay* pPlay) 
{ 
   BSTR bstrFileName = SysAllocString(T2OLE(MAKE_MEDIA_PATH("StillBitmap.cmp"))); 
 
   IltmmPlay_SaveStillBitmap(pPlay, bstrFileName, ltmmPlay_StillFormat_CMP, 2, 0, -1); 
 
   SysFreeString(bstrFileName); 
} 
Help Version 22.0.2023.1.26
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Multimedia C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.