|
HDK
|
#include "OP_API.h"
Include dependency graph for OP_OTLLicenseType.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Enumerations | |
| enum | OP_OTLLicenseType { OTL_LICENSE_NONE = 0, OTL_LICENSE_EXECUTE = 10, OTL_LICENSE_READONLY = 20, OTL_LICENSE_FULL = 30 } |
Functions | |
| OP_API void | OPstringFromLicenseType (OP_OTLLicenseType licensetype, UT_String &licensetypestr) |
| enum OP_OTLLicenseType |
| Enumerator | |
|---|---|
| OTL_LICENSE_NONE | |
| OTL_LICENSE_EXECUTE | |
| OTL_LICENSE_READONLY | |
| OTL_LICENSE_FULL | |
Definition at line 17 of file OP_OTLLicenseType.h.
| OP_API void OPstringFromLicenseType | ( | OP_OTLLicenseType | licensetype, |
| UT_String & | licensetypestr | ||
| ) |