// gnssdriver.h
typedef struct {
ULONG Size;
ULONG Version;
GNSS_DRIVER_REQUEST Request;
ULONG RequestFlag;
} GNSS_DRIVER_REQUEST_DATA;
View the official Windows Driver Kit DDI referenceNo description available.
This structure contains driver data request information.
SizeStructure size.
VersionVersion number.
RequestThe type of request made by the driver.
Represented by the GNSS_DRIVER_REQUEST enumeration.
RequestFlagAdditional flags along with this information.
Based on certain rules, the HLOS will provide data to the GNSS driver. However, during specific times, if the GNSS driver determines that it needs data it can request it without waiting for the HLOS to send it in its normal operation.