|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.CopyExportedWavToMemory (
nPlayer as Integer,
pBuffer as Variant,
nBufferLength as Long
) as enumErrorCodes
|
|
[C++]
short control.CopyExportedWavToMemory (
short nPlayer,
const VARIANT FAR& pBuffer,
long nBufferLength
);
|
|
Parameter
|
Description
|
|
|
|
|
nPlayerIndex
|
Number representing the zero-based index of the involved player
|
|
pBuffer
|
Buffer where WAV memory file contents will be copied
|
|
nBufferLength
|
Length in bytes of the given buffer
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.NOERROR (0)
|
The method call was successful.
|