Struct windows_sys::Win32::Devices::WebServicesOnDevices::WSD_SOAP_FAULT
#[repr(C)]pub struct WSD_SOAP_FAULT {
pub Code: *mut WSD_SOAP_FAULT_CODE,
pub Reason: *mut WSD_SOAP_FAULT_REASON,
pub Node: PCWSTR,
pub Role: PCWSTR,
pub Detail: *mut WSDXML_ELEMENT,
}
Expand description
Required features: "Win32_Devices_WebServicesOnDevices"
Fields§
§Code: *mut WSD_SOAP_FAULT_CODE
§Reason: *mut WSD_SOAP_FAULT_REASON
§Node: PCWSTR
§Role: PCWSTR
§Detail: *mut WSDXML_ELEMENT