MIDIPortDisposeAbstract: Dispose a MIDIPort object.extern OSStatus MIDIPortDispose( MIDIPortRef port ); It is not usually necessary to call this function; when an
application's MIDIClient's are automatically disposed at
termination, or explicitly, via MIDIClientDispose, the
client's ports are automatically disposed at this time.
ParametersResult: An OSStatus result code. | |||||