 |
LicenseSpring C++ SDK
Easily add Software Licensing to your application
|
Go to the documentation of this file. 1 #ifndef LS_C_PRODUCT_DETAILS_H
2 #define LS_C_PRODUCT_DETAILS_H
5 #include "../PODTypes.h"
49 #endif // LS_C_PRODUCT_DETAILS_H
bool(* isVMAllowed)(struct LSProductDetails *self)
LS_API struct LSProductDetails LSProductDetails
enum LSAuthMethod(* authorizationMethod)(struct LSProductDetails *self)
int(* customFields)(struct LSProductDetails *self, struct LSCustomField *fields)
LS_API void FreeLSProductDetails(LSProductDetails *details)
LSAuthMethod
Product authorization method.
bool(* isTrialAllowed)(struct LSProductDetails *self)
unsigned long(* floatingLicenseTimeout)(struct LSProductDetails *self)
unsigned long(* trialPeriod)(struct LSProductDetails *self)
LS_API LSProductDetails * CreateLSProductDetails()