Share

IOPMPropertyExpander2 Class

Class Hierarchy

IOPMPropertyExpander2

C++

class IOPMPropertyExpander2 : public IUnknown;

File

opmext.h

Description

This interface is almost exactly the same as IOPMPropertyExpander. The main purpose of IOPMPropertyExpander is to allow one property to be broken out into several properties in the Properties window. IOPMPropertyExpander2 has exactly the same purpose, but it can be used with either dynamic or static properties while IOPMPropertyExpander is intended for only static properties.

IOPMPropertyExpander2 has exactly the same methods as IOPMPropertyExpander, but each function has an additional input argument. The argument, pUnk, is used to pass in the IUnknown of the selected object to which the IDynamicProperty pertains.

Links

Methods

Was this information helpful?