// 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 referenceNo description available.
GNSS_NI_NOTIFICATION_TYPE enumerates network-initialized (NI) notification types.
GNSS_NI_NoNotifyNoVerifyNo notification and no verification.
GNSS_NI_NotifyOnlyNotification only.
GNSS_NI_NotifyVerifyDefaultAllowNotification and verification allowed on no answer.
GNSS_NI_NotifyVerifyDefaultNotAllowNotification and verification denied on no answer.
GNSS_NI_PrivacyOverridePrivacy override.
This is used for preventing notification and verification without leaving any traces of a performed position fix or position fix attempt.