Copyright © 2013-2015 MultiMedia Soft

MidiDjConsole.ProfileItemRemove method

Previous pageReturn to chapter overviewNext page

Remarks

 

Removes an existing item from 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.ProfileItemRemove (

strItemName as String

) as enumDjcErrorCodes


 

[C++]

short control.MidiDjConsole.ProfileItemRemove (

BSTR strItemName

);


 

Parameter

Description

 

 

strItemName

String containing the name of the item to remove.

 

 

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.