...
Code Block |
---|
...
| ||||
EdmiError edmiWriteLargeObject(SdaiLargeObject |
...
largeObjectId,
SdaiInteger byteOffset,
SdaiOptions options,
SdaiInteger bytesToWrite,
SdaiVoid bufferAddress);
|
<Description>
Arguments
...
Type | Name | Comment | |
SdaiLargeObject | largeObjectId | ||
SdaiInteger | byteOffset | ||
SdaiOptions | options | Specifies the options that are enabled in the invocation of the edmWriteLargeObjects function. The <options> value should be specified as a bitwise OR between the options to enable. All options name are defined in the header file sdai.h .||
SdaiInteger | bytesToWrite | ||
SdaiVoid | bufferAddress |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Option Description
Option | Comment | |
---|---|---|
1 | TRUNCATE_EDM_FILE |
|
2 | TRUNCATE_EDM_BLOB |
|
Example
...
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;
. . .
Code Block | ||
---|---|---|
| ||
<example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|