MidiError Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Errors raised by the CoreMIDI stack.
public enum MidiError
type MidiError =
- Inheritance
-
MidiError
Fields
Name | Value | Description |
---|---|---|
NotPermitted | -10844 | |
IDNotUnique | -10843 | |
ObjectNotFound | -10842 | |
WrongThread | -10841 | |
SetupFormatErr | -10840 | |
ServerStartErr | -10839 | |
MessageSendErr | -10838 | |
NoCurrentSetup | -10837 | |
WrongPropertyType | -10836 | |
UnknownProperty | -10835 | |
UnknownEndpoint | -10834 | |
NoConnection | -10833 | |
WrongEndpointType | -10832 | |
InvalidPort | -10831 | |
InvalidClient | -10830 | |
Ok | 0 |