IltmmPlay::get_VideoWindowHandle Example for C++

void GetPlayerVideoWindowHandle(IltmmPlay *pPlay) 
{ 
   long lWndHandle; 
   HRESULT hr = pPlay->get_VideoWindowHandle(&lWndHandle); 
 
   if (SUCCEEDED(hr)) 
   { 
      // do something with the window handle 
   } 
} 
Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Multimedia C API Help