Contents Index Topic Contents | ||
Previous Topic: IHTMLAnchorElement::get_target Next Topic: IHTMLAnchorElement::put_accessKey |
IHTMLAnchorElement::get_urn
HRESULT get_urn( BSTR *p );Retrieves a uniform resource name (URN) for a target document. The format of URNs is under discussion (1994) by various working groups of the Internet Engineering Task Force.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives the uniform resource name.
IHTMLAnchorElement::put_urn
HRESULT put_urn( BSTR v );Sets a uniform resource name (URN) for a target document. The format of URNs is under discussion (1994) by various working groups of the Internet Engineering Task Force.
- Returns S_OK if successful, or an error value otherwise.
- v
- String value specifying the uniform resource name.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.