1#ifndef LS_C_CONFIGURATION_H
2#define LS_C_CONFIGURATION_H
83 const char* sharedKey,
84 const char* productCode,
86 const char* appVersion,
#define LS_API
Macros that expands to dllexport, dllimport or nothing on non Windows platforms or in case of static ...
LS_API void FreeLSConfiguration(LSConfiguration *config)
LS_API LSConfiguration * CreateLSConfiguration(const char *apiKey, const char *sharedKey, const char *productCode, const char *appName, const char *appVersion, LSExtendedOptions *extendedOptions)
LS_API struct LSConfiguration LSConfiguration
bool(* isVMDetectionEnabled)(struct LSConfiguration *self)
void(* setAirGapPublicKey)(struct LSConfiguration *self, const char *airGapKey)
bool(* isCollectNetworkInfoEnabled)(struct LSConfiguration *self)
void(* setNetworkTimeout)(struct LSConfiguration *self, long timeoutValue)
bool(* isNativeTLSEnabled)(struct LSConfiguration *self)
void(* setUserInfo)(struct LSConfiguration *self, const char *customInfo)
uint32_t(* getGracePeriod)(struct LSConfiguration *self)
void(* setCustomerAccount)(struct LSConfiguration *self, const char *accountCode)
bool(* isGuardFileEnabled)(struct LSConfiguration *self)
bool(* isVM)(struct LSConfiguration *self)
long(* getNetworkTimeout)(struct LSConfiguration *self)
bool(* isSSLCheckEnabled)(struct LSConfiguration *self)
bool(* isLoggingEnabled)(struct LSConfiguration *self)
unsigned long(* getLicenseSpringAPIVersion)(struct LSConfiguration *self)