Copyright © 2006-2019 MultiMedia Soft

WaveformAnalyzer.GraphicItemsLoadFromMemory method

Previous pageReturn to chapter overviewNext page

Remarks

 

Loads graphic items from a XML memory stream and add them to the waveform analyzer.

 

For details about graphic items management on the waveform analyzer refer to the How to add graphic items to the Waveform analyzer section.

For details about the use of the Waveform Analyzer refer to the How to use the Waveform Analyzer section.

For further details about methods of the Waveform Analyzer refer to the WaveformAnalyzer object section.

 

 

Syntax

 

[Visual Basic]

control.WaveformAnalzyer.GraphicItemsLoadFromMemory (

pBuffer as variant,

nBufferLength as long

) as enumErrorCodes


 

[C++]

short control.WaveformAnalzyer.GraphicItemsLoadFromMemory (

const VARIANT FAR& pBuffer,

long nBufferLength

);


 

 

Parameter

Description

 

 

pBuffer

Input buffer containing the graphic items in XML format.

nBufferLength

Length of the input buffer expressed in bytes

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

enumErrorCodes.ERR_NOERROR (0)

The method call was successful.