NAME

CancelIo  (KERNEL32.@)

SYNOPSIS

 BOOL CancelIo
 (
  HANDLE handle
 )

DESCRIPTION

Cancels pending I/O operations initiated by the current thread on a file.

PARAMS

handle [In] File handle.

RETURNS

Success: TRUE.

Failure: FALSE, check GetLastError.

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel32/file.c". source.winehq.org/source/dlls/kernel32/file.c

Debug channel "file".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.