Versions Compared

Key

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

...

Prototype

LMX_STATUS LMX_Putenv
(
   const char *szEnvironmentVariable
);

...

szEnvironmentVariable
[in] Environment variable name and value, in the format "name=value" (identical to the C API putenv() function).

Return

...

values

On success, this function returns the status code LMX_SUCCESS.

...