На главную

On-line справка по Win32 API

Написать письмо
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО!
Список всех статей A-B-C-D-E-F-G-H-I-J-K-L-M-N-O-P-Q-R-S-T-U-V-W-X-Y-Z | Скачать Вниз

CancelIO



[New - Windows NT]
The CancelIO function cancels all pending input and output (I/O) operations that were issued by the calling thread for the specified file handle. The function does not cancel I/O operations issued for the file handle by other threads.

BOOL CancelIO(

HANDLE hFile // file handle for which to cancel I/O
);


Parameters

hFile

Handle to a file. The function cancels all pending I/O operations for this file handle.



Return Values

If the function succeeds, the return value is nonzero All pending I/O operations issued by the calling thread for the file handle were successfully canceled.
If the function fails, the return value is zero. To get extended error information, call GetLastError.

Remarks

If there are any I/O operations in progress for the specified file handle, and they were issued by the calling thread, the CancelIO function cancels them.
Note that the I/O operations must have been issued as overlapped I/O. If they were not, the I/O operations would not have returned to allow the thread to call the CancelIO function. Calling the CancelIO function with a file handle that was not opened with FILE_FLAG_OVERLAPPED does nothing.
All I/O operations that are canceled will complete with the error ERROR_OPERATION_ABORTED. All completion notifications for the I/O operations will occur normally.

See Also

CreateFile, DeviceIoControl, LockFileEx, ReadDirectoryChangesW, ReadFile, ReadFileEx, WriteFile, WriteFileEx


Пригласи друзей и счет твоего мобильника всегда будет положительным!
Предыдущая статья
 
Сайт Народ.Ру Интернет
Следующая статья
Пригласи друзей и счет твоего мобильника всегда будет положительным!

CancelIO



[Новый - Windows NT]
Функция CancelIO отменяет весь незаконченный вклад и выход (В/В) действия, которые были выпущены вызовом резьбы для определенной файловой ручки. Функция не отменяет действия В/В выпущенные для файловой ручки другой резьбой.

BOOL CancelIO(

ФАЙЛОВАЯ ручка РУЧКИ hFile // для которых, чтобы отменять В/В
);


Параметры

hFile

Прооперируйте файл. Функция отменяет все незаконченные действия В/В для этой файловой ручки.



Обратные Величины

Если функция добивается успеха, обратная величина является ненулевыми Всеми незаконченными действиями В/В выпущенными вызовом резьбы для файловой ручки успешно были отменены.
Если функция терпит неудачу, обратная величина нулевая. Для того, чтобы расширять информацию ошибки, назовите GetLastError.

Замечания

Если есть любые операции В/В в процессе развития для определенной файловой ручки, и они были выпущены вызовом резьбы, функция CancelIO отменяет ее.
Отметьте, что операции В/В по-видимому выпущены как перекрыто В/В. Если они были нет, операции В/В не захотят возвращались, чтобы допускать резьбу, чтобы называть функцию CancelIO. Вызывая функцию CancelIO с файловой ручкой, что не был открыт FILE_FLAG_OVERLAPPED делает ничто.
Все операции В/В, которые отменены, кончит с ошибкой ERROR_OPERATION_ABORTED. Все уведомления завершения для операций В/В произойдет нормально.

Смотри Также

CreateFile, DeviceIoControl, LockFileEx, ReadDirectoryChangesW, ReadFile, ReadFileEx, WriteFile, WriteFileEx


Вверх Version 1.3, Oct 26 2010 © 2007, 2010, mrhx Вверх
 mrhx software  Русский перевод OpenGL  Русский перевод Win32 API
 
Используются технологии uCoz