// gnssdriver.h
typedef struct {
ULONG Size;
ULONG Version;
WCHAR RequestorId[MAX_PATH];
} GNSS_V2UPL_NI_INFO, *PGNSS_V2UPL_NI_INFO;
View the official Windows Driver Kit DDI referenceNo description available.
The GNSS_V2UPL_NI_INFO structure contains V2UPL NI information.
SizeStructure size.
VersionVersion number.
RequestorIdRequestor ID.
This will be displayed on the notification dialog to the user. The GNSS driver must provide a UNICODE string that is decoded per the encoding scheme required by the mobile operator.