Skip to content

Latest commit

 

History

History
69 lines (58 loc) · 1.91 KB

ns-webservices-ws_xml_reader_buffer_input.md

File metadata and controls

69 lines (58 loc) · 1.91 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
NS:webservices._WS_XML_READER_BUFFER_INPUT
WS_XML_READER_BUFFER_INPUT (webservices.h)
Specifies that the source of the xml input is a buffer.
WS_XML_READER_BUFFER_INPUT
WS_XML_READER_BUFFER_INPUT structure [Web Services for Windows]
webservices/WS_XML_READER_BUFFER_INPUT
wsw.ws_xml_reader_buffer_input
wsw\ws_xml_reader_buffer_input.htm
wsw
86277c29-d42f-4b6a-ba33-b836bef284e7
12/05/2018
WS_XML_READER_BUFFER_INPUT, WS_XML_READER_BUFFER_INPUT structure [Web Services for Windows], webservices/WS_XML_READER_BUFFER_INPUT, wsw.ws_xml_reader_buffer_input
webservices.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Windows
WS_XML_READER_BUFFER_INPUT
19H1
_WS_XML_READER_BUFFER_INPUT
webservices/_WS_XML_READER_BUFFER_INPUT
WS_XML_READER_BUFFER_INPUT
webservices/WS_XML_READER_BUFFER_INPUT
c++
APIRef
kbSyntax
HeaderDef
WebServices.h
WS_XML_READER_BUFFER_INPUT

WS_XML_READER_BUFFER_INPUT structure

-description

Specifies that the source of the xml input is a buffer.

-struct-fields

-field input

The base type for all types that derive from WS_XML_READER_INPUT.

-field encodedData

A pointer to the bytes of data that comprise the encoded form of the xml. The reader will not modify any of these bytes.

-field encodedDataSize

The length of the encodedData.