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 21.0.2021.7.19
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Multimedia C API Help

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