Class Hierarchy
IAcPiCategorizeProperties IAcPiCategorizePropertiesImpl
C++
class IAcPiCategorizeProperties : public IUnknown;
File
acpi.h
Description
Objects and commands implement this interface to categorize static and dynamic properties for display in the Property Inspector. This extends the existing ICategorizeProperties interface.
IAcPiCategorizeProperties supports nesting of categories as well as command button display in the category row of the Property Inspector control. For static properties, this interface is queried on the IUnknown pointer of the object/command. For dynamic properties, it is queried on either the IDynamicProperty or IDynamicProperty2 interface pointers.