ReactOS 0.4.16-dev-736-g28b802b
|
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) |
![]() | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Additional Inherited Members | |
![]() | |
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 | ) |