Carbon


HRNewURLProcPtr

Header: HTMLRendering.h Carbon status: Under Evaluation

typedef OSStatus(* HRNewURLProcPtr) (
    const char *url, 
    const char *targetFrame, 
    Boolean addToHistory, 
    void *refCon
);

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

OSStatus MyHRNewURLCallback (
    const char *url, 
    const char *targetFrame, 
    Boolean addToHistory, 
    void *refCon
);
function result

A result code.


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