WsReadStartElement function
Calling this function advances the reader past a start element skipping any whitespace. After parsing if the Reader is not positioned on a start element it will return aWS_E_INVALID_FORMAT exception. (See Windows Web Services Return Values.)
Syntax
HRESULT WINAPI WsReadStartElement( _In_ WS_XML_READER* reader, _In_opt_ WS_ERROR* error );
Parameters
- reader [in]
-
A pointer to the XML Reader object used to read the Start element.
- error [in, optional]
-
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 |
|---|---|
|
The input data was not in the expected format or did not have the expected value. |
|
A quota was exceeded. |
Remarks
This function can fail for any of the reasons listed in WsReadNode.
Requirements
|
Minimum supported client | Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
|
DLL |
|