EXPORT_SPEC int UpnpSubscribe

( IN UpnpClient_Handle Hnd,
  IN const char* PublisherUrl,
  INOUT int* TimeOut,
  OUT Upnp_SID SubsId )

UpnpSubscribe registers a control point to receive event notifications from another device.

Documentation

UpnpSubscribe registers a control point to receive event notifications from another device. This operation is synchronous.

Parameters:
Hnd - The handle of the control point.
- PublisherUrl The URL of the service to subscribe to.
- TimeOut Pointer to a variable containing the requested subscription time. Upon return, it contains the actual subscription time returned from the service.
SubsId - Pointer to a variable to receive the subscription ID (SID).
Returns:
[int] An integer representing one of the following:

Alphabetic index



This page was generated with the help of DOC++.