|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.DelayedPlayback.ListRemovetem (
nFileUniqueID as Long
) as enumErrorCodes
|
|
[C++]
short control.DelayedPlayback.ListRemovetem (
long nFileUniqueID
);
|
|
Parameter
|
Description
|
|
|
|
|
nFileUniqueID
|
Number representing the unique identifier of the file as returned by the DelayedPlayback,ListAddItem or DelayedPlayback,ListAddItemEx methods
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.ERR_NOERROR (0)
|
The call was successful.
|