FLImaging
7.8.25.3
Toggle main menu visibility
FLImagingBase
FLImagingBase
LicenseChecker.h
1
#pragma once
2
3
#include "FLBase.h"
4
#include "FLString.h"
5
6
namespace
FLImaging
7
{
8
namespace
Base
9
{
10
class
FL_EXPORT CLicenseChecker :
public
CFLBase
11
{
12
private
:
13
CLicenseChecker();
14
15
public
:
16
virtual
~CLicenseChecker();
17
18
static
CFLString<wchar_t> GetDongleSerialNumber();
19
static
CFLString<wchar_t> GetRightsCertSerialNumber();
20
21
static
bool
IsAvailable(int32_t i32Index);
22
23
DeclareGetClassType();
24
};
25
}
26
}
FLImaging::Base::CFLBase
Top-level base class of FLImaging.
Definition
FLBase.h:36
FLImaging::Base
Definition
AESCryptography.h:18
FLImaging
Generated on
for FLImaging by
1.17.0