UPNPSUBSCRIPTION (Windows Embedded CE 6.0)
1/6/2010
This structure holds the unique device name and service identifier data for a UPnP subscription.
Syntax
typedef struct {
PCWSTR pszUDN;
PCWSTR pszSID;
} UPNPSUBSCRIPTION, *PUNPNSUBSCRIPTION;
Members
- pszUDN
Unique device name.
- pszSID
Service identifier from the device description.
Requirements
Header | upnpdevapi.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |