| Namespace | Windows.Devices.Midi2.Transports.BasicLoopback |
|---|---|
| Type Name | MidiBasicLoopbackCreationResponse |
| Type | WinRT Runtime Class |
| IDL | MidiBasicLoopbackCreationResponse.idl |
| Library |
This class represents the result of an attempt to create a runtime transient basic loopback endpoint.
| Property | Description |
|---|---|
Success |
True if the creation of the endpoint was successful |
ErrorCode |
A MidiBasicLoopbackErrorCode value if Success is false |
ErrorMessage |
A human-readable error message if Success is false |
CreatedLoopbackEntry |
A MidiBasicLoopbackEntry object with information about the created loopback, if successful |
