// gnssdriver.h
// CTL_CODE(0x0022, 0x070, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_GNSS_START_BREADCRUMBING 0x002201C0
View the official Windows Driver Kit DDI referenceNo description available.
The IOCTL_GNSS_START_BREADCRUMBING control code is used to start and configure 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