Click to return to the XML (Extensible Markup Language) home page    
IXTLRuntime::formatTime M...     IXTLRuntime Interface    
Web Workshop  |  XML (Extensible Markup Language)

IXTLRuntime::uniqueID Method


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.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.