Home | History | Annotate | Download | only in include

Lines Matching refs:GetSelection

1054     virtual HRESULT STDMETHODCALLTYPE GetSelection(
1142 HRESULT (STDMETHODCALLTYPE *GetSelection)(
1225 #define ITfContext_GetSelection(This,ec,ulIndex,ulCount,pSelection,pcFetched) (This)->lpVtbl->GetSelection(This,ec,ulIndex,ulCount,pSelection,pcFetched)
1257 return This->lpVtbl->GetSelection(This,ec,ulIndex,ulCount,pSelection,pcFetched);