'Declaration Function compareEndPoints( _ ByVal how As System.String, _ ByVal SourceRange As IHTMLTxtRange _ ) As System.Integer
System.int compareEndPoints( System.string how, IHTMLTxtRange SourceRange )
Parameters
- how
- SourceRange
compareEndPoints
method of IHTMLTxtRange
interface.
'Declaration Function compareEndPoints( _ ByVal how As System.String, _ ByVal SourceRange As IHTMLTxtRange _ ) As System.Integer
System.int compareEndPoints( System.string how, IHTMLTxtRange SourceRange )
An original IDL definition of compareEndPoints
method was the following: HRESULT compareEndPoints (BSTR how, IHTMLTxtRange* SourceRange, [out, retval] long* ReturnValue)
;