Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Returns the namespace prefix.
Syntax
HRESULT get_prefix( BSTR * prefixString);
Parameters
- prefixString
- [out] Namespace prefix specified on the element, attribute, or entity reference. For example, for the element <xxx:yyy>, returns "xxx". Returns an empty string, "", if no prefix is specified.
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.