LicenseSpring C++ SDK  7.31.0
Easily add Software Licensing to your application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
ExtendedOptions.h File Reference
#include "../APIDef.h"
#include "../PODTypes.h"
#include <stdbool.h>
#include <wchar.h>
#include <stdint.h>

Go to the source code of this file.

Classes

struct  LSProxySettings
 
struct  LSExtendedOptions
 

Typedefs

typedef LS_API struct
LSProxySettings 
LSProxySettings
 
typedef LS_API struct
LSExtendedOptions 
LSExtendedOptions
 

Functions

LS_API LSProxySettingsCreateLSProxySettings (const char *proxy, const char *user, const char *password)
 
LS_API void FreeLSProxySettings (LSProxySettings *settings)
 
LS_API LSExtendedOptionsCreateLSExtendedOptions ()
 
LS_API LSExtendedOptionsCreateLSExtendedOptionsByPath (const wchar_t *licenseFilePath)
 
LS_API LSExtendedOptionsCreateLSExtendedOptionsEx (const wchar_t *licenseFilePath, const char *hardwareID, const LSProxySettings *proxy)
 
LS_API void FreeLSExtendedOptions (LSExtendedOptions *options)
 

Typedef Documentation

Function Documentation

LS_API LSProxySettings* CreateLSProxySettings ( const char *  proxy,
const char *  user,
const char *  password 
)
LS_API void FreeLSProxySettings ( LSProxySettings settings)
LS_API LSExtendedOptions* CreateLSExtendedOptions ( )
LS_API LSExtendedOptions* CreateLSExtendedOptionsByPath ( const wchar_t *  licenseFilePath)
LS_API LSExtendedOptions* CreateLSExtendedOptionsEx ( const wchar_t *  licenseFilePath,
const char *  hardwareID,
const LSProxySettings proxy 
)
LS_API void FreeLSExtendedOptions ( LSExtendedOptions options)