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.
Â
Â