IOCTL_GNSS_POP_BREADCRUMBS IOCTL (gnssdriver.h)
The IOCTL_GNSS_POP_BREADCRUMBS control code is used to request a list of breadcrumbs contained in GNSS_BREADCRUMB_LIST.
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.
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