@@ -15644,10 +15644,10 @@ EXTERN_C const IID IID_ICorDebugArrayValue;
15644
15644
/* [in] */ ULONG32 cdim,
15645
15645
/* [length_is][size_is][out] */ ULONG32 dims[ ]) = 0;
15646
15646
15647
- virtual HRESULT STDMETHODCALLTYPE HasBaseIndices (
15648
- /* [out] */ BOOL *pbHasBaseIndices ) = 0;
15647
+ virtual HRESULT STDMETHODCALLTYPE HasBaseIndicies (
15648
+ /* [out] */ BOOL *pbHasBaseIndicies ) = 0;
15649
15649
15650
- virtual HRESULT STDMETHODCALLTYPE GetBaseIndices (
15650
+ virtual HRESULT STDMETHODCALLTYPE GetBaseIndicies (
15651
15651
/* [in] */ ULONG32 cdim,
15652
15652
/* [length_is][size_is][out] */ ULONG32 indices[ ]) = 0;
15653
15653
@@ -15722,11 +15722,11 @@ EXTERN_C const IID IID_ICorDebugArrayValue;
15722
15722
/* [in] */ ULONG32 cdim,
15723
15723
/* [length_is][size_is][out] */ ULONG32 dims[ ]);
15724
15724
15725
- HRESULT ( STDMETHODCALLTYPE *HasBaseIndices )(
15725
+ HRESULT ( STDMETHODCALLTYPE *HasBaseIndicies )(
15726
15726
ICorDebugArrayValue * This,
15727
- /* [out] */ BOOL *pbHasBaseIndices );
15727
+ /* [out] */ BOOL *pbHasBaseIndicies );
15728
15728
15729
- HRESULT ( STDMETHODCALLTYPE *GetBaseIndices )(
15729
+ HRESULT ( STDMETHODCALLTYPE *GetBaseIndicies )(
15730
15730
ICorDebugArrayValue * This,
15731
15731
/* [in] */ ULONG32 cdim,
15732
15732
/* [length_is][size_is][out] */ ULONG32 indices[ ]);
@@ -15797,11 +15797,11 @@ EXTERN_C const IID IID_ICorDebugArrayValue;
15797
15797
#define ICorDebugArrayValue_GetDimensions(This,cdim,dims) \
15798
15798
( (This)->lpVtbl -> GetDimensions(This,cdim,dims) )
15799
15799
15800
- #define ICorDebugArrayValue_HasBaseIndices (This,pbHasBaseIndices ) \
15801
- ( (This)->lpVtbl -> HasBaseIndices (This,pbHasBaseIndices ) )
15800
+ #define ICorDebugArrayValue_HasBaseIndicies (This,pbHasBaseIndicies ) \
15801
+ ( (This)->lpVtbl -> HasBaseIndicies (This,pbHasBaseIndicies ) )
15802
15802
15803
- #define ICorDebugArrayValue_GetBaseIndices (This,cdim,indices) \
15804
- ( (This)->lpVtbl -> GetBaseIndices (This,cdim,indices) )
15803
+ #define ICorDebugArrayValue_GetBaseIndicies (This,cdim,indices) \
15804
+ ( (This)->lpVtbl -> GetBaseIndicies (This,cdim,indices) )
15805
15805
15806
15806
#define ICorDebugArrayValue_GetElement(This,cdim,indices,ppValue) \
15807
15807
( (This)->lpVtbl -> GetElement(This,cdim,indices,ppValue) )
0 commit comments