|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.GetMp3Tag2Data (
nPlayer as Integer,
pBuffer as Variant,
nBufferLen as Long
) as enumErrorCodes
|
|
[C++]
short control.GetMp3Tag2Data (
short nPlayer,
const VARIANT FAR& pBuffer,
long nBufferLen
);
|
|
Parameter
|
Description
|
|
|
|
|
nPlayer
|
Number representing the zero-based index of the involved player
|
|
pBuffer
|
Variant parameter containing the pointer to a pre-allocated buffer that will receive the ID3V2 data. Allocating/freeing this buffer is responsibility of the container.
|
|
nBufferLen
|
Length in bytes of the buffer
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.NOERROR (0)
|
The call was successful
|