LicenseSpring C++ SDK
Easily add Software Licensing to your application
Loading...
Searching...
No Matches
LicenseID.h File Reference
#include "../APIDef.h"
#include <stdint.h>

Go to the source code of this file.

Classes

struct  LSLicenseID
 

Typedefs

typedef LS_API struct LSLicenseID LSLicenseID
 

Functions

LS_API LSLicenseID CreateLicenseIDfromKey (const char *licenseKey)
 
LS_API LSLicenseID CreateLicenseIDfromUser (const char *user, const char *password)
 
LS_API LSLicenseID CreateLicenseIDfromUserServerId (const char *user, uint64_t serverId, const char *password)
 

Typedef Documentation

◆ LSLicenseID

typedef LS_API struct LSLicenseID LSLicenseID

Function Documentation

◆ CreateLicenseIDfromKey()

LS_API LSLicenseID CreateLicenseIDfromKey ( const char *  licenseKey)

◆ CreateLicenseIDfromUser()

LS_API LSLicenseID CreateLicenseIDfromUser ( const char *  user,
const char *  password 
)

◆ CreateLicenseIDfromUserServerId()

LS_API LSLicenseID CreateLicenseIDfromUserServerId ( const char *  user,
uint64_t  serverId,
const char *  password 
)