Versions Compared

Key

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

...

All information in the output data is organized as linked lists. The structures are carefully described in lmx.h, as follows:

Name

Description

LMX_LICENSE_INFO

Holds information about a particular license server or local license file, including information for borrow, grace and trial licenses.

LMX_FEATURE_INFO

Holds information about a particular feature present on a license server or local license, including information for borrow, grace and trial licenses.

LMX_CLIENT_USER

Holds information about a particular user logged onto a license server. (Applies only to network licenses.)

LMX_CLIENT_LEASE

Holds information about a particular license lease done by a specific user. (Applies only to network licenses.)

LMX_CLIENT_QUEUE

Holds information about a particular license queue request done by a specific user. (Applies only to network licenses.)

To enable cycling through objects in a list, each structure contains a pointer named pNext, which identifies the next record. The last record is identified by pNext being NULL.

...

This function is currently available for use only with C, C++ (excluding Java) , and .NET.