Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block

...

languagecpp
themeConfluence
EdmiError edmiWriteLargeObject(SdaiLargeObject

...

 largeObjectId,
                               SdaiInteger     byteOffset,
                               SdaiOptions     options,
                               SdaiInteger     bytesToWrite,
                               SdaiVoid        bufferAddress);

<Description>

Arguments

...

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 .
TypeNameComment
SdaiLargeObjectlargeObjectId 
SdaiIntegerbyteOffset 
SdaiOptionsoptions 
SdaiIntegerbytesToWrite 
SdaiVoidbufferAddress 

Return Value

...

Insert excerpt
US:_r_EDMInterface
US:_r_EDMInterface
nopaneltrue

Options

...

 Option Description

 OptionComment
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
languagecpp
 <example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "model" and parent = "6062220"