Carbon


NSLMgrNotifyProcPtr

Header: NSL.h Carbon status: Supported

typedef void(* NSLMgrNotifyProcPtr) (
    NSLPluginAsyncInfo *thePluginAsyncInfo
);

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

void MyNSLMgrNotifyCallback (
    NSLPluginAsyncInfo *thePluginAsyncInfo
);

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