Struct windows_sys::Win32::Devices::Geolocation::GNSS_GEOFENCE_CREATE_PARAM
#[repr(C)]pub struct GNSS_GEOFENCE_CREATE_PARAM {
pub Size: u32,
pub Version: u32,
pub AlertTypes: u32,
pub InitialState: GNSS_GEOFENCE_STATE,
pub Boundary: GNSS_GEOREGION,
pub Unused: [u8; 512],
}
Expand description
Required features: "Win32_Devices_Geolocation"
Fields§
§Size: u32
§Version: u32
§AlertTypes: u32
§InitialState: GNSS_GEOFENCE_STATE
§Boundary: GNSS_GEOREGION
§Unused: [u8; 512]