Contents Index Topic Contents | ||
Previous Topic: IHTMLAreaElement::get_pathname Next Topic: IHTMLAreaElement::get_protocol |
IHTMLAreaElement::get_port
HRESULT get_port( BSTR *p );Retrieves the port number from the URL.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives the port number. If no port is specified, this parameter receives an empty string.
See also put_port
IHTMLAreaElement::put_port
HRESULT put_port( BSTR v );Sets the port number in a URL.
- Returns S_OK if successful, or an error value otherwise.
- v
- String value specifying the port number.
See also get_port
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.