Contents Index Topic Contents | ||
Previous Topic: IHTMLInputImage::put_dynsrc Next Topic: IHTMLInputImage::get_readyState |
IHTMLInputImage::get_dynsrc
HRESULT get_dynsrc( BSTR *p );Retrieves the address of a video clip or VRML world to be displayed in the window.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the address.
See also put_dynsrc
IHTMLInputImage::put_dynsrc
HRESULT put_dynsrc( BSTR v );Sets the address of a video clip or VRML world to be displayed in the window.
- 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.