Home | History | Annotate | Download | only in include

Lines Matching defs:InsertText

30247     virtual HRESULT WINAPI InsertText(OLECHAR *pText,LONG lLen) = 0;
30266 HRESULT (WINAPI *InsertText)(IHTMLCaret *This,OLECHAR *pText,LONG lLen);
30287 #define IHTMLCaret_InsertText(This,pText,lLen) (This)->lpVtbl->InsertText(This,pText,lLen)
30941 virtual HRESULT WINAPI InsertText(OLECHAR *pchText,__LONG32 cch,IMarkupPointer *pPointerTarget) = 0;
30968 HRESULT (WINAPI *InsertText)(IMarkupServices *This,OLECHAR *pchText,__LONG32 cch,IMarkupPointer *pPointerTarget);
30997 #define IMarkupServices_InsertText(This,pchText,cch,pPointerTarget) (This)->lpVtbl->InsertText(This,pchText,cch,pPointerTarget)
31078 HRESULT (WINAPI *InsertText)(IMarkupServices2 *This,OLECHAR *pchText,__LONG32 cch,IMarkupPointer *pPointerTarget);
31110 #define IMarkupServices2_InsertText(This,pchText,cch,pPointerTarget) (This)->lpVtbl->InsertText(This,pchText,cch,pPointerTarget)