Contents

getServiceRoot

Returns a pointer to the root of the service plane.

Declaration

static IOService * getServiceRoot(
 void );

Return Value

A pointer to the IOService instance at the root of the service plane. It should not be released by the caller.

Overview

This method provides an accessor to the root of the service plane for the computer.

See Also

Miscellaneous