MidiDjConsole.ProfileTypedItemCountGet method |
|
Remarks
Enumerates items of a specific type contained inside the profile of the DJ Console. After completing the enumeration, the name of each item of the enumerated type can be retrieved through the MidiDjConsole.ProfileTypedItemNameGet method.
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.ProfileTypedItemCountGet ( nItemType as enumDjConsoleItemType, nCount as Long ) as enumDjcErrorCodes |
[C++] short control.MidiDjConsole.ProfileTypedItemCountGet ( short nItemType, long *nCount ); |
Parameter |
Description |
|||||||||||||||||||||
|
|
|||||||||||||||||||||
nItemType |
Specifies the type of item whose number must be obtained. Supported values are the following:
|
|||||||||||||||||||||
nCount |
Reference that, on return from the method call, will contain the number of items of the given type |
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. |