Retrieves content to be associated with the given name or HTTP response header.
Syntax
HRESULT get_content( BSTR *p );
Parameters
- p
- Address of a string (BSTR) variable that receives the content.
Return Value
Returns S_OK if successful, or an error code otherwise.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
Sets content to be associated with the given name or HTTP response header.
Syntax
HRESULT put_content( BSTR v );
Parameters
- v
- String (BSTR) that specifies the content to set.
Return Value
Returns S_OK if successful, or an error code otherwise.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0