nn::midi::CTR::GetDeviceInfo Function

Syntax

Result GetDeviceInfo(
     DeviceInfo * pInfo
);

Parameters

Name Description
out pInfo Location where the device info is stored.

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.
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

Gets device info.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL