Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Contains the content of the processing instruction, excluding the target.
Syntax
HRESULT get_data( BSTR * value);
Parameters
- value
- [out] Content of the processing instruction for this target. The data has the same value as the nodeValue property.
Contains the content of the processing instruction, excluding the target.
Syntax
HRESULT put_data( BSTR * value);
Parameters
- value
- [out] Content of the processing instruction for this target. The data has the same value as the nodeValue property.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.