RegisterService
Starts the registration process for the service and performs any additional matching.
Declaration
virtual kern_return_t RegisterService();Mentioned in
Return Value
kIOReturnSuccess on success, or another value if an error occurs. For a list of error codes, see Error Codes.
Discussion
After setting up your service in your custom Start method, call this method to let the system know your service is running.