Returns whether this node has children.
Syntax
HRESULT hasChildNodes( VARIANT_BOOL **fChildren );
Parameters
- fChildren
- Address of a VARIANT Boolean structure that returns VARIANT_TRUE or VARIANT_FALSE depending on whether the node has children.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also
removeNode, replaceNode