GNSS_NI_REQUEST_TYPE - NtDoc

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

typedef enum {
  GNSS_NI_Request_SingleShot,
  GNSS_NI_Request_AreaTrigger
} GNSS_NI_REQUEST_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

GNSS_NI_REQUEST_TYPE enumeration

Description

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

Constants

GNSS_NI_Request_SingleShot

Indicates the request type is single shot.

GNSS_NI_Request_AreaTrigger

Indicates the request type is tracking.