You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

eOption

LMX_OPT_HOSTID_COMPARE_FUNCTION

This flag causes a callback function to be called to override the existing compare to verify whether a server HostID or client HostID is valid.

pSetting

Function pointer value.
 

Default value:
 

NULL (disabled)
 

Prototype:
 

LMX_STATUS (LMX_CALLBACK *HostidCompareCallBack_pfn)
(
LMX_KEY_HOSTID_TYPE eKeyHostidType, /* LMX_CLIENT_HOSTID or LMX_SERVER_HOSTID expected */
const LMX_HOSTID pLicenseHostid[],
int nLicenseHostids,
const LMX_HOSTID pSystemHostid[],
int nSystemHostids
);
 

See Custom HostID compare for information on using this callback function.

  • No labels