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

Go to the source code of this file.

Classes

struct  LSCustomer
 

Typedefs

typedef LS_API struct LSCustomer LSCustomer
 

Functions

LS_API LSCustomerCreateLSCustomer ()
 
LS_API LSCustomerCreateLSCustomerEx (const char *email)
 
LS_API void FreeLSCustomer (LSCustomer *customer)
 

Typedef Documentation

◆ LSCustomer

typedef LS_API struct LSCustomer LSCustomer

Function Documentation

◆ CreateLSCustomer()

LS_API LSCustomer * CreateLSCustomer ( )

◆ CreateLSCustomerEx()

LS_API LSCustomer * CreateLSCustomerEx ( const char *  email)

◆ FreeLSCustomer()

LS_API void FreeLSCustomer ( LSCustomer customer)