![]() |
LicenseSpring C++ SDK
Easily add Software Licensing to your application
|
#include <LicenseSpring/C-interface/ExtendedOptions.h>
Definition at line 40 of file ExtendedOptions.h.
void* LSExtendedOptions::inner |
Definition at line 42 of file ExtendedOptions.h.
void(* LSExtendedOptions::setLicenseFilePath) (struct LSExtendedOptions *self, const wchar_t *filePath) |
Definition at line 44 of file ExtendedOptions.h.
const wchar_t*(* LSExtendedOptions::getLicenseFilePath) (struct LSExtendedOptions *self) |
Definition at line 46 of file ExtendedOptions.h.
void(* LSExtendedOptions::setHardwareID) (struct LSExtendedOptions *self, const char *ID) |
Definition at line 48 of file ExtendedOptions.h.
const char*(* LSExtendedOptions::getHardwareID) (struct LSExtendedOptions *self) |
Definition at line 50 of file ExtendedOptions.h.
void(* LSExtendedOptions::collectNetworkInfo) (struct LSExtendedOptions *self, bool collect) |
Definition at line 52 of file ExtendedOptions.h.
bool(* LSExtendedOptions::isCollectNetworkInfoEnabled) (struct LSExtendedOptions *self) |
Definition at line 54 of file ExtendedOptions.h.
void(* LSExtendedOptions::enableLogging) (struct LSExtendedOptions *self, bool enable) |
Definition at line 56 of file ExtendedOptions.h.
bool(* LSExtendedOptions::isLoggingEnabled) (struct LSExtendedOptions *self) |
Definition at line 58 of file ExtendedOptions.h.
void(* LSExtendedOptions::enableVMDetection) (struct LSExtendedOptions *self, bool enable) |
Definition at line 60 of file ExtendedOptions.h.
bool(* LSExtendedOptions::isVMDetectionEnabled) (struct LSExtendedOptions *self) |
Definition at line 62 of file ExtendedOptions.h.
void(* LSExtendedOptions::enableGuardFile) (struct LSExtendedOptions *self, bool enable) |
Definition at line 64 of file ExtendedOptions.h.
bool(* LSExtendedOptions::isGuardFileEnabled) (struct LSExtendedOptions *self) |
Definition at line 66 of file ExtendedOptions.h.
void(* LSExtendedOptions::enableSSLCheck) (struct LSExtendedOptions *self, bool enable) |
Definition at line 68 of file ExtendedOptions.h.
bool(* LSExtendedOptions::isSSLCheckEnabled) (struct LSExtendedOptions *self) |
Definition at line 70 of file ExtendedOptions.h.
void(* LSExtendedOptions::setUseNativeTLS) (struct LSExtendedOptions *self, bool enable) |
Definition at line 72 of file ExtendedOptions.h.
bool(* LSExtendedOptions::isNativeTLSEnabled) (struct LSExtendedOptions *self) |
Definition at line 74 of file ExtendedOptions.h.
void(* LSExtendedOptions::enableLicenseCorruptionCheck) (struct LSExtendedOptions *self, bool enable) |
Definition at line 76 of file ExtendedOptions.h.
bool(* LSExtendedOptions::isLicenseCorruptionCheckEnabled) (struct LSExtendedOptions *self) |
Definition at line 78 of file ExtendedOptions.h.
void(* LSExtendedOptions::setGracePeriod) (struct LSExtendedOptions *self, uint32_t value) |
Definition at line 80 of file ExtendedOptions.h.
uint32_t(* LSExtendedOptions::getGracePeriod) (struct LSExtendedOptions *self) |
Definition at line 82 of file ExtendedOptions.h.
void(* LSExtendedOptions::setNetworkTimeout) (struct LSExtendedOptions *self, long timeout) |
Definition at line 84 of file ExtendedOptions.h.
long(* LSExtendedOptions::getNetworkTimeout) (struct LSExtendedOptions *self) |
Definition at line 86 of file ExtendedOptions.h.
void(* LSExtendedOptions::setConnectTimeout) (struct LSExtendedOptions *self, long timeout) |
Definition at line 88 of file ExtendedOptions.h.
long(* LSExtendedOptions::getConnectTimeout) (struct LSExtendedOptions *self) |
Definition at line 90 of file ExtendedOptions.h.
void(* LSExtendedOptions::setProxySettings) (struct LSExtendedOptions *self, const struct LSProxySettings *settings) |
Definition at line 92 of file ExtendedOptions.h.
const struct LSProxySettings*(* LSExtendedOptions::getProxySettings) (struct LSExtendedOptions *self) |
Definition at line 95 of file ExtendedOptions.h.
void(* LSExtendedOptions::setAlternateServiceURL) (struct LSExtendedOptions *self, const char *URL) |
Definition at line 97 of file ExtendedOptions.h.
const char*(* LSExtendedOptions::getAlternateServiceURL) (struct LSExtendedOptions *self) |
Definition at line 99 of file ExtendedOptions.h.
void(* LSExtendedOptions::setAlternateKey) (struct LSExtendedOptions *self, const char *key) |
Definition at line 101 of file ExtendedOptions.h.
void(* LSExtendedOptions::setAlternateKeyInt) (struct LSExtendedOptions *self, int32_t *key, int32_t size) |
Definition at line 103 of file ExtendedOptions.h.
enum DeviceIDAlgorithm(* LSExtendedOptions::getDeviceIdAlgorithm) (struct LSExtendedOptions *self) |
Definition at line 105 of file ExtendedOptions.h.
void(* LSExtendedOptions::setDeviceIdAlgorithm) (struct LSExtendedOptions *self, enum DeviceIDAlgorithm algorithm) |
Definition at line 107 of file ExtendedOptions.h.
void(* LSExtendedOptions::setCryptoProviderKey) (struct LSExtendedOptions *self, const char *key) |
Definition at line 110 of file ExtendedOptions.h.
void(* LSExtendedOptions::setCryptoProviderSalt) (struct LSExtendedOptions *self, const char *salt) |
Definition at line 112 of file ExtendedOptions.h.