UPNPPARAM (Windows CE 5.0)
This structure is used to describe the name and value of a single UPnP variable. It is used in event notification and in control actions.
typedef struct {PCWSTRpszName;PCWSTRpszValue;} UPNPPARAM;
Members
- pszName
Name of the UPnP variable. - pszValue
Value of the UPnP variable.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Upnpdevapi.h.
See Also
Send Feedback on this topic to the authors