IOCTL_GNSS_POP_BREADCRUMBS - NtDoc

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

// CTL_CODE(0x0022, 0x073, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_GNSS_POP_BREADCRUMBS 0x002201CC
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

IOCTL_GNSS_POP_BREADCRUMBS IOCTL

Description

The IOCTL_GNSS_POP_BREADCRUMBS control code is used to request a list of breadcrumbs contained in GNSS_BREADCRUMB_LIST.

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