Struct windows_sys::Win32::Devices::Bluetooth::SDP_ELEMENT_DATA
#[repr(C)]pub struct SDP_ELEMENT_DATA {
pub type: SDP_TYPE,
pub specificType: SDP_SPECIFICTYPE,
pub data: SDP_ELEMENT_DATA_0,
}Expand description
Required features: "Win32_Devices_Bluetooth"
Fields§
§type: SDP_TYPE§specificType: SDP_SPECIFICTYPE§data: SDP_ELEMENT_DATA_0