Carbon


MusicMIDIReadHookProcPtr

Header: QuickTimeMusic.h Carbon status: Supported

typedef ComponentResult(* MusicMIDIReadHookProcPtr) (
    MusicMIDIPacket *mp, 
    SInt32 myRefCon
);

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

ComponentResult MyMusicMIDIReadHookCallback (
    MusicMIDIPacket *mp, 
    SInt32 myRefCon
);

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