// gnssdriver.h
// CTL_CODE(0x0022, 0x048, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_GNSS_SET_V2UPL_CONFIG 0x00220120
View the official Windows Driver Kit DDI referenceNo description available.
The IOCTL_GNSS_SET_V2UPL_CONFIG control code is used by the GNSS adapter to set configuration for v2 user plane location for CDMA, which consist of the MPC address, and in testing mode, potentially the PDE address.
A pointer to a GNSS_V2UPL_CONFIG structure.
Set to sizeof(GNSS_V2UPL_CONFIG).
Set to NULL.
Set to 0.
Irp->IoStatus.Status is set to STATUS_SUCCESS if the request is successful. Otherwise, Status to the appropriate error condition as a NTSTATUS code.
The driver sets one of the following NTSTATUS values to indicate the result.
Creating IOCTL Requests in Drivers
WdfIoTargetSendInternalIoctlOthersSynchronously
WdfIoTargetSendInternalIoctlSynchronously
WdfIoTargetSendIoctlSynchronously