Home | History | Annotate | Download | only in include

Lines Matching refs:SetChar

290     virtual HRESULT WINAPI SetChar(__LONG32 ch) = 0;
352 HRESULT (WINAPI *SetChar)(ITextRange *This,__LONG32 ch);
416 #define ITextRange_SetChar(This,ch) (This)->lpVtbl->SetChar(This,ch)
600 HRESULT (WINAPI *SetChar)(ITextSelection *This,__LONG32 ch);
675 #define ITextSelection_SetChar(This,ch) (This)->lpVtbl->SetChar(This,ch)