Introduction - If you have any usage issues, please Google them yourself
The AsyncIO sample (also called the "PDC" sample) is a character-mode program for searching the files in a directory tree for a match against a pattern. It uses multiple threads, with each thread processing one file at a time, accumulating its matches. When each thread finishes searching a file, the thread sends the matches contiguously to a standard output.
Packet : 85375542sdk_winbase_io_asyncio.rar filelist
sdk_winbase_io_asyncio\MAKEFILE
sdk_winbase_io_asyncio\PDC.C
sdk_winbase_io_asyncio\pdc.dsp
sdk_winbase_io_asyncio\PDC.H
sdk_winbase_io_asyncio\README.TXT
sdk_winbase_io_asyncio