Versions Compared

Key

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

...

LAC_STATUS LAC_CreateLicenseRequest
(
    const char *szActivationKey,
    const char *szHostid,
    const char *szUrl,
    const char *szProxyHostname,
    int nProxyPort,
    const char *szProxyUsername,
    const char *szProxyPassword,
    char *szResult
);

Parameters

szActivationKey

Wiki Markup
*szActivationKey*
\[in\] Activation key (e.g.for example, 9EFJK-TVJM0-MCDET-EZKXJ)

szHostid

Wiki Markup
*szHostid*
\[in\] Hostid, in the format _type_=_value_ (e.g.for example, HOSTNAME=my_hostname)

szUrl

Wiki Markup
\[in\] SOAP API endpoint urlURL (itthis value should be set to [http://license.x-formation.com/soap/type/enduser/version/1)|http://license.x-formation.com/soap/type/enduser/version/1%29]

...

Wiki Markup
\[in\] An optional client-side proxy host to be used with a request (this value should be NULL if not relevant).

...

Wiki Markup
\[in\] An optional client-side proxy port number to be used with a request (this value should be 0 if not relevant).

...

Wiki Markup
\[in\] An optional client-side proxy username to be used with a request (this value should be NULL if not relevant).

...

Wiki Markup
\[in\] An optional client-side proxy password to be used with a request (this value should be NULL if not relevant).

...

Wiki Markup
\[out\] Pointer to a string that will hold the license or error message.  The length of the stringstring length can be up to LAC_MAX_RESPONSE_LENGTH.

...