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

An application may want to associate a value with a node that is not necessarily related to the nodes value.

 This method allows the caller to store a P6UINT64 opaque value with the node to be obtained via the getOpaqueValue() call at some later time. 
Parameters
number[ in ] A 64 bit unsigned integer to associate with this node.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to intialize() must be made before calling this funciton.