IOCTL_GNSS_STOP_BREADCRUMBING IOCTL (gnssdriver.h)
The IOCTL_GNSS_STOP_BREADCRUMBING control code is used to stop breadcrumbing.
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