Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Returns the number of the node relative to siblings of the same node name.
Syntax
HRESULT childNumber( IDOMNode * pNode, long * pNumber);
Parameters
- pNode
- [in] Node for which the child number is to be returned.
- pNumber
- [out] Index for the node in its parent's list of child nodes with that name. The first entry in the list is assigned the value 1.
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.