@@ -15644,10 +15644,10 @@ EXTERN_C const IID IID_ICorDebugArrayValue;
1564415644 /* [in] */ ULONG32 cdim,
1564515645 /* [length_is][size_is][out] */ ULONG32 dims[ ]) = 0;
1564615646
15647- virtual HRESULT STDMETHODCALLTYPE HasBaseIndices (
15648- /* [out] */ BOOL *pbHasBaseIndices ) = 0;
15647+ virtual HRESULT STDMETHODCALLTYPE HasBaseIndicies (
15648+ /* [out] */ BOOL *pbHasBaseIndicies ) = 0;
1564915649
15650- virtual HRESULT STDMETHODCALLTYPE GetBaseIndices (
15650+ virtual HRESULT STDMETHODCALLTYPE GetBaseIndicies (
1565115651 /* [in] */ ULONG32 cdim,
1565215652 /* [length_is][size_is][out] */ ULONG32 indices[ ]) = 0;
1565315653
@@ -15722,11 +15722,11 @@ EXTERN_C const IID IID_ICorDebugArrayValue;
1572215722 /* [in] */ ULONG32 cdim,
1572315723 /* [length_is][size_is][out] */ ULONG32 dims[ ]);
1572415724
15725- HRESULT ( STDMETHODCALLTYPE *HasBaseIndices )(
15725+ HRESULT ( STDMETHODCALLTYPE *HasBaseIndicies )(
1572615726 ICorDebugArrayValue * This,
15727- /* [out] */ BOOL *pbHasBaseIndices );
15727+ /* [out] */ BOOL *pbHasBaseIndicies );
1572815728
15729- HRESULT ( STDMETHODCALLTYPE *GetBaseIndices )(
15729+ HRESULT ( STDMETHODCALLTYPE *GetBaseIndicies )(
1573015730 ICorDebugArrayValue * This,
1573115731 /* [in] */ ULONG32 cdim,
1573215732 /* [length_is][size_is][out] */ ULONG32 indices[ ]);
@@ -15797,11 +15797,11 @@ EXTERN_C const IID IID_ICorDebugArrayValue;
1579715797#define ICorDebugArrayValue_GetDimensions(This,cdim,dims) \
1579815798 ( (This)->lpVtbl -> GetDimensions(This,cdim,dims) )
1579915799
15800- #define ICorDebugArrayValue_HasBaseIndices (This,pbHasBaseIndices ) \
15801- ( (This)->lpVtbl -> HasBaseIndices (This,pbHasBaseIndices ) )
15800+ #define ICorDebugArrayValue_HasBaseIndicies (This,pbHasBaseIndicies ) \
15801+ ( (This)->lpVtbl -> HasBaseIndicies (This,pbHasBaseIndicies ) )
1580215802
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) )
1580515805
1580615806#define ICorDebugArrayValue_GetElement(This,cdim,indices,ppValue) \
1580715807 ( (This)->lpVtbl -> GetElement(This,cdim,indices,ppValue) )
0 commit comments