// gnssdriver.h
typedef struct {
ULONG Size;
ULONG Version;
ULONG GeofenceID;
BYTE Unused[512];
} GNSS_GEOFENCE_DELETE_PARAM, *PGNSS_GEOFENCE_DELETE_PARAM;
View the official Windows Driver Kit DDI referenceNo description available.
The GNSS_GEOFENCE_DELETE_PARAM structure is used for deleting a geofence.
SizeStructure size.
VersionVersion number.
GeofenceIDThe ID of the geofence.
This ID was generated by the GNSS engine during creation of the geofence. Once deleted, the ID can be recycled by the GNSS engine and assigned to a newly created geofence.
UnusedPadding buffer reserved for future use.