Retrieves the children of the document object.
Syntax
HRESULT get_childNodes( IDISPATCH **p );
Parameters
- p
- Address of a pointer to an IDispatch interface that returns the node's children, or NULL if no children are present.
Return Value
Returns S_OK if successful, or an error code otherwise.