GNSS_GEOREGION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// gnssdriver.h

typedef struct {
  ULONG              Size;
  ULONG              Version;
  GNSS_GEOREGIONTYPE GeoRegionType;
  union {
    GNSS_GEOREGION_CIRCLE Circle;
    BYTE                  Unused[512];
  };
} GNSS_GEOREGION, *PGNSS_GEOREGION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The GNSS_GEOREGION structure defines the geographical shape of a geofence.

Members

Size

Structure size.

Version

Version number.

GeoRegionType

GNSS_GEOREGIONTYPE enumeration that defines the georegion type of a geofence.

Circle

GNSS_GEOREGION_CIRCLE structure that defines a circular geofence.

Unused

Padding buffer reserved for future use.

Remarks

A geographical shape is used to define a geofence. Windows 10 currently supports only circular geofences.