Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Returns the current position of the reader. This can only be used on a reader that is set to an XmlBuffer.
Syntax
HRESULT WsGetReaderPosition(
[in] WS_XML_READER *reader,
[out] WS_XML_NODE_POSITION *nodePosition,
[in, optional] WS_ERROR *error
);
Parameters
[in] reader
The reader for which the current position will be obtained.
[out] nodePosition
The current position of the reader.
[in, optional] error
Specifies where additional error information should be stored if the function fails.
Return value
This function can return one of these values.
| Return code | Description |
|---|---|
|
One or more arguments are invalid. |
Remarks
See WS_XML_NODE_POSITION for more information on using positions.
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 |