Skip to content

Latest commit

 

History

History
98 lines (84 loc) · 2.62 KB

nf-webservices-wswriteendattribute.md

File metadata and controls

98 lines (84 loc) · 2.62 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:webservices.WsWriteEndAttribute
WsWriteEndAttribute function (webservices.h)
This operation finishes writing an attribute to the current element. If WsWriteStartAttribute is called the Writer does not permit another element or attribute to be written until WsWriteEndAttribute is called.
WsWriteEndAttribute
WsWriteEndAttribute function [Web Services for Windows]
webservices/WsWriteEndAttribute
wsw.wswriteendattribute
wsw\wswriteendattribute.htm
wsw
8747c484-19b3-46b2-beee-80b220011def
12/05/2018
WsWriteEndAttribute, WsWriteEndAttribute function [Web Services for Windows], webservices/WsWriteEndAttribute, wsw.wswriteendattribute
webservices.h
Windows
Windows 7 [desktop apps \| UWP apps]
Windows Server 2008 R2 [desktop apps \| UWP apps]
WebServices.lib
WebServices.dll
Windows
19H1
WsWriteEndAttribute
webservices/WsWriteEndAttribute
c++
APIRef
kbSyntax
DllExport
WebServices.dll
WsWriteEndAttribute

WsWriteEndAttribute function

-description

This operation finishes writing an attribute to the current element. If WsWriteStartAttribute is called the Writer does not permit another element or attribute to be written until WsWriteEndAttribute is called.

-parameters

-param writer [in]

A pointer to the WS_XML_WRITER object to which the attribute is written. The pointer must reference a valid XML Writer object.

-param error [in, optional]

A pointer to a WS_ERROR object where additional information about the error should be stored if the function fails.

-returns

This function can return one of these values.

Return code Description
E_INVALIDARG
One or more arguments are invalid.
WS_E_INVALID_OPERATION
The operation is not allowed due to the current state of the object.