Copyright © 2013-2015 MultiMedia Soft

MidiDjConsole.ProfileInternalCountGet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Enumerates profiles of DJ Console models already stored inside the component. After completing the enumeration, the name of each profile can be retrieved through the MidiDjConsole.ProfileInternalNameGet 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.ProfileInternalCountGet (

nCount as Long

) as enumDjcErrorCodes


 

[C++]

short control.MidiDjConsole.ProfileInternalCountGet (

long *nCount

);


 

Parameter

Description

 

 

nCount

Reference that, on return from the method call, will contain the number of available profiles.

 

 

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.