Overlapped I/O

id: overlapped-i-o-263-13798528
title: Overlapped I/O
text: Overlapped I/O is a name used for asynchronous I/O in the Windows API. It was introduced as an extension to the API in Windows NT. Utilizing overlapped I/O requires passing an OVERLAPPED structure to API functions that normally block, including ReadFile, WriteFile, and Winsock's WSASend and WSARecv. The requested operation is initiated by a function call which returns immediately, and is completed by the OS in the background. The caller may optionally specify a Win32 event handle to be raised wh
brand slug: wiki
category slug: encyclopedia
description:
original url: https://en.wikipedia.org/wiki/Overlapped_I/O
date created:
date modified: 2023-11-09T09:33:17Z
main entity: {"identifier":"Q7113762","url":"https://www.wikidata.org/entity/Q7113762"}
image:
fields total: 13
integrity: 13

Related Entries

Explore Next Part