1 #ifndef LS_C_LICENSE_FEATURE_H 2 #define LS_C_LICENSE_FEATURE_H 5 #include "../PODTypes.h" 61 #endif // LS_C_LICENSE_FEATURE_H LSConsumptionPeriod
Consumption period.
int(* localConsumption)(struct LSLicenseFeature *self)
bool(* isUnlimitedConsumptionAllowed)(struct LSLicenseFeature *self)
enum LSFeatureType(* featureType)(struct LSLicenseFeature *self)
LS_API void FreeLSLicenseFeature(LSLicenseFeature *feature)
enum LSConsumptionPeriod(* consumptionPeriod)(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)
enum LSFeatureType(* featureTypeFromString)(struct LSLicenseFeature *self, const char *value)
bool(* isOveragesAllowed)(struct LSLicenseFeature *self)
LS_API struct LSLicenseFeature LSLicenseFeature
int(* totalConsumption)(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 ...