WSDXMLCleanupElement function (wsdutil.h)

Frees memory associated with an XML element.

Syntax

HRESULT WSDXMLCleanupElement(
  [in] WSDXML_ELEMENT *pAny
);

Parameters

[in] pAny

Reference to a WSDXML_ELEMENT structure that specifies extension content allowed by the XML ANY keyword.

Return value

This function can return one of these values.

Return code Description
S_OK
Method completed successfully.
E_INVALIDARG
pAny is NULL.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header wsdutil.h (include Wsdapi.h)
Library Wsdapi.lib
DLL Wsdapi.dll