FWADisposeMIDIStream
FWADisposeMIDIStream
- Subject: FWADisposeMIDIStream
- From: Peter Krajcik <email@hidden>
- Date: Sun, 18 Aug 2002 20:56:09 +0200
Hi,
When my app terminates, I can see this in the PB log:
FWADisposeMIDIStream result = 1
I couldn't find what FWADisposeMIDIStream means.
I call just MIDIClientCreate() and MIDIDestinationCreate() in AppMainThread
And creat a new thread for CFRunLoopRun:
err=NewThread(kCooperativeThread,
NewThreadEntryUPP((ThreadEntryProcPtr)CFRunLoopRun),
NULL,
0,
kNewSuspend,
NULL,
&threadMade) ;
Everything works - I just want to know what does result==1 mean.
Thank you.
- peter
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.