Contents

init

Standard init method for all IORegistryEntry subclasses.

Declaration

virtual bool init(
 OSDictionary *dictionary = 0 );

Parameters

  • A:

    dictionary that will become the registry entry's property table (retaining it), or zero which will cause an empty property table to be created.

Return Value

true on success, or false on a resource failure.

Overview

A registry entry must be initialized with this method before it can be used. A property dictionary may passed and will be retained by this method for use as the registry entry's property table, or an empty one will be created.

See Also

Miscellaneous