Web Services on Devices Functions (Compact 2013)
3/26/2014
The following table shows the Web Services on Devices functions with a description of the purpose of each.
Programming element |
Description |
---|---|
This function references a SOAP message handler for incoming messages. |
|
This function describes a stub function used to handle an incoming message. |
|
This function allocates a linked memory block. |
|
This function attaches a child memory block to a parent memory block. Multiple children can be attached to a parent memory block. |
|
This function creates a device host and returns a pointer to the IWSDDeviceHost interface. |
|
This function creates a device host and returns a pointer to the IWSDDeviceHost interface. |
|
This function creates a device proxy and returns a pointer to the IWSDDeviceProxy interface. |
|
This function creates a device proxy and returns a pointer to the IWSDDeviceProxy interface. |
|
This function creates an IWSDiscoveryProvider object by calling the COM CoCreateInstance function. |
|
This function creates an IWSDiscoveryPublisher object by calling the COM CoCreateInstance function. |
|
This function creates an IWSDHttpAddress object by calling COM CoCreateInstance. |
|
This function creates an IWSDHttpMessageParameters object by calling COM CoCreateInstance. |
|
This function creates an IWSDOutboundAttachment object by calling COM CoCreateInstance. |
|
This function creates an IWSDUdpAddress object by calling the CoCreateInstance function. |
|
This function retrieves a pointer to the IWSDUdpMessageParameters interface. |
|
This function detaches a child memory block from its parent memory block. |
|
This function frees a memory block previously allocated with WSDAllocateLinkedMemory. |
|
This function generates a SOAP fault. |
|
This function generates a SOAP fault. |
|
This function gets a WSDAPI configuration option. |
|
This function registers the XML namespaces for the specified context. |
|
This function sets a WSDAPI configuration option. |
|
This function adds a child element. |
|
This function adds a sibling element. |
|
This function creates an XML element with a specified name and value. The created element can be used as the child of an XML <any> element. |
|
This function frees memory associated with an XML element. |
|
This function creates a new IWSDXMLContext object. |
|
This function gets a specified name from the built-in namespace. |
|
This function retrieves the text value from a specified child element of an XML <any> element. |
Requirements
Header |
wsdapi.h |
Library |
wsdapi.lib |