Struct windows_sys::Win32::Networking::WindowsWebServices::WS_FAULT
#[repr(C)]pub struct WS_FAULT {
pub code: *mut WS_FAULT_CODE,
pub reasons: *mut WS_FAULT_REASON,
pub reasonCount: u32,
pub actor: WS_STRING,
pub node: WS_STRING,
pub detail: *mut WS_XML_BUFFER,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
, "Win32_Foundation"
Fields§
§code: *mut WS_FAULT_CODE
§reasons: *mut WS_FAULT_REASON
§reasonCount: u32
§actor: WS_STRING
§node: WS_STRING
§detail: *mut WS_XML_BUFFER