Carbon


NSLClientNotifyProcPtr

Header: NSL.h Carbon status: Supported

typedef void(* NSLClientNotifyProcPtr) (
    NSLClientAsyncInfo *theClientAsyncInfo
);

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

void MyNSLClientNotifyCallback (
    NSLClientAsyncInfo *theClientAsyncInfo
);

© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)