// gnssdriver.h
typedef struct {
ULONG Size;
ULONG Version;
GNSS_AGNSS_REQUEST_TYPE RequestType;
ULONG BlobFormat;
} GNSS_AGNSS_REQUEST_PARAM, *PGNSS_AGNSS_REQUEST_PARAM;
View the official Windows Driver Kit DDI referenceNo description available.
This structure defines AGNSS request parameters.
SizeStructure size.
VersionVersion number.
RequestTypeSpecifies the type of the request (for example, time injection, blob injection).
BlobFormatIf the RequestType is GNSS_AGNSS_BlobInjection, this contains the required blob format.