#[repr(C)]pub struct WSD_PROBE_MATCH {
pub EndpointReference: *mut WSD_ENDPOINT_REFERENCE,
pub Types: *mut WSD_NAME_LIST,
pub Scopes: *mut WSD_SCOPES,
pub XAddrs: *mut WSD_URI_LIST,
pub MetadataVersion: u64,
pub Any: *mut WSDXML_ELEMENT,
}Expand description
Required features: ‘Win32_Devices_WebServicesOnDevices’, ‘Win32_Foundation’
Fields
EndpointReference: *mut WSD_ENDPOINT_REFERENCETypes: *mut WSD_NAME_LISTScopes: *mut WSD_SCOPESXAddrs: *mut WSD_URI_LISTMetadataVersion: u64Any: *mut WSDXML_ELEMENT