Carbon


MusicMIDISendProcPtr

Header: QuickTimeMusic.h Carbon status: Supported

typedef ComponentResult(* MusicMIDISendProcPtr) (
    ComponentInstance self, 
    SInt32 refCon, 
    MusicMIDIPacket *mmp
);

You would declare your function like this if you were to name it MyMusicMIDISendCallback:

ComponentResult MyMusicMIDISendCallback (
    ComponentInstance self, 
    SInt32 refCon, 
    MusicMIDIPacket *mmp
);

© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)