|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function Free (
nIdDsp as Int32
) as enumErrorCodes
|
|
[C#]
public enumErrorCodes Free (
Int32 nIdDsp
);
|
|
[C++]
public: enumErrorCodes Free (
Int32 nIdDsp
);
|
|
Parameter
|
Description
|
|
|
|
|
nIdDsp
|
Unique identifier of the custom DSP to discard from memory. Passing -1 will cause discarding from memory all of the loaded custom DSPs.
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.NOERROR (0)
|
The method call was successful.
|