Carbon


QTBandwidthNotificationProcPtr

Header: Movies.h Carbon status: Under Evaluation

typedef OSErr(* QTBandwidthNotificationProcPtr) (
    SInt32 flags, 
    void *reserved, 
    void *refcon
);

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

OSErr MyQTBandwidthNotificationCallback (
    SInt32 flags, 
    void *reserved, 
    void *refcon
);
function result

A result code.


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