typedef enum ltmsSetLicenseFlags
{
ltmsSetLicenseFlags_LicenseIsFile = 1,
ltmsSetLicenseFlags_KeyIsFile = 2,
ltmsSetLicenseFlags_Overwrite = 4,
} ltmsSetLicenseFlags;
Constant |
Description |
ltmsSetLicenseFlags_LicenseIsFile |
Specifies that the license parameter is a path to the license file. Absence of this flag indicates that the license parameter is a string containing the license data. |
ltmsSetLicenseFlags_KeyIsFile |
Specifies that the key parameter is a path to a key file. Absence of this flag indicates that the key parameter is a string containing the key data. |
ltmsSetLicenseFlags_Overwrite |
Specifies that the previous license state should be overwritten. Absence of this flag indicates that any existing valid license should not be overwritten. |
See Also
IltmsLicenseManager::SetLicense
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document