Home | History | Annotate | Download | only in include

Lines Matching refs:GetACPFromPoint

514     virtual HRESULT STDMETHODCALLTYPE GetACPFromPoint(
705 HRESULT (STDMETHODCALLTYPE *GetACPFromPoint)(
765 #define ITextStoreACP_GetACPFromPoint(This,vcView,ptScreen,dwFlags,pacp) (This)->lpVtbl->GetACPFromPoint(This,vcView,ptScreen,dwFlags,pacp)
848 return This->lpVtbl->GetACPFromPoint(This,vcView,ptScreen,dwFlags,pacp);