文件名称:AsyncFileDemo
- 所属分类:
- 进程与线程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 28kb
- 下载次数:
- 0次
- 提 供 者:
- rab***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
AsyncFilwhen
we need asynchronous behaviour or parallelism we create threads. The asynchronous file I/O APIs allows us to leverage the asynchronous behaviour without introducing threads. So we can issue ReadFileEx or WriteFileEx and perform other operations. Then finally when the application needs the result of I/O, it can check the status of asynchronous operation with the help of some APIs which we will discuss shortly. The file should be opened with FILE_FLAG_OVERLAPPED for using the asynchronous APIs.eDemo
we need asynchronous behaviour or parallelism we create threads. The asynchronous file I/O APIs allows us to leverage the asynchronous behaviour without introducing threads. So we can issue ReadFileEx or WriteFileEx and perform other operations. Then finally when the application needs the result of I/O, it can check the status of asynchronous operation with the help of some APIs which we will discuss shortly. The file should be opened with FILE_FLAG_OVERLAPPED for using the asynchronous APIs.eDemo
相关搜索: readfileex
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AsyncFileDemo\AsyncFile.cpp
.............\AsyncFile.h
.............\AsyncFileDemo.clw
.............\AsyncFileDemo.cpp
.............\AsyncFileDemo.dsp
.............\AsyncFileDemo.dsw
.............\AsyncFileDemo.h
.............\AsyncFileDemo.rc
.............\AsyncFileDemo.sln
.............\AsyncFileDemo.suo
.............\AsyncFileDemo.vcxproj
.............\AsyncFileDemoDlg.cpp
.............\AsyncFileDemoDlg.h
.............\CopyHandler.cpp
.............\CopyHandler.h
.............\ReadMe.txt
.............\res
.............\...\AsyncFileDemo.ico
.............\...\AsyncFileDemo.rc2
.............\resource.h
.............\StdAfx.cpp
.............\StdAfx.h
.............\AsyncFile.h
.............\AsyncFileDemo.clw
.............\AsyncFileDemo.cpp
.............\AsyncFileDemo.dsp
.............\AsyncFileDemo.dsw
.............\AsyncFileDemo.h
.............\AsyncFileDemo.rc
.............\AsyncFileDemo.sln
.............\AsyncFileDemo.suo
.............\AsyncFileDemo.vcxproj
.............\AsyncFileDemoDlg.cpp
.............\AsyncFileDemoDlg.h
.............\CopyHandler.cpp
.............\CopyHandler.h
.............\ReadMe.txt
.............\res
.............\...\AsyncFileDemo.ico
.............\...\AsyncFileDemo.rc2
.............\resource.h
.............\StdAfx.cpp
.............\StdAfx.h