Contents

start

During an IOService object's instantiation, starts the IOService object that has been selected to run on the provider.

Declaration

virtual bool start (
 IOService *provider );

Return Value

true if the start was successful; false otherwise (which will cause the instance to be detached and usually freed).

Overview

See IOService.h for details.

See Also

Miscellaneous