Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 | 
|---|---|
  | 
Method completed successfully. | 
  | 
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 |