nn::midi::CTR::Close Function

Syntax

Result Close();

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.
ResultNotOpened The MIDI device is already not available for use.
A value other than the above Unexpected error.

Description

Closes a MIDI device.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL