GNSS_NI_PLANE_TYPE - NtDoc

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

typedef enum {
  GNSS_NI_SUPL,
  GNSS_NI_CP,
  GNSS_NI_V2UPL
} GNSS_NI_PLANE_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

GNSS_NI_PLANE_TYPE enumeration

Description

This enumeration indicates the plane type of a network initiated (NI) request represented by the GNSS_NI_REQUEST_PARAM structure.

Constants

GNSS_NI_SUPL

Indicates the plane type of the request is SUPL.

GNSS_NI_CP

Indicates the plane type of the request is CP.

GNSS_NI_V2UPL

Indicates plane type of the request is V2UPL.