1 #ifndef LS_C_LICENSE_FEATURE_H 2 #define LS_C_LICENSE_FEATURE_H 5 #include "../PODTypes.h" 77 #endif // LS_C_LICENSE_FEATURE_H LSConsumptionPeriod
Consumption period.
int(* localConsumption)(struct LSLicenseFeature *self)
bool(* isUnlimitedConsumptionAllowed)(struct LSLicenseFeature *self)
struct tm(* floatingEndDateTime)(struct LSLicenseFeature *self)
enum LSFeatureType(* featureType)(struct LSLicenseFeature *self)
LS_API void FreeLSLicenseFeature(LSLicenseFeature *feature)
enum LSConsumptionPeriod(* consumptionPeriod)(struct LSLicenseFeature *self)
bool(* isFloating)(struct LSLicenseFeature *self)
int(* maxOverages)(struct LSLicenseFeature *self)
struct tm(* expiryDate)(struct LSLicenseFeature *self)
struct tm(* expiryDateUtc)(struct LSLicenseFeature *self)
bool(* isResetConsumptionEnabled)(struct LSLicenseFeature *self)
bool(* isExpired)(struct LSLicenseFeature *self)
int(* maxConsumption)(struct LSLicenseFeature *self)
bool(* isOfflineFloating)(struct LSLicenseFeature *self)
enum LSFeatureType(* featureTypeFromString)(struct LSLicenseFeature *self, const char *value)
bool(* isOveragesAllowed)(struct LSLicenseFeature *self)
LS_API struct LSLicenseFeature LSLicenseFeature
int32_t(* floatingTimeout)(struct LSLicenseFeature *self)
int(* totalConsumption)(struct LSLicenseFeature *self)
bool(* floatingIsExpired)(struct LSLicenseFeature *self)
int32_t(* floatingInUseCount)(struct LSLicenseFeature *self)
int32_t(* floatingUsers)(struct LSLicenseFeature *self)
LSFeatureType
Product feature type.
LS_API LSLicenseFeature * CreateLSLicenseFeature()
#define LS_API
Macros that expands to dllexport, dllimport or nothing on non Windows platforms or in case of static ...
struct tm(* floatingEndDateTimeUtc)(struct LSLicenseFeature *self)