...
Code Block | ||||
---|---|---|---|---|
| ||||
EdmiError edmiSetModelStringEncoding (SdaiServerContext serverContextId,
SdaiModel modelId,
SdaiInteger stringEncoding,
SdaiInvocationId *edmiInvocationId);
|
This function is used for set the encoding for a given model.
...
Arguments
...
Type | Name | Comment |
SdaiServerContext | serverContextId | Remote Server Context |
SdaiModel | modelId | A numeric modelID that uniquely identifies the model that holds the instances to be validated. |
SdaiInteger | stringEncoding | CHAR_ENCODING_UTF-8 |
SdaiInvocationId | 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. |
...
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<missing code> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|