uniqueID Method (Compact 2013)

3/26/2014

Returns the unique identifier for the supplied node.

Syntax

lValue = oXTLRuntime.uniqueID(pNode);
HRESULT uniqueID(
  IXMLDOMNode* pNode, 
  long* pID
);

Parameters

Script

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

C/C++

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

Return Value

Script

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

C/C++

  • S_OK
    Value returned if successful.

Remarks

This method applies to the following interface:

IXTLRuntime.

Requirements

Header

msxml2.h,
msxml2.idl

Library

uuid.lib

See Also

Reference

XSLT Methods