Home | History | Annotate | Download | only in include

Lines Matching refs:get_Keys

438     virtual HRESULT WINAPI get_Keys(ADOKeys **ppvObject) = 0;
461 HRESULT (WINAPI *get_Keys)(_ADOTable *This,ADOKeys **ppvObject);
486 #define _Table_get_Keys(This,ppvObject) (This)->lpVtbl->get_Keys(This,ppvObject)