Carbon


MusicOfflineDataProcPtr

Header: QuickTimeMusic.h Carbon status: Supported

typedef ComponentResult(* MusicOfflineDataProcPtr) (
    Ptr SoundData, 
    SInt32 numBytes, 
    SInt32 myRefCon
);

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

ComponentResult MyMusicOfflineDataCallback (
    Ptr SoundData, 
    SInt32 numBytes, 
    SInt32 myRefCon
);

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