#[repr(C)]pub struct WS_FIELD_DESCRIPTION {
pub mapping: WS_FIELD_MAPPING,
pub localName: *mut WS_XML_STRING,
pub ns: *mut WS_XML_STRING,
pub type: WS_TYPE,
pub typeDescription: *mut c_void,
pub offset: u32,
pub options: u32,
pub defaultValue: *mut WS_DEFAULT_VALUE,
pub countOffset: u32,
pub itemLocalName: *mut WS_XML_STRING,
pub itemNs: *mut WS_XML_STRING,
pub itemRange: *mut WS_ITEM_RANGE,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
, "Win32_Foundation"
Fields§
§mapping: WS_FIELD_MAPPING
§localName: *mut WS_XML_STRING
§ns: *mut WS_XML_STRING
§type: WS_TYPE
§typeDescription: *mut c_void
§offset: u32
§options: u32
§defaultValue: *mut WS_DEFAULT_VALUE
§countOffset: u32
§itemLocalName: *mut WS_XML_STRING
§itemNs: *mut WS_XML_STRING
§itemRange: *mut WS_ITEM_RANGE