#[repr(C)]pub struct WS_ATTRIBUTE_DESCRIPTION {
pub attributeLocalName: *mut WS_XML_STRING,
pub attributeNs: *mut WS_XML_STRING,
pub type: WS_TYPE,
pub typeDescription: *mut c_void,
}Expand description
Required features: "Win32_Networking_WindowsWebServices", "Win32_Foundation"
Fields§
§attributeLocalName: *mut WS_XML_STRING§attributeNs: *mut WS_XML_STRING§type: WS_TYPE§typeDescription: *mut c_void