Contents Index Topic Contents | ||
Previous Topic: IHTMLImgElement::put_dynsrc Next Topic: IHTMLImgElement::get_readyState |
IHTMLImgElement::get_dynsrc
HRESULT get_dynsrc( BSTR *p );Retrieves the address of a video clip or VRML world to be displayed in the window. Stands for Dynamic Source.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the address.
See also put_dynsrc
IHTMLImgElement::put_dynsrc
HRESULT put_dynsrc( BSTR v );Sets the address of a video clip or VRML world to be displayed in the window. Stands for Dynamic Source.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the address.
See also get_dynsrc
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.