Changeset 349 for pjproject/trunk/pjlib/include/pj/ioqueue.h
- Timestamp:
- Mar 22, 2006 11:49:19 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/ioqueue.h
r66 r349 327 327 * Note that asynchronous connect operation will automatically be 328 328 * cancelled during the unregistration. 329 * 330 * Also note that when I/O Completion Port backend is used, application 331 * MUST close the handle immediately after unregistering the key. This is 332 * because there is no unregistering API for IOCP. The only way to 333 * unregister the handle from IOCP is to close the handle. 329 334 * 330 335 * @param key The key that was previously obtained from registration.
Note: See TracChangeset
for help on using the changeset viewer.