Partager via


UPNPSERVICECONTROL (Windows CE 5.0)

Send Feedback

This structure is handed in to the callback as pvSvcParam when the callback ID is UPNPCB_CONTROL.

typedef struct {PCWSTRpszRequestXML;PCWSTRpszSID;PCWSTRpszServiceType;PCWSTRpszAction;PCWSTR pszUDN;DWORDiAction;DWORDcInArgs;UPNPPARAM* pInArgs;PVOIDReserved1;}UPNPSERVICECONTROL;

Members

  • pszRequestXML
    Raw SOAP request.
  • pszSID
    Service identifier from the device description.
  • pszServiceType
    Service type.
  • pszAction
    Name of control action.
  • pszUDN
    Unique device name.
  • iAction
    Reserved.
  • cInArgs
    Number of input parameters.
  • pInArgs
    Array of input parameters.
  • Reserved1
    Reserved.

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.