Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Retrieves the optional text as an alternative to the graphic for rendering in nongraphical environments. Alternate text should be provided whenever the graphic is not rendered. Alternate text is mandatory for Level 0 documents.
Syntax
HRESULT get_alt( BSTR *p );
Parameters
- p
- Address of a variable that receives the optional text.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
put_alt
Indicates optional text as an alternative to the graphic for rendering in nongraphical environments. Alternate text should be provided whenever the graphic is not rendered. Alternate text is mandatory for Level 0 documents.
Syntax
HRESULT put_alt( BSTR v );
Parameters
- v
- String specifying the optional text.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
get_alt
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.