Struct windows_sys::Win32::Devices::Geolocation::GNSS_PLATFORM_CAPABILITY
#[repr(C)]pub struct GNSS_PLATFORM_CAPABILITY {
pub Size: u32,
pub Version: u32,
pub SupportAgnssInjection: BOOL,
pub AgnssFormatSupported: u32,
pub Unused: [u8; 516],
}Expand description
Required features: "Win32_Devices_Geolocation", "Win32_Foundation"
Fields§
§Size: u32§Version: u32§SupportAgnssInjection: BOOL§AgnssFormatSupported: u32§Unused: [u8; 516]