Share via


uniqueID Method (Windows Embedded CE 6.0)

1/6/2010

Returns the unique identifier for the supplied node.

Script Syntax

            lValue = oXTLRuntime.uniqueID(pNode);

Remarks

Ee503520.collapse(en-US,WinEmbedded.60).gifParameters

  • pNode
    Object. Node for which the unique identifier is to be returned.

Ee503520.collapse(en-US,WinEmbedded.60).gifReturn Value

Long integer. Returns the unique identifier for the specified node.

Ee503520.collapse(en-US,WinEmbedded.60).gifC/C++ Syntax

HRESULT uniqueID(
  IXMLDOMNode* pNode, 
  long* pID
);

Remarks

Ee503520.collapse(en-US,WinEmbedded.60).gifC/C++ Parameters

  • pNode
    [in] Node for which the unique identifier is to be returned.
  • pID
    [out, retval] Unique identifier for the specified node.

Ee503520.collapse(en-US,WinEmbedded.60).gifC/C++ Return Values

  • S_OK
    Value returned if successful.

Ee503520.collapse(en-US,WinEmbedded.60).gifRequirements

Header msxml2.h, msxml2.idl
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later

General Remarks

This method applies to the following interface:

IXTLRuntime.

See Also

Reference

XSLT Methods