WS_XML_READER_STREAM_INPUT structure

Specifies that the source of the xml should be obtained from a callback.

Syntax


struct WS_XML_READER_STREAM_INPUT {
  WS_XML_READER_INPUT input;
  WS_READ_CALLBACK    readCallback;
  void*               readCallbackState;
};

Members

input

The base type for all types that derive from WS_XML_READER_INPUT.

readCallback

A callback that is invoked when WsFillReader is called.

readCallbackState

A user-defined value that will be passed back to readCallback.

Requirements

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

WebServices.h

 

 

Community Additions

ADD
Show: