Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the unique identifier for the supplied node.
[Script]
Script Syntax
lValue=oXTLRuntime.uniqueID(pNode);
Parameters
- pNode
Object. Node for which the unique identifier is to be returned.
Return Value
Long integer. Returns the unique identifier for the specified node.
[C/C++]
C/C++ Syntax
HRESULT uniqueID(IXMLDOMNode* pNode,long* pID);
C/C++ Parameters
- pNode
[in] Node for which the unique identifier is to be returned. - pID
[out, retval] Unique identifier for the specified node.
C/C++ Return Values
- S_OK
Value returned if successful.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
Link Library: Uuid.lib.
General Remarks
This method applies to the following interface:
Send Feedback on this topic to the authors