Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Returns the base name for the name qualified with the namespace.
Syntax
HRESULT get_baseName( BSTR * nameString);
Parameters
- nameString
- [out] Right-hand side of a namespace qualified name. For example, returns "yyy" for the element <xxx:yyy>. Always returns a non-empty string.
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.