|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.CustomDSP.ExternalSetFunction (
nPlayer as Integer,
nIdDsp as Long,
nFunctionType as enumDspExternalFunctions,
strFunctionName as String
) as enumErrorCodes
|
|
[C++]
short control.CustomDSP.ExternalSetFunction (
short nPlayer,
long nIdDsp,
short nFunctionType,
LPCTSTR strFunctionName
);
|
|
Parameter
|
Description
| |||||||||||||||||||||||||||
|
|
| |||||||||||||||||||||||||||
|
nPlayer
|
Number representing the zero-based index of the involved player
| |||||||||||||||||||||||||||
|
nIdDsp
|
Unique identifier of the custom DSP
| |||||||||||||||||||||||||||
|
nFunctionType
|
Type of function to set.
Supported values are the following:
| |||||||||||||||||||||||||||
|
strFunctionName
|
Name of the function exported by the dynamic-link library (DLL)
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.NOERROR (0)
|
The method call was successful.
|