#[repr(C)]pub struct GNSS_GEOFENCE_CREATE_RESPONSE {
pub Size: u32,
pub Version: u32,
pub CreationStatus: NTSTATUS,
pub GeofenceID: u32,
pub Unused: [u8; 512],
}
Expand description
Required features: "Win32_Devices_Geolocation"
, "Win32_Foundation"
Fields§
§Size: u32
§Version: u32
§CreationStatus: NTSTATUS
§GeofenceID: u32
§Unused: [u8; 512]