UPNPPARAM (Windows CE 5.0)

Send Feedback

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

UPnP C Device Host Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.