Home | History | Annotate | Download | only in include

Lines Matching refs:GetAt

88     virtual HRESULT STDMETHODCALLTYPE GetAt(
268 HRESULT (STDMETHODCALLTYPE *GetAt)(
475 #define IPortableDeviceValues_GetAt(This,index,pKey,pValue) (This)->lpVtbl->GetAt(This,index,pKey,pValue)
530 return This->lpVtbl->GetAt(This,index,pKey,pValue);
1025 virtual HRESULT STDMETHODCALLTYPE GetAt(
1063 HRESULT (STDMETHODCALLTYPE *GetAt)(
1093 #define IPortableDeviceKeyCollection_GetAt(This,dwIndex,pKey) (This)->lpVtbl->GetAt(This,dwIndex,pKey)
1113 return This->lpVtbl->GetAt(This,dwIndex,pKey);
1186 virtual HRESULT STDMETHODCALLTYPE GetAt(
1230 HRESULT (STDMETHODCALLTYPE *GetAt)(
1268 #define IPortableDevicePropVariantCollection_GetAt(This,dwIndex,pValue) (This)->lpVtbl->GetAt(This,dwIndex,pValue)
1290 return This->lpVtbl->GetAt(This,dwIndex,pValue);
1385 virtual HRESULT STDMETHODCALLTYPE GetAt(
1423 HRESULT (STDMETHODCALLTYPE *GetAt)(
1453 #define IPortableDeviceValuesCollection_GetAt(This,dwIndex,ppValues) (This)->lpVtbl->GetAt(This,dwIndex,ppValues)
1473 return This->lpVtbl->GetAt(This,dwIndex,ppValues);