Versions Compared

Key

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

...

An integer in the range 1-2147483647

Lets you set the count to the specified number.

LMX_LOGICAL_CPU_COUNT

Lets you implement processor-based licensing by setting the count to the number of logical CPUs.

LMX_PHYSICAL_CPU_COUNT

Lets you implement processor-based licensing by setting the count to the number of physical CPUs.

Return

...

values

On success, this function returns the status code LMX_SUCCESS.

If softlimit licensing is enabled and the license count has exceeded the specified softlimit licenses, this function can return the status code LMX_SOFTLIMIT, which also indicates success.

On failure, this function returns an error code in the format described in Return codes. Note that the error code returned reflects only the last license file tested or license server contacted. (See the execution order in Remarks, below.)

...