MidiDjConsole.ProfileItemTypeGet method |
|
Remarks
Obtains the type of physical control for an item available inside the profile of the DJ Console.
For further details about interfacing with MIDI DJ Consoles see the MidiDjConsole object section and the How to manage MIDI DJ consoles tutorial.
Syntax
[Visual Basic] control.MidiDjConsole.ProfileItemTypeGet ( strItemName as String, nItemType as enumDjConsoleItemType ) as enumDjcErrorCodes |
[C++] short control.MidiDjConsole.ProfileItemTypeGet ( BSTR strItemName, short *nItemType ); |
Parameter |
Description |
||||||||||||||||||
|
|
||||||||||||||||||
strItemName |
String containing the name of the item whose type must be retrieved. |
||||||||||||||||||
nItemType |
Reference that, on return from the method call, will contain the type of the item. Supported values are the following:
|
Return value
Value |
Meaning |
|
|
enumDjcErrorCodes.ERR_DJC_NOERROR (0) |
The call was successful. |
Negative value |
An error occurred: see the LastError property for further error details or for a list of the possible error values. |