Class Hierarchy
IAcPiPropertyDisplay
C++
class IAcPiPropertyDisplay : public IUnknown;
File
acpi.h
Description
Objects and commands implement this interface to customize display properties on a per-property basis.
If this interface is implemented, the Property Inspector invokes its methods to identify custom display attributes for every property. For static properties, the interface is queried on the IUnknown of the object/command. For dynamic properties, it is queried on either IDynamicProperty or IDynamicProperty2 interface pointers.