Versions Compared

Key

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

The LMX_GetFeatureInfo function retrieves information for a checked out feature.

Prototype

Code Block
languagecpp
LMX_STATUS LMX_GetFeatureInfo

...


(
   LMX_HANDLE LmxHandle,

...


   const char *szFeatureName,

...


   LMX_FEATURE_INFO *pFI

...


);

Parameters

LmxHandle
[in] LM-X handle.

...