Carbon


OSAActiveProcPtr

Header: OSA.h Carbon status: Supported

typedef OSErr(* OSAActiveProcPtr) (
    SInt32 refCon
);

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

OSErr MyOSAActiveCallback (
    SInt32 refCon
);
refCon
function result

A result code.

AVAILABILITY

Supported in Carbon.


© 2000 Apple Computer, Inc. — (Last Updated 5/4/2000)