WSDXMLAddSibling (Windows Embedded CE 6.0)
1/6/2010
This function adds a sibling element.
Syntax
HRESULT STDAPI WSDXMLAddSibling(
WSDXML_ELEMENT* pFirst,
WSDXML_ELEMENT* pSecond
);
Parameters
- pFirst
Reference to a WSDXML_ELEMENT structure that contains the first sibling.
- pSecond
Reference to a WSDXML_ELEMENT structure that contains the second sibling.
Return Value
The following table shows the possible error code return values.
Error Code | Description |
---|---|
S_OK |
The function succeeded. |
E_INVALIDORG |
pFirst or pSecond is NULL. |
Requirements
Header | wsdapi.h |
Library | wsdapi.lib |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |
See Also
Reference
Web Services on Devices Functions
Web Services on Devices Reference