1#ifndef LS_C_PRODUCT_DETAILS_H
2#define LS_C_PRODUCT_DETAILS_H
5#include "../PODTypes.h"
#define LS_API
Macros that expands to dllexport, dllimport or nothing on non Windows platforms or in case of static ...
LS_API void FreeLSProductDetails(LSProductDetails *details)
LS_API struct LSProductDetails LSProductDetails
LS_API LSProductDetails * CreateLSProductDetails()
LSAuthMethod
Product authorization method.
enum LSAuthMethod(* authorizationMethod)(struct LSProductDetails *self)
bool(* isVMAllowed)(struct LSProductDetails *self)
unsigned long(* floatingLicenseTimeout)(struct LSProductDetails *self)
unsigned long(* trialPeriod)(struct LSProductDetails *self)
bool(* isTrialAllowed)(struct LSProductDetails *self)