MidiThruConnectionEndpoint(Int32, Int32) Constructor
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.
Creates a new MidiThruConnectionEndpoint.
public MidiThruConnectionEndpoint (int endpointRef, int uniqueID);
new CoreMidi.MidiThruConnectionEndpoint : int * int -> CoreMidi.MidiThruConnectionEndpoint
Parameters
- endpointRef
- Int32
Endpoint ref.
- uniqueID
- Int32
Endpoint unique id.
Remarks
Set UniqueID to 0 if the endpoint already exists.