handleStart
Performs additional initialization during the startup of the event service.
Declaration
virtual bool handleStart(IOService *provider);Parameters
- provider:
The
IOServiceprovider for this object.
Return Value
true if initialization was successful, or false if an error occurred.
Discussion
The default implemention of this method does nothing.