|
ReactOS 0.4.16-dev-1946-g52006dd
|


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 IUnknown * | LPUNKNOWN |
Definition at line 173 of file propsys.idl.
| HRESULT IPropertyChangeArray::Append | ( | [in] IPropertyChange * | ppropChange | ) |
| HRESULT IPropertyChangeArray::AppendOrReplace | ( | [in] IPropertyChange * | ppropChange | ) |
| HRESULT IPropertyChangeArray::GetAt | ( | [in] UINT | iIndex, |
| [in] REFIID | riid, | ||
| [out, iid_is(riid)] void ** | ppv | ||
| ) |
| HRESULT IPropertyChangeArray::InsertAt | ( | [in] UINT | iIndex, |
| [in] IPropertyChange * | ppropChange | ||
| ) |
| HRESULT IPropertyChangeArray::IsKeyInArray | ( | [in] REFPROPERTYKEY | key | ) |