Retrieves the value that indicates whether the element can have children.
Syntax
HRESULT get_canHaveChildren( VARIANT_BOOL *p );
Parameters
- p
- Address of a VARIANT Boolean structure that returns VARIANT_TRUE if the element can have children, or VARIANT_FALSE otherwise.
Return Value
Returns S_OK if successful, or an error code otherwise.