Returns the unique identifier for the supplied node.
Visual Basic Syntax
lValue = oXTLRuntime.uniqueID(objNode)
C/C++ Syntax
HRESULT uniqueID( IXMLDOMNode *pNode, long *pID);
Parameters
- pNode
- [in] Node for which the unique identifier is to be returned.
- pID
- [out] Unique identifier for the specified node.
C/C++ Return Value
Returns S_OK if successful, or an error code otherwise.