Carbon


TSMTEPreUpdateProcPtr

Header: TSMTE.h Carbon status: Not Recommended

typedef void(* TSMTEPreUpdateProcPtr) (
    TEHandle textH, 
    SInt32 refCon
);

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

void MyTSMTEPreUpdateCallback (
    TEHandle textH, 
    SInt32 refCon
);

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