Skip to content

Latest commit

 

History

History
105 lines (86 loc) · 3.01 KB

nf-webservices-wsendreadercanonicalization.md

File metadata and controls

105 lines (86 loc) · 3.01 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.WsEndReaderCanonicalization
WsEndReaderCanonicalization function (webservices.h)
This function stops XML canonicalization started by a preceding WsStartReaderCanonicalization function call. Any remaining canonical bytes buffered by the reader will be written to the callback function.
WsEndReaderCanonicalization
WsEndReaderCanonicalization function [Web Services for Windows]
webservices/WsEndReaderCanonicalization
wsw.wsendreadercanonicalization
wsw\wsendreadercanonicalization.htm
wsw
5cacad47-8581-4713-96cb-3b3a863e6327
12/05/2018
WsEndReaderCanonicalization, WsEndReaderCanonicalization function [Web Services for Windows], webservices/WsEndReaderCanonicalization, wsw.wsendreadercanonicalization
webservices.h
Windows
Windows 7 [desktop apps \| UWP apps]
Windows Server 2008 R2 [desktop apps \| UWP apps]
WebServices.lib
WebServices.dll
Windows
19H1
WsEndReaderCanonicalization
webservices/WsEndReaderCanonicalization
c++
APIRef
kbSyntax
DllExport
WebServices.dll
WsEndReaderCanonicalization

WsEndReaderCanonicalization function

-description

This function stops XML canonicalization started by a preceding WsStartReaderCanonicalization function call.

Any remaining canonical bytes buffered by the reader will be written to the callback function.

-parameters

-param reader [in]

A pointer to the XML reader on which canonicalization should be stopped.

-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.

-remarks

WsEndReaderCanonicalization must be called at the same depth at which WsStartReaderCanonicalization was called.

It is not necessary to call WsEndReaderCanonicalization in order to call WsFreeReader.