Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This function frees memory associated with an XML element.
Syntax
HRESULT WINAPI WSDXMLCleanupElement(
WSDXML_ELEMENT* pAny
);
Parameters
- pAny
[in] Reference to a WSDXML_ELEMENT structure that specifies extension content allowed by the XML ANY keyword.
Return Value
The following table shows the possible error code return values.
| Error Code | Description |
|---|---|
S_OK |
The function succeeded. |
E_INVALIDORG |
pAny 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