IltmfCapture::get_VideoWindowHandle Example for C++

void GetCaptureVideoWindowHandle(IltmfCapture *pCapture) 
{ 
   long lWndHandle; 
   HRESULT hr = pCapture->get_VideoWindowHandle(&lWndHandle); 
   if (SUCCEEDED(hr)) 
   { 
      // do something with the window handle 
   } 
} 

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Media Foundation C API Help