Quantcast
Channel: OVERLAPPED structure – MSSQLWIKI
Viewing all articles
Browse latest Browse all 4

Asynchronous I/O example

$
0
0
How to Read file using asynchronous read operations – Overlapped I/O example Asynchronous I/O facility in windows allows an application to initiate an I/O operation and continue other operation’s while I/O completes. This will improve the performance of an application because it allows the application to do multiple operations at once. 1. FILE_FLAG_OVERLAPPED switch is […]

Viewing all articles
Browse latest Browse all 4

Trending Articles