FlowEngine 7.517
Photogrammetry Software Development Kit
Loading...
Searching...
No Matches
LicenseManager.h File Reference
#include "CommonDef.h"

Go to the source code of this file.

Classes

class  FlowEngine::LicenseManager
 Handles licensing. More...
 

Namespaces

namespace  FlowEngine
 

Enumerations

enum class  FlowEngine::LicenseResult : std::uint64_t {
  FlowEngine::Success = 0x00000000L , FlowEngine::GenericError = 0x00000001L , FlowEngine::InvalidProductKey = 0x00000002L , FlowEngine::ProductNotActivated = 0x00000003L ,
  FlowEngine::ConnectionFailed = 0x00000004L , FlowEngine::LicenseInUse = 0x00000005L , FlowEngine::LicenseRevoked = 0x00000006L , FlowEngine::TrialAlreadyUsed = 0x0000000CL ,
  FlowEngine::LicenseExpired = 0x0000000DL , FlowEngine::Permissions = 0x0000000FL , FlowEngine::NoMoreDeactivations = 0x00000018L , FlowEngine::AlreadyActivated = 0x0000001AL ,
  FlowEngine::TrialExpired = 0x0000001EL , FlowEngine::InvalidArgument = 0x00001000L , FlowEngine::InternalError = 0x00001001L , FlowEngine::Unsupported = 0x00001002L
}