Home | History | Annotate | Download | only in include

Lines Matching refs:get_Index

2622     virtual HRESULT WINAPI get_Index(BSTR *pbstrIndex) = 0;
2710 HRESULT (WINAPI *get_Index)(Recordset21 *This,BSTR *pbstrIndex);
2800 #define Recordset21_get_Index(This,pbstrIndex) (This)->lpVtbl -> get_Index(This,pbstrIndex)
2905 HRESULT (WINAPI *get_Index)(_ADORecordset *This,BSTR *pbstrIndex);
2996 #define _Recordset_get_Index(This,pbstrIndex) (This)->lpVtbl -> get_Index(This,pbstrIndex)