Share via


uniqueID Method (Windows CE 5.0)

Send Feedback

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:

IXTLRuntime.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.