nn::midi::CTR::Open Function

Syntax

Result Open();

Parameters

None.

Return Values

Returns the result of the operation.

Value Description
Success Process was successful. The return value's IsSuccess function returns true in this state.
ResultAlreadyOpened Already in an opened state. The MIDI device is currently available for use.
ResultUnknownDevice Device could not be recognized. Confirm that UIC-MIDI is inserted in the card slot and then reload the program.
A value other than the above Unexpected error.

Description

Opens a MIDI device and enables it for use.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL