#[repr(C)]pub struct WS_XML_READER_STREAM_INPUT {
pub input: WS_XML_READER_INPUT,
pub readCallback: WS_READ_CALLBACK,
pub readCallbackState: *mut c_void,
}Expand description
Required features: ‘Win32_Networking_WindowsWebServices’
Fields
input: WS_XML_READER_INPUTreadCallback: WS_READ_CALLBACKreadCallbackState: *mut c_void