Home | History | Annotate | Download | only in include

Lines Matching defs:createRange

17072     virtual HRESULT WINAPI createRange(IDispatch **range) = 0;
17087 HRESULT (WINAPI *createRange)(IHTMLSelectionObject *This,IDispatch **range);
17104 #define IHTMLSelectionObject_createRange(This,range) (This)->lpVtbl->createRange(This,range)