Contents

setPropertyTable

Replace a registry entry's property table.

Declaration

virtual void setPropertyTable(
 OSDictionary *dict );

Parameters

  • dict:

    The new dictionary to be used as the entry's property table.

Overview

This method will release the current property table of a the entry and replace it with another, retaining the new property table.

See Also

Miscellaneous