Merging trunk to branch 1.4.x
git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/branches/branch-1.4.x@49 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
50
docs/dist/html/upnp/UpnpNotifyExt.html
vendored
Normal file
50
docs/dist/html/upnp/UpnpNotifyExt.html
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>EXPORT_SPEC int UpnpNotifyExt</TITLE>
|
||||
<META NAME="GENERATOR" CONTENT="DOC++ 3.4.10">
|
||||
</HEAD>
|
||||
<BODY BGCOLOR="#ffffff">
|
||||
|
||||
<H2>EXPORT_SPEC int <A HREF="#DOC.DOCU">UpnpNotifyExt</A></H2><H2>( IN <!1><A HREF="UpnpDevice_Handle.html">UpnpDevice_Handle</A>,<BR> IN const char* DevID,<BR> IN const char* ServID,<BR> IN IXML_Document* PropSet )</H2><BLOCKQUOTE><B>UpnpNotifyExt</B> is similar to <B>UpnpNotify</B> except that it takes a DOM document for the event rather than an array of strings.</BLOCKQUOTE>
|
||||
|
||||
<A NAME="DOC.DOCU"></A>
|
||||
<HR>
|
||||
<H2>Documentation</H2>
|
||||
<BLOCKQUOTE><B>UpnpNotifyExt</B> is similar to <B>UpnpNotify</B> except that it takes
|
||||
a DOM document for the event rather than an array of strings. This
|
||||
function is synchronous and generates no callbacks.
|
||||
|
||||
<P><B>UpnpNotifyExt</B> may be called during a callback function to send out
|
||||
a notification.
|
||||
|
||||
<P></BLOCKQUOTE>
|
||||
<DL><DT><DT><B>Parameters:</B><DD><B></B> - <!1><A HREF="UpnpDevice_Handle.html">UpnpDevice_Handle</A> The handle to the device sending the
|
||||
event.
|
||||
<BR><B>DevID</B> - The device ID of the subdevice of the
|
||||
service generating the event.
|
||||
<BR><B>ServID</B> - The unique identifier of the service
|
||||
generating the event.
|
||||
<BR><B>PropSet</B> - The DOM document for the property set.
|
||||
Property set documents must conform to
|
||||
the XML schema defined in section 4.3 of
|
||||
the Universal Plug and Play Device
|
||||
Architecture specification. <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_HANDLE</TT>: The handle is not a valid device
|
||||
handle.
|
||||
<LI> <TT>UPNP_E_INVALID_SERVICE</TT>: The <B>DevId</B>/<B>ServId</B>
|
||||
pair refers to an invalid service.
|
||||
<LI> <TT>UPNP_E_INVALID_PARAM</TT>: Either <B>VarName</B>, <B>NewVal</B>,
|
||||
<B>DevID</B>, <B>ServID</B>, or <B>PropSet</B>
|
||||
is not a valid pointer or <B>cVariables</B> is less than zero.
|
||||
<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>
|
Reference in New Issue
Block a user