Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IXMLNode2::getNodeId ( P6UINT32 pId)
pure virtual

Each XML node is give a node id during intialization.

This id is set by the creator of the node. This method returns that value.

Parameters
pId[ out ] An unsigned 32 bit identifier for this node. This id does not have to be unique since it is assigned by the creator of the node via the initialize() method.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to intialize() must be made before calling this funciton.
P6R::eInvalidArgOne of the parameters is NULL.