На главную

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 | Скачать Вниз

CreateIoCompletionPort



The CreateIoCompletionPort function can associate an instance of an opened file with a newly created or an existing input/output completion port; or it can create an input/output completion port without associating it with a file.

Associating an instance of an opened file with an input/output completion port lets an application receive notification of the completion of asynchronous input/output operations involving that file.

HANDLE CreateIoCompletionPort (

HANDLE FileHandle, // file handle to associate with I/O completion port
HANDLE ExistingCompletionPort, // optional handle to existing I/O completion port
DWORD CompletionKey, // per-file completion key for I/O completion packets
DWORD NumberOfConcurrentThreads // number of threads allowed to execute concurrently
);


Parameters

FileHandle

Handle to a file opened for overlapped input/output completion. You must specify the FILE_FLAG_OVERLAPPED flag when using the CreateFile function to obtain such a handle.
Once an instance of an open file is associated with an I/O completion port, it cannot be used in ReadFileEx or WriteFileEx operations.
It is best not to share such an associated file through either handle inheritance or a call to the DuplicateHandle function. Input/output operations done with such duplicate handles will generate completion notifications.

If FileHandle specifies INVALID_HANDLE_VALUE, CreateIoCompletionPort creates an input/output completion port without associating it with a file. In this case, the ExistingCompletionPort parameter must be NULL, and the CompletionKey parameter is ignored.

ExistingCompletionPort

Handle to an existing I/O completion port. This parameter can be NULL.
If this parameter is not NULL, it specifies an existing completion port that the function is to associate with the file specified by FileHandle.
If this parameter is NULL, the function creates a new input/output completion port that it associates with the specified file.

CompletionKey

Specifies a per-file completion key that will be included in every input/output completion packet for the specified file.

NumberOfConcurrentThreads

Specifies the number of threads that are allowed to execute concurrently.
If one of the threads enters a wait state, then another thread is allowed to proceed. There may be brief periods when the number of active threads exceeds the specified value, but the operating system quickly brings the number back down.
A value of 0 for this parameter tells the operating system to allow as many threads as there are processors in the system.



Return Values

If the function succeeds, the return value is the handle to the I/O completion port that is associated with the specified file. This return value is not NULL.
If the function fails, the return value is NULL. To get extended error information, call GetLastError.

Remarks

The Win32 I/O system can be instructed to send I/O completion notification packets to input/output completion ports, where they are queued up. The CreateIoCompletionPort function provides a mechanism for this.
When you perform an input/output operation with a file handle that has an associated input/output completion port, the I/O system sends a completion notification packet to the completion port when the I/O operation completes. The I/O completion port places the completion packet in a first-in-first-out queue. Use the GetQueuedCompletionStatus function to retrieve these queued I/O completion packets.

Threads in the same process can use the PostQueuedCompletionStatus function to place I/O completion notification packets in a completion port's queue. This allows you to use the port to receive communications from other threads of the process, in addition to receiving I/O completion notification packets from the Win32 I/O system.

See Also

GetQueuedCompletionStatus, PostQueuedCompletionStatus


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

CreateIoCompletionPort



Функция CreateIoCompletionPort может соединить пример открытого файла с вновь созданным или существующим вкладом/выходное завершение порта; или это может создать вклад/выходное завершение порта не соединяя это с файлом.

Коллега примера открытого файла с вкладом/выходное завершение порта позволяет прикладное уведомление приемника о завершении асинхронного вклада/выходные действия, включающие этот файл.

РУЧКА CreateIoCompletionPort (

РУЧКА FileHandle, // файл оперируются, чтобы соединяться с РУЧКОЙ порта завершения В/В ExistingCompletionPort, // дополнительная ручка в порт завершения существовать В/В DWORD CompletionKey, // за-файловый ключ завершения для пакетов завершения В/В количество DWORD NumberOfConcurrentThreads // резьбы допущенной, чтобы выполняться параллельно
);


Параметры

FileHandle

Прооперируйте файл открытый для перекрытого вклада/выходное завершение. Вы должны определить флаг FILE_FLAG_OVERLAPPED при использовании функции CreateFile, чтобы получать такую ручку.
Как только пример открытого файла будет связан портом завершения В/В, он не может быть использован в ReadFileEx или действиях WriteFileEx.
Это наилучшее не, чтобы распространять такое связавшее файл через или наследство ручки или вызов в функцию DuplicateHandle. Ввод/выходные операции удовлетворившийся такими двойными ручками сгенерирует уведомления завершения.

Если FileHandle определяет INVALID_HANDLE_VALUE, CreateIoCompletionPort создает ввод/выходное завершение порта не соединяя это с файлом. В этом случае, параметр ExistingCompletionPort должен быть НЕДЕЙСТВИТЕЛЕН, и параметр CompletionKey проигнорирован.

ExistingCompletionPort

Прооперируйте существующий порт завершения В/В. Этот параметр может быть НЕДЕЙСТВИТЕЛЕН.
Если этот параметр не НЕДЕЙСТВИТЕЛЕН, он определяет существующий порт завершения, что функция должна соединяться с файлом определенным FileHandle.
Если этот параметр НЕДЕЙСТВИТЕЛЕН, функция создает новый ввод/выходное завершение порта, который она соединяет с определенным файлом.

CompletionKey

Определяет per-файловую клавишу завершения, которая будет включена на каждый ввод/выходное завершение пакета для определенного файла.

NumberOfConcurrentThreads

Определяет количество резьбы, которая позволена выполняться параллельно.
Если один из вводов резьбы состояние ожидания, тогда другая резьба позволена приступать. Может быть краткими периодами когда количество активной резьбы превышает определенную величину, но операционная система быстро снижает число.
Величина 0 для этого параметра сообщает операционную систему, чтобы допускать столько резьбы сколько есть процессоры в системе.



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

Если функция добивается успеха, обратная величина является ручкой в порт завершения В/В, что связан определенным файлом. Эта обратная величина не НЕДЕЙСТВИТЕЛЬНА.
Если функция терпит неудачу, обратная величина НЕДЕЙСТВИТЕЛЬНА. Для того, чтобы расширять информацию ошибки, назовите GetLastError.

Замечания

Система Win32 В/В может быть указана, чтобы посылать пакеты уведомления завершения В/В на ввод/выходное завершение портов, где они поставлены в очередь по. Функция CreateIoCompletionPort обеспечивает механизм для этого.
Когда Вы выполняете ввод/выходная операция с файловой ручкой, которая имеет связанный ввод/выходное завершение порта, система В/В посылает пакет уведомления завершения в порт завершения когда операция В/В завершается. Порт завершения В/В устанавливает пакет завершения в сначала-в-сначала- очереди. Используйте функцию GetQueuedCompletionStatus, чтобы извлекать эти поставившие в очередь пакеты завершения В/В.

Резьба в том же процессе может использовать функцию PostQueuedCompletionStatus, чтобы устанавливать пакеты уведомления завершения В/В в очереди порта завершения. Это позволяет Вам, чтобы использовать порт, чтобы получать связь из другой резьбы процесса, дополнительно к пакетам уведомления получающего завершения В/В из системы Win32 В/В.

Смотри Также

GetQueuedCompletionStatus, PostQueuedCompletionStatus


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