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.
Adds a sibling element.
Syntax
HRESULT WSDXMLAddSibling(
[in] WSDXML_ELEMENT *pFirst,
[in] WSDXML_ELEMENT *pSecond
);
Parameters
[in] pFirst
Reference to a WSDXML_ELEMENT structure that contains the first sibling.
[in] pSecond
Reference to a WSDXML_ELEMENT structure that contains the second sibling.
Return value
This function can return one of these values.
| Return code | Description |
|---|---|
|
Method completed successfully. |
|
pFirst or pSecond 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 |