Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |