Struct windows_sys::Win32::Devices::WebServicesOnDevices::WSD_EVENT
#[repr(C)]pub struct WSD_EVENT {
pub Hr: HRESULT,
pub EventType: u32,
pub DispatchTag: PWSTR,
pub HandlerContext: WSD_HANDLER_CONTEXT,
pub Soap: *mut WSD_SOAP_MESSAGE,
pub Operation: *mut WSD_OPERATION,
pub MessageParameters: IWSDMessageParameters,
}Expand description
Required features: "Win32_Devices_WebServicesOnDevices"
Fields§
§Hr: HRESULT§EventType: u32§DispatchTag: PWSTR§HandlerContext: WSD_HANDLER_CONTEXT§Soap: *mut WSD_SOAP_MESSAGE§Operation: *mut WSD_OPERATION§MessageParameters: IWSDMessageParameters