...
Code Block | ||||
---|---|---|---|---|
| ||||
EdmiError edmiGetModelStringEncoding (SdaiServerContext serverContextId,
SdaiString stringEncodingName,
SdaiInteger *stringEncoding,
SdaiInvocationId *edmiInvocationId);
|
This function is used for obtaining the encoding constant from a given encoding name.
...
Arguments
...
Type | Name | Comment |
SdaiServerContext | serverContextId | Remote Server Context |
SdaiString | stringEncodingName | UTF-8 |
SdaiInteger | stringEncoding | CHAR_ENCODING_UTF-8 |
SdaiInvocationId | edmiInvocationId | Not used |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
...
edmiInvocationId
...
When the edmiInvocationId is specified, 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.
Returns:
A completion code of datatype EdmiError is the returned function value. The completion code has the following values:
Completion code = 0 : Operation successfully performed.
Completion code != 0: Error in operation. Completion code is an _EDMinterface_ error code. Use edmiGetErrorText to get the error text corresponding to the error code.
EXAMPLE
Example
...
Code Block | ||
---|---|---|
| ||
<missing code> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|