Retrieves the name of the Document Object Model (DOM) node attribute.
Syntax
HRESULT get_nodeName( BSTR *p );
Parameters
- p
- Address of a string (BSTR) variable that receives the name of the node.
Return Value
Returns S_OK if successful, or an error code otherwise.