// gnssdriver.h
typedef enum {
GNSS_NI_Request_SingleShot,
GNSS_NI_Request_AreaTrigger
} GNSS_NI_REQUEST_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
This enumeration indicates the network initiated (NI) request type represented by the GNSS_NI_REQUEST_PARAM structure.
GNSS_NI_Request_SingleShotIndicates the request type is single shot.
GNSS_NI_Request_AreaTriggerIndicates the request type is tracking.