Contents

handleStart

Performs additional initialization during the startup of the event service.

Declaration

virtual bool handleStart(IOService *provider);

Parameters

  • provider:

    The IOService provider 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.

See Also

Running the Service