typedef bool (*IOServiceNotificationHandler)( OSObject * self, void * ref, IOService * newService );
Name Description self OSObject reference supplied when the notification was registered. ref Reference constant supplied when the notification was registered. newService The IOService object the notification is delivering. It is retained for the duration of the handler's invocation and doesn't need to be released by the handler.
© 2000 Apple Computer, Inc. (Last Updated 2/23/2000)