Retrieves the address of a video clip or VRML world to be displayed in the input image window.
Syntax
HRESULT get_dynsrc( BSTR *p );
Parameters
- p
- Address of a string (BSTR) variable that receives the address.
Return Value
Returns S_OK if successful, or an error code otherwise.
Sets the address of a video clip or VRML world to be displayed in the image window.
Syntax
HRESULT put_dynsrc( BSTR v );
Parameters
- v
- String (BSTR) that specifies the address to set.
Return Value
Returns S_OK if successful, or an error code otherwise.