UPNPPARAM

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 {
  PCWSTR pszName;
  PCWSTR pszValue;
} 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

Universal Plug and Play (UPnP)

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.