Share via


UPNPSERVICECONTROL

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

typedef struct {
  PCWSTR pszRequestXML;
  PCWSTR pszSID;
  PCWSTR pszServiceType;
  PCWSTR pszAction;
  PCWSTR pszUDN;
  DWORD iAction;
  DWORD cInArgs;
  UPNPPARAM* pInArgs;
  PVOID Reserved1; 
} 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

Universal Plug and Play (UPnP)

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.