// gnssdriver.h
typedef struct {
ULONG Size;
ULONG Version;
BOOL SupportAgnssInjection;
ULONG AgnssFormatSupported;
BYTE Unused[516];
} GNSS_PLATFORM_CAPABILITY, *PGNSS_PLATFORM_CAPABILITY;
View the official Windows Driver Kit DDI referenceNo description available.
The GNSS_PLATFORM_CAPABILITY structure is used to communicate the platform/HLOS capabilities to the underlying GNSS driver.
SizeStructure size.
VersionVersion number.
SupportAgnssInjectionIndicates that the platform supports AGNSS injection via the location platform.
AgnssFormatSupportedSpecifies a bitmask containing the different AGNSS formats (GNSS_AGNSSFORMAT_*) that the GNSS driver or device supports.
UnusedPadding buffer reserved for future use.
This is a list of individual capability support of the GNSS adapter. The platform capability is represented in the same way as the device capabilities are represented.