#[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: u32Version: u32SupportAgnssInjection: BOOLAgnssFormatSupported: u32Unused: [u8; 516]