Skip to content

Latest commit

 

History

History
106 lines (89 loc) · 2.54 KB

nf-webservices-wsskipnode.md

File metadata and controls

106 lines (89 loc) · 2.54 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.WsSkipNode
WsSkipNode function (webservices.h)
Advances the reader in the input stream.
WsSkipNode
WsSkipNode function [Web Services for Windows]
webservices/WsSkipNode
wsw.wsskipnode
wsw\wsskipnode.htm
wsw
90eda6f1-dda2-4595-90f5-029768278f5b
12/05/2018
WsSkipNode, WsSkipNode function [Web Services for Windows], webservices/WsSkipNode, wsw.wsskipnode
webservices.h
Windows
Windows 7 [desktop apps \| UWP apps]
Windows Server 2008 R2 [desktop apps \| UWP apps]
WebServices.lib
WebServices.dll
Windows
19H1
WsSkipNode
webservices/WsSkipNode
c++
APIRef
kbSyntax
DllExport
WebServices.dll
WsSkipNode

WsSkipNode function

-description

Advances the reader in the input stream. If the current node is an element, all of the children of that element are skipped, and the reader is positioned on the node following its end element. Otherwise, the reader is positioned on the next node in the same manner as WsReadNode.

-parameters

-param reader [in]

The reader which is to skip to the next node.

-param error [in, optional]

Specifies where additional error information should be stored if the function fails.

-returns

This function can return one of these values.

Return code Description
WS_E_INVALID_FORMAT
The input data was not in the expected format or did not have the expected value.
WS_E_QUOTA_EXCEEDED
A quota was exceeded.

-remarks

If there is an error parsing the input, the function will return WS_E_INVALID_FORMAT. (See Windows Web Services Return Values.)

This function can fail for any of the reasons listed in WsReadNode.