HDK
|
#include "OP_API.h"
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 | ||
) |