Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Retrieves the URL of the image.
Syntax
HRESULT get_src( BSTR *p );
Parameters
- p
- Address of a variable that receives the URL.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
put_src
Sets the URL of an image to be shown.
Syntax
HRESULT put_src( BSTR v );
Parameters
- v
- String specifying the URL.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
get_src, IHTMLInputImage
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.