IltmmPlay::get_DVDControl Example for C

HRESULT IltmmPlay_get_DVDControl_Example (IltmmPlay* pPlay) 
{ 
   HRESULT hr; 
   IltmmDVDControl* pDVD;  
 
   hr = IltmmPlay_get_DVDControl (pPlay, &pDVD);  
 
   if (FAILED(hr))  
      return hr;  
 
   IltmmDVDControl_Release(pDVD);  
 
   pDVD = NULL; 
 
   return S_OK;  
} 
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.