|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function InternalLoad (
) as Int32
|
|
[C#]
public Int32 InternalLoad (
);
|
|
[C++]
public: Int32 InternalLoad (
);
|
|
Value
|
Meaning
|
|
|
|
|
> 0
|
Numeric value representing the unique identifier of the custom DSP: this unique identifier will be used in order to invoke further methods related to the use of the loaded custom DSP
|
|
Negative value
|
An error occurred: see the LastError property for further error details or for a list of the possible error values.
|