IltmsLicenseManager::SetLicense

Summary

Sets the license for the calling application.

Syntax

#include "ltms.h"

Language Syntax
C HRESULT IltmsLicenseManager_SetLicense(pLicenseManager, license, key, flags)
C++ HRESULT SetLicense(license, key, flags)

Parameters

IltmsLicenseManager *pLicenseManager

Pointer to an IltmsLicenseManager interface.

BSTR license

String containing the license or a path to the license file.

BSTR key

String containing the key or a path to the key file.

LONG flags

Flags that specify the type of operation to perform. It is a bitwise OR of the ltmsSetLicenseFlags Enumeration Constants.

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.

Comments

This function will set the license for the entire application, and is only required to be called once. If the library is already licensed, any additional calls to this function will be ignored, unless ltmsSetLicenseFlags_Overwrite is specified.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Example

For a C++ example, refer to License Holder Example for C++.

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

LEADTOOLS Media Streaming C API Help

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