// gnssdriver.h
// CTL_CODE(0x0022, 0x071, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_GNSS_STOP_BREADCRUMBING 0x002201C4
View the official Windows Driver Kit DDI referenceNo description available.
The IOCTL_GNSS_STOP_BREADCRUMBING control code is used to stop breadcrumbing.
Pointer to the input buffer.
Size of the input buffer.
Pointer to the output buffer.
Size of the output buffer.
Irp->IoStatus.Status is set to STATUS_SUCCESS if the request is successful. Otherwise, Status to the appropriate error condition as a NTSTATUS code.
Creating IOCTL Requests in Drivers
WdfIoTargetSendInternalIoctlOthersSynchronously
WdfIoTargetSendInternalIoctlSynchronously
WdfIoTargetSendIoctlSynchronously