Versions Compared

Key

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

...

Code Block
LMX_STATUS LMX_Admin_RemoveUser
(
	LMX_HANDLE LmxHandle,
	const char *szHostname,
	int nPort,
	const char *szPassword,
	const char *szUserName,
	const char *szUserHostname,
	const char *szFeatureszFeatureName,
	int nVerMajor,
	int nVerMinor
);

...

[in] Hostname associated with the user session to be removed from the server.

szFeatureszFeatureName

[in] Optional. Specifies a feature for which the user session is to be removed from the server. If the feature is not set, LMX_ALL_FEATURES (which means any user feature) will be passed. In this case, nVerMajor and nVerMinor should be set to LMX_ANY_VERSION.

...