Remarks
Removes the given file from the list of delayed playbacks.
For details about management of delayed playbacks refer to the How to manage delayed playbacks tutorial.
Syntax
[Visual Basic]
control.DelayedPlayback.ListRemovetem (
nFileUniqueID as Long
) as enumErrorCodes
|
|
[C++]
short control.DelayedPlayback.ListRemovetem (
long nFileUniqueID
);
|
|
Return value
Value
|
Meaning
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
enumErrorCodes.ERR_NOERROR (0)
|
The call was successful.
|
|