Contents

getResourceService

Returns a pointer to the IOResources service.

Declaration

static IOService * getResourceService(
 void );

Return Value

A pointer to the IOResources instance. It should not be released by the caller.

Overview

IOService maintains a resource service IOResources that allows objects to be published and found globally in the I/O Kit based on a name, using the standard IOService matching and notification calls.

See Also

Miscellaneous