IOCTL_CANCEL_READ (Windows Embedded CE 6.0)

1/6/2010

This IOCTL allows a pending ReadFile to be canceled.

Parameters

None.

Remarks

An application uses this IOCTL when it exits. Note that the cancel request is persistent; that is, if the application is not already in ReadFile, the next attempt to ReadFile will return 0 byte read.

Requirements

Header ntddndis.h, nuiouser.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Network Driver IOCTLs
DeviceIoControl

Other Resources

CreateFile
ReadFile