GNSS_GEOFENCE_DELETE_PARAM - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-gnssdriver-gnss_geofence_delete_param)

Description

The GNSS_GEOFENCE_DELETE_PARAM structure is used for deleting a geofence.

Members

Size

Structure size.

Version

Version number.

GeofenceID

The 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.

Unused

Padding buffer reserved for future use.