![]() |
LicenseSpring C++ SDK
7.31.0
Easily add Software Licensing to your application
|
#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 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) |
typedef LS_API struct LSProxySettings LSProxySettings |
typedef LS_API struct LSExtendedOptions LSExtendedOptions |
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 | ) |