WSDXMLCleanupElement (Compact 2013)
3/26/2014
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 |
See Also
Reference
Web Services on Devices Functions
Web Services on Devices Reference