Struct windows_sys::Win32::Devices::WebServicesOnDevices::WSDXML_NODE
#[repr(C)]pub struct WSDXML_NODE {
pub Type: i32,
pub Parent: *mut WSDXML_ELEMENT,
pub Next: *mut WSDXML_NODE,
}
Expand description
Required features: "Win32_Devices_WebServicesOnDevices"
Fields§
§Type: i32
§Parent: *mut WSDXML_ELEMENT
§Next: *mut WSDXML_NODE