GNSS_CP_NI_INFO structure (gnssdriver.h)
The GNSS_CP_NI_INFO structure contains CP NI information.
Syntax
typedef struct {
ULONG Size;
ULONG Version;
WCHAR RequestorId[MAX_PATH];
WCHAR NotificationText[MAX_PATH];
} GNSS_CP_NI_INFO, *PGNSS_CP_NI_INFO;
Members
Size
Structure size.
Version
Version number.
RequestorId[MAX_PATH]
Requestor 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.
NotificationText[MAX_PATH]
Name of the client that requests the location of the device.
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.
Requirements
Requirement | Value |
---|---|
Header | gnssdriver.h (include Gnssdriver.h) |