Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following code snippet gives an example of how use the LAC end-user C API calls to create a license request and retrieve the generated license automatically.

#include "lac.h"

...

LAC_STATUS LacStat;

Wiki Markup
LAC_STATUS LacStat;
char szResponse\[LAC_MAX_RESPONSE_LENGTH\] = \{0\};

const char *szActivationKey = "9EFJK-TVJM0-MCDET-EZKXJ";
const char *szHostid = "HOSTNAME=my_hostname";
const char *szUrl = "http://license.x-formation.com/soap/type/enduser/version/1"

...