WS_XML_READER_BUFFER_INPUT structure (webservices.h)

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

Syntax

typedef struct _WS_XML_READER_BUFFER_INPUT {
  WS_XML_READER_INPUT input;
  void                *encodedData;
  ULONG               encodedDataSize;
} WS_XML_READER_BUFFER_INPUT;

Members

input

The base type for all types that derive from WS_XML_READER_INPUT.

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.

encodedDataSize

The length of the encodedData.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header webservices.h