UPNPSUBSCRIPTION (Windows CE 5.0)

Send Feedback

This structure holds the unique device name and service identifier data for a UPnP subscription.

typedef struct {PCWSTRpszUDN;PCWSTRpszSID;} UPNPSUBSCRIPTION, *PUNPNSUBSCRIPTION;

Members

  • pszUDN
    Unique device name.
  • pszSID
    Service identifier from the device description.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Upnpdevapi.h.

See Also

UPnP C Device Host Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.