Carbon


QTVRMouseOverHotSpotProcPtr

Header: QuickTimeVR.h Carbon status: Supported

typedef OSErr(* QTVRMouseOverHotSpotProcPtr) (
    QTVRInstance qtvr, 
    UInt32 hotSpotID, 
    UInt32 flags, 
    SInt32 refCon
);

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

OSErr MyQTVRMouseOverHotSpotCallback (
    QTVRInstance qtvr, 
    UInt32 hotSpotID, 
    UInt32 flags, 
    SInt32 refCon
);
function result

A result code.


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