GNSS_NI_NOTIFICATION_TYPE - NtDoc

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

typedef enum {
  GNSS_NI_NoNotifyNoVerify,
  GNSS_NI_NotifyOnly,
  GNSS_NI_NotifyVerifyDefaultAllow,
  GNSS_NI_NotifyVerifyDefaultNotAllow,
  GNSS_NI_PrivacyOverride
} GNSS_NI_NOTIFICATION_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-gnssdriver-gnss_ni_notification_type)

GNSS_NI_NOTIFICATION_TYPE enumeration

Description

GNSS_NI_NOTIFICATION_TYPE enumerates network-initialized (NI) notification types.

Constants

GNSS_NI_NoNotifyNoVerify

No notification and no verification.

GNSS_NI_NotifyOnly

Notification only.

GNSS_NI_NotifyVerifyDefaultAllow

Notification and verification allowed on no answer.

GNSS_NI_NotifyVerifyDefaultNotAllow

Notification and verification denied on no answer.

GNSS_NI_PrivacyOverride

Privacy override.

This is used for preventing notification and verification without leaving any traces of a performed position fix or position fix attempt.