Code Block | ||||
---|---|---|---|---|
| ||||
EdmiError edmiRemoteRenameUser (SdaiServerContext serverContextId, SdaiString userName, SdaiString newUserName, SdaiInvocationId *edmiInvocationId); |
Changes the name of an existing remote EDMuser
Info |
---|
This function is restricted to EDMuser "superuser" |
Arguments
...
1 | Type | Name | Comment |
2 | SdaiServerContext | serverContextId | Server context |
3 | SdaiString | userName | current name |
4 | SdaiString | newUserName | new name |
5 | SdaiInvocationId | edmiInvocationId | Not yet used. When the edmiInvocationId is specified unequal NULL, the actual operation will be asynchronous and a handle (identifier) of the call will be returned in the edmiInvocationId argument. This handle can be used in later operations for requesting the status (waiting, running, finished ..) and the result of the actual operation. |
...