eOption

LMX_OPT_HEARTBEAT_CHECKOUT_SUCCESS_FUNCTION

This flag causes a callback function to be called when the heartbeat (per feature) has the status LMX_SUCCESS; that is, a heartbeat succeeds in reclaiming a license after a license server disconnection.

pSetting

Function pointer value.

Default value:

NULL (disabled)

Prototype:

void (LMX_CALLBACK *HeartbeatCheckoutSuccess_pfn)
(
 void *pVendorData, /* Vendor-specified data */
 const char *szFeatureName, /* Name of feature successfully reclaimed */
 int nUsedLicCount */ Number of licenses reclaimed, which is equal to the number originally checked out */
);