Share via


UPNPPARAM (Windows Embedded CE 6.0)

1/6/2010

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.

Syntax

typedef struct {
  PCWSTR pszName;
  PCWSTR pszValue;
} UPNPPARAM;

Members

  • pszName
    Name of the UPnP variable.
  • pszValue
    Value of the UPnP variable.

Requirements

Header upnpdevapi.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

UPnP C Device Host Structures