WsReadEndElement function (webservices.h)

This function ensures that the current Reader node is an End element and advances the reader to the next node.

If the Reader is not positioned on an End element when the function is called it will skip whitespace attempting to find one. If after skipping whitespace it is not positioned on an End element it returns a WS_E_INVALID_FORMAT exception.

(See Windows Web Services Return Values.)

Syntax

HRESULT WsReadEndElement(
  [in]           WS_XML_READER *reader,
  [in, optional] WS_ERROR      *error
);

Parameters

[in] reader

A pointer to the XML Reader that is reads the End element. The pointer must reference a valid WS_XML_READER object.

[in, optional] error

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

Return value

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

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

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 R2 [desktop apps | UWP apps]
Target Platform Windows
Header webservices.h
Library WebServices.lib
DLL WebServices.dll