ReactOS 0.4.16-dev-2491-g3dc6630
IAccessibleDocument Interface Reference

This interface represents documents. More...

Inheritance diagram for IAccessibleDocument:
Collaboration diagram for IAccessibleDocument:

Properties

IUnknown anchorTarget [get]
 Returns the most recently used anchor target within a document.
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Detailed Description

This interface represents documents.

This interface is used for a representation of documents.

Definition at line 5362 of file iaccessible2.idl.

Property Documentation

◆ anchorTarget

IUnknown IAccessibleDocument::anchorTarget
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: