Home | History | Annotate | Download | only in include

Lines Matching refs:GetStart

294     virtual HRESULT WINAPI GetStart(__LONG32 *pcpFirst) = 0;
356 HRESULT (WINAPI *GetStart)(ITextRange *This,__LONG32 *pcpFirst);
420 #define ITextRange_GetStart(This,pcpFirst) (This)->lpVtbl->GetStart(This,pcpFirst)
604 HRESULT (WINAPI *GetStart)(ITextSelection *This,__LONG32 *pcpFirst);
679 #define ITextSelection_GetStart(This,pcpFirst) (This)->lpVtbl->GetStart(This,pcpFirst)