IAccessible2 API  Version 1.3
Public Member Functions | List of all members
IAccessibleDocument Interface Reference

This interface represents documents. More...

import "AccessibleDocument.idl";

Inheritance diagram for IAccessibleDocument:

Public Member Functions

HRESULT anchorTarget ([out, retval] IUnknown **accessible)
 Returns the most recently used anchor target within a document. More...
 

Detailed Description

This interface represents documents.

This interface is used for a representation of documents.

Member Function Documentation

HRESULT IAccessibleDocument::anchorTarget ( [out, retval] IUnknown **  accessible)
get

Returns the most recently used anchor target within a document.

A document's most recently targeted in-page anchor is returned. A typical use of this method is to fetch the anchor target within an HTML document. In this case anchor targets are those which have been defined with the <a> tag.

Parameters
[out]accessible
Return values
S_OK
S_FALSEif there are no existing valid anchor targets, [out] value is NULL.

The documentation for this interface was generated from the following file:
Generated on Wed Jul 10 2013 09:47:25 for IAccessible2 API Version 1.3 by  doxygen 1.8.3.1