libupnp/docs/dist/html/ixml/ixmlNode_setNodeValue.html
2006-07-06 12:37:29 +00:00

34 lines
1.3 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>EXPORT_SPEC int ixmlNode_setNodeValue</TITLE>
<META NAME="GENERATOR" CONTENT="DOC++ 3.4.10">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H2>EXPORT_SPEC int <A HREF="#DOC.DOCU">ixmlNode_setNodeValue</A></H2><H2>(IXML_Node* nodeptr,<BR>&nbsp; char* newNodeValue )</H2><BLOCKQUOTE>Assigns a new value to a <B>Node</B>.</BLOCKQUOTE>
<A NAME="DOC.DOCU"></A>
<HR>
<H2>Documentation</H2>
<BLOCKQUOTE>Assigns a new value to a <B>Node</B>. The <B>newNodeValue</B> string is
duplicated and stored in the <B>Node</B> so that the original does not
have to persist past this call.
<P></BLOCKQUOTE>
<DL><DT><DT><B>Parameters:</B><DD><B>nodeptr</B> - The <B>Node</B> to which to assign a new value.
<BR><B>newNodeValue</B> - The new value of the <B>Node</B>. <BR><DT><B>Returns:</B><DD> [int] An integer representing one of the following:
<UL>
<LI> <TT>IXML_SUCCESS</TT>: The operation completed successfully.
<LI> <TT>IXML_INVALID_PARAMETER</TT>: The <B>Node*</B> is not a valid
pointer.
<LI> <TT>IXML_INSUFFICIENT_MEMORY</TT>: Not enough free memory exists
to complete this operation.
</UL>
<BR><DD></DL><P><P><I><A HREF="index.html">Alphabetic index</A></I></P><HR>
<BR>
This page was generated with the help of <A HREF="http://docpp.sourceforge.net">DOC++</A>.
</BODY>
</HTML>