Carbon


UserFnProcPtr

Header: MacMemory.h Carbon status: Supported

typedef void(* UserFnProcPtr) (
    void *parameter
);

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

void MyUserFnCallback (
    void *parameter
);
parameter

AVAILABILITY

Supported in Carbon.


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