GNSS_SUPL_CERT_ACTION - NtDoc

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

typedef enum {
  GNSS_Supl_Cert_Inject,
  GNSS_Supl_Cert_Delete,
  GNSS_Supl_Cert_Purge
} GNSS_SUPL_CERT_ACTION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

GNSS_SUPL_CERT_ACTION enumeration

Description

This enumeration indicates the action to take upon receipt of the SUPL certificate, which is defined by the GNSS_SUPL_CERT_CONFIG structure.

Constants

GNSS_Supl_Cert_Inject

Indicates that the certificate should be injected.

GNSS_Supl_Cert_Delete

Indicates that the certificate specified by the SuplCertName member of the GNSS_SUPL_CERT_CONFIG structure should be deleted.

GNSS_Supl_Cert_Purge

Indicates that all certificates previously injected into the GNSS driver should be deleted.