ILMDSKernel2::UnlockModule

Summary

Unlocks a specific module, or group of modules (depending on the serial number, or Key).


Note

As of v21 the LEADTOOLS Multimedia toolkit has been updated to use a seamless license mechanism and any new development must use it. The new licensing mechanism uses L_SetLicenseFile and L_SetLicenseBuffer. For a step-by-step tutorial on a C DLL platform, refer to Add References and Set a License.

The ILMDSKernel2::UnlockModule mechanism is still supported in v21.


Syntax

#include "ILMDSKernel2.h"

Language Syntax
C HRESULT ILMDSKernel2_UnlockModule(pDSKrn, Key, Flags, AppID)
C++ HRESULT UnlockModule(BSTR Key, long Flags, BSTR AppID)
VB object.UnlockModule(Key As String, Flags As Long, AppID As String) As Long

Parameters

ILMDSKernel2 *pDSKrn

Pointer to an ILMDSKernel2 interface.

BSTR Key

A string that represents the module serial number. This parameter cannot be NULL (empty).

long Flags

One of the UnLockFlagsConstants2 enumeration values that specify the level at which the unlocking operation will be performed.

BSTR AppID

If Flags contains UNLOCK_APP_ONCE or UNLOCK_COMPUTER: The application ID; a unique ID of the calling application. The caller is responsible for uniqueness of this ID. It is recommended to use the full path of the application.

If Flags contains UNLOCK_APP_PATH: The application full path of the application (the long version, not the short 8.3 version of the path).

This parameter cannot be NULL (empty).

Returns

Value Meaning
S_OK The function ran successfully.
<> S_OK An error occurred. Refer to the Error Codes or the HRESULT error codes in the ShowDirectShow documentation.

Comments

Use this function to change the state for the modules that are unlocked to Release. Please note the following:

Required DLLs and Libraries

See Also

Functions

Example

For an example, refer to Using the DSKernel Object.

Help Version 22.0.2023.2.15
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Filters C API Help

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