Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

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: 

Code Block
languagecpp
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.