WS_XML_WRITER_STREAM_OUTPUT structure
Specifies that the generated bytes should be sent to callback.
Syntax
struct WS_XML_WRITER_STREAM_OUTPUT { WS_XML_WRITER_OUTPUT output; WS_WRITE_CALLBACK writeCallback; void* writeCallbackState; };
Members
- output
-
The base type for all types that derive from WS_XML_WRITER_OUTPUT.
- writeCallback
-
A callback that will get invoked when WsFlushWriter is called. This may not be NULL.
- writeCallbackState
-
User-defined data that will be passed to the writeCallback.
Requirements
|
Minimum supported client | Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
Community Additions
ADD
Show: