IOCTL_GNSS_START_BREADCRUMBING IOCTL (gnssdriver.h)

The IOCTL_GNSS_START_BREADCRUMBING control code is used to start and configure breadcrumbing.

Major code

IRP_MJ_DEVICE_CONTROL

Input buffer

Pointer to the input buffer.

Input buffer length

Size of the input buffer.

Output buffer

Pointer to the output buffer.

Output buffer length

Size of the output buffer.

Status block

Irp->IoStatus.Status is set to STATUS_SUCCESS if the request is successful. Otherwise, Status to the appropriate error condition as a NTSTATUS code.

Requirements

Requirement Value
Header gnssdriver.h

See also

Creating IOCTL Requests in Drivers

WdfIoTargetSendInternalIoctlOthersSynchronously

WdfIoTargetSendInternalIoctlSynchronously

WdfIoTargetSendIoctlSynchronously