|
ReactOS 0.4.16-dev-2491-g3dc6630
|
This interface represents documents. More...


Properties | |
| IUnknown | anchorTarget [get] |
| Returns the most recently used anchor target within a document. | |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
This interface represents documents.
This interface is used for a representation of documents.
Definition at line 5362 of file iaccessible2.idl.
|
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.
| [out] | accessible |
| S_OK | |
| S_FALSE | if there are no existing valid anchor targets, [out] value is NULL. |