GNSS_AGNSS_REQUEST_PARAM - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-gnssdriver-gnss_agnss_request_param)

GNSS_AGNSS_REQUEST_PARAM structure

Description

This structure defines AGNSS request parameters.

Members

Size

Structure size.

Version

Version number.

RequestType

Specifies the type of the request (for example, time injection, blob injection).

BlobFormat

If the RequestType is GNSS_AGNSS_BlobInjection, this contains the required blob format.