virtual P6R::P6ERR P6R::p6IXMLNode::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.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.