ReactOS 0.4.15-dev-7953-g1f49173
IPropertyChangeArray Interface Reference
Inheritance diagram for IPropertyChangeArray:
Collaboration diagram for IPropertyChangeArray:

Public Member Functions

HRESULT GetCount ([out] UINT *pcOperations)
 
HRESULT GetAt ([in] UINT iIndex, [in] REFIID riid, [out, iid_is(riid)] void **ppv)
 
HRESULT InsertAt ([in] UINT iIndex, [in] IPropertyChange *ppropChange)
 
HRESULT Append ([in] IPropertyChange *ppropChange)
 
HRESULT AppendOrReplace ([in] IPropertyChange *ppropChange)
 
HRESULT RemoveAt ([in] UINT iIndex)
 
HRESULT IsKeyInArray ([in] REFPROPERTYKEY key)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

Detailed Description

Definition at line 167 of file propsys.idl.

Member Function Documentation

◆ Append()

HRESULT IPropertyChangeArray::Append ( [in] IPropertyChange ppropChange)

◆ AppendOrReplace()

HRESULT IPropertyChangeArray::AppendOrReplace ( [in] IPropertyChange ppropChange)

◆ GetAt()

HRESULT IPropertyChangeArray::GetAt ( [in] UINT  iIndex,
[in] REFIID  riid,
[out, iid_is(riid)] void **  ppv 
)

◆ GetCount()

HRESULT IPropertyChangeArray::GetCount ( [out] UINT pcOperations)

◆ InsertAt()

HRESULT IPropertyChangeArray::InsertAt ( [in] UINT  iIndex,
[in] IPropertyChange ppropChange 
)

◆ IsKeyInArray()

HRESULT IPropertyChangeArray::IsKeyInArray ( [in] REFPROPERTYKEY  key)

◆ RemoveAt()

HRESULT IPropertyChangeArray::RemoveAt ( [in] UINT  iIndex)

The documentation for this interface was generated from the following file: