The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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 |
|
Community Additions
Show: