Home | History | Annotate | Download | only in include

Lines Matching defs:SetEnd

297     virtual HRESULT WINAPI SetEnd(__LONG32 cpLim) = 0;
359 HRESULT (WINAPI *SetEnd)(ITextRange *This,__LONG32 cpLim);
423 #define ITextRange_SetEnd(This,cpLim) (This)->lpVtbl->SetEnd(This,cpLim)
607 HRESULT (WINAPI *SetEnd)(ITextSelection *This,__LONG32 cpLim);
682 #define ITextSelection_SetEnd(This,cpLim) (This)->lpVtbl->SetEnd(This,cpLim)