ebac5fe596
git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@45 119443c7-1b9e-41f8-b6fc-b9c35fce742c
39 lines
1.7 KiB
HTML
39 lines
1.7 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>EXPORT_SPEC int UpnpAddToPropertySet</TITLE>
|
|
<META NAME="GENERATOR" CONTENT="DOC++ 3.4.10">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
|
|
<H2>EXPORT_SPEC int <A HREF="#DOC.DOCU">UpnpAddToPropertySet</A></H2><H2>( IN OUT IXML_Document** PropSet,<BR> IN const char* ArgName,<BR> IN const char* ArgVal )</H2><BLOCKQUOTE><B>UpnpAddToPropertySet</B> can be used when an application needs to transfer the status of many variables at once.</BLOCKQUOTE>
|
|
|
|
<A NAME="DOC.DOCU"></A>
|
|
<HR>
|
|
<H2>Documentation</H2>
|
|
<BLOCKQUOTE><B>UpnpAddToPropertySet</B> can be used when an application needs to
|
|
transfer the status of many variables at once. It can be used
|
|
(inside a loop) to add some extra status variables into an existing
|
|
property set. If the application does not already have a property
|
|
set document, the application should create a variable initialized
|
|
with <TT>NULL</TT> and pass that as the first parameter.
|
|
|
|
<P></BLOCKQUOTE>
|
|
<DL><DT><DT><B>Parameters:</B><DD><B>PropSet</B> - A pointer to the document containing
|
|
the property set document node.
|
|
<BR><B>ArgName</B> - The status variable name.
|
|
<BR><B>ArgVal</B> - The status variable value. <BR><DT><B>Returns:</B><DD> [int] An integer representing one of the following:
|
|
<UL>
|
|
<LI> <TT>UPNP_E_SUCCESS</TT>: The operation completed successfully.
|
|
<LI> <TT>UPNP_E_INVALID_PARAM</TT>: One or more of the parameters
|
|
are invalid.
|
|
<LI> <TT>UPNP_E_OUTOF_MEMORY</TT>: Insufficient resources exist 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>
|