IOCTL_GNSS_STOP_BREADCRUMBING - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// gnssdriver.h

// CTL_CODE(0x0022, 0x071, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_GNSS_STOP_BREADCRUMBING 0x002201C4
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ni-gnssdriver-ioctl_gnss_stop_breadcrumbing)

IOCTL_GNSS_STOP_BREADCRUMBING IOCTL

Description

The IOCTL_GNSS_STOP_BREADCRUMBING control code is used to stop breadcrumbing.

Parameters

Major code

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.

Input/output buffer

Input/output buffer length

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.

See also

Creating IOCTL Requests in Drivers

WdfIoTargetSendInternalIoctlOthersSynchronously

WdfIoTargetSendInternalIoctlSynchronously

WdfIoTargetSendIoctlSynchronously