edmiRemoteConvertString
EdmiError edmiRemoteConvertString(SdaiServerContext serverContextId, SdaiString inputString, SdaiInteger inputStringEncoding, SdaiString *convertedString, SdaiInteger convertedStringEncoding, SdaiBoolean *anyChanges, SdaiInvocationId *edmiInvocationId)
This function will convert a given string, inputString, from one encoding style,inputStringEncoding, to another encoding style,convertedStringEncoding.
Arguments
1 | Type | Name | Comment |
2 | SdaiServerContext | serverContextId | Remote server context |
3 | SdaiString | inputString | input string |
4 | SdaiInteger | inputStringEncoding | valid input: |
5 | SdaiString | convertedString | converted string |
6 | SdaiInteger | convertedStringEncoding | valid input: |
7 | SdaiBoolean | anyChanges | When at least one character in the "inputString" is changed during the conversion, the "anyChanges" argument is set to sdaiTRUE, else the argument is set to sdaiFALSE. |
8 | 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. |
Return Value
Options
Example
See also
Filter by label
There are no items with the selected labels at this time.