UPNPSUBSCRIPTION
This structure holds the unique device name and service identifier data for a upnp subscription.
typedef struct {
PCWSTR pszUDN;
PCWSTR pszSID;
} 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
Universal Plug and Play (UPnP)
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.