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’, ‘Win32_Foundation’
Fields
Type: i32Parent: *mut WSDXML_ELEMENTNext: *mut WSDXML_NODE