CancelIo (KERNEL32.@)
BOOL CancelIo ( HANDLE handle )
Cancels pending I/O operations initiated by the current thread on a file.
handle | [In] | File handle. |
Success: TRUE.
Failure: FALSE, check GetLastError.
Defined in "winbase.h".
Implemented in "dlls/kernel/file.c". source.winehq.org/source/dlls/kernel/file.c
Debug channel "file".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.