IltmmSupportManager::UnlockSupport

Summary

Unlocks support for converting the DVD format to other formats.

Syntax

#include "ltmm.h"

Language Syntax
C HRESULT IltmmSupportManager_UnlockSupport(pSupportManager, Support, Key)
C++ HRESULT UnlockSupport(Support, Key)

Parameters

IltmmSupportManager *pSupportManager

Pointer to the IltmmSupportManager interface.

long Support

The unlock support type. Possible values are:

Value Meaning
L_SUPPORT_CONVERTFROMDVD Support for converting the DVD format to other formats.

BSTR Key

Character string that contains the key to unlock the feature.

Returns

Value Meaning
S_OK The function was successful.
<> S_OK An error occurred. Refer to the Error Codes or the HRESULT error codes in the DirectShow documentation.

Required DLLs and Libraries

Comments

During conversion the Convert object checks whether the ltmmSupportManager object is loaded and whether the DVD conversion capability is unlocked. Use the IltmmSupportManager::UnlockSupport function to unlock support for DVD conversion. Use the IltmmSupportManager::IsSupportLocked function to determine whether support for DVD conversion is unlocked.

The user must unlock support for a specific feature before using that feature. The Key must be obtained from LEAD. Contact sales@leadtools.com.

Platforms

Win32, x64.

See Also

Functions

Topics

Example

Language Example
C IltmmSupportManager::UnlockSupport
C++ IltmmSupportManager::UnlockSupport
Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.