...
To be completed.
Related functions: edmiRemoteCreateLargeObject, edmiRemoteCopyLargeObject, edmiRemoteReadLargeObject, edmiRemoteGetLargeObjectSize
Header:
#include "sdai.h"
Prototype:
EdmiError
Code Block | ||||
---|---|---|---|---|
| ||||
EdmiError edmiRemoteWriteLargeObject(SdaiServerContext |
...
serverContextId,
SdaiLargeObject largeObjectId,
SdaiInteger byteOffset,
SdaiOptions options,
SdaiInteger bytesToWrite,
SdaiVoid bufferAddress,
SdaiInvocationId *edmiInvocationId);
|
<Description>
Arguments
...
Type | Name | Comment |
SdaiServerContext | serverContextId | Context identification, from edmiDefineServerContext |
SdaiLargeObject | largeObjectId |
|
SdaiInteger | byteOffset |
|
SdaiOptions | options |
|
SdaiInteger | bytesToWrite |
|
SdaiVoid | bufferAddress |
|
SdaiInvocationId | edmiInvocationId | Currently not used. |
...
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Option | Comment |
TRUNCATE_EDM_FILE |
|
TRUNCATE_EDM_BLOB |
|
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:
EdmiError rstat;
Example
...
Code Block | ||
---|---|---|
| ||
<missing code> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|