Home | History | Annotate | Download | only in include

Lines Matching refs:GetSelection

409     virtual HRESULT STDMETHODCALLTYPE GetSelection(
583 HRESULT (STDMETHODCALLTYPE *GetSelection)(
748 #define ITextStoreACP_GetSelection(This,ulIndex,ulCount,pSelection,pcFetched) (This)->lpVtbl->GetSelection(This,ulIndex,ulCount,pSelection,pcFetched)
797 return This->lpVtbl->GetSelection(This,ulIndex,ulCount,pSelection,pcFetched);