Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Specifies the target, the application to which this processing instruction is directed.
Syntax
HRESULT get_target( BSTR * name);
Parameters
- name
- [out] Application to which this processing instruction is directed (the target).
Remarks
XML defines the target as the first token following the markup that begins the processing instruction. For example, the target has the value "xml" in the processing instruction <?xml version="1.0">
The target property has the same value as the nodeName 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.