Contents Index Topic Contents | ||
Previous Topic: IHTMLSelectionObject Next Topic: IHTMLSelectionObject::empty |
IHTMLSelectionObject::createRange
HRESULT createRange( IDispatch **range );Creates a text range from the current selection.
- Returns S_OK if successful, or an error value otherwise.
- range
- Address of a variable that receives an interface pointer for the range.
See also IHTMLTxtRange
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.