Defined Types



IOServiceNotificationHandler

typedef bool (*IOServiceNotificationHandler)( OSObject * self, void * ref,
                    IOService * newService );

Parameters

NameDescription
selfOSObject reference supplied when the notification was registered.
refReference constant supplied when the notification was registered.
newServiceThe 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)