Versions Compared

Key

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

...

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.

Example

You can use the following code to extract information about available licenses, their paths, ports, types and list all their features.

...