Windows Via C/C++
flyinf_guo
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Chapter 3: Kernel Objects
OverviewWe begin our understanding of the Microsoft Windows application programming interface (API) by examining kernel objects and their handles. This chapter covers relatively abstract concepts— I'm not going to discuss the particulars of any specific原创 2010-06-30 09:01:00 · 750 阅读 · 1 评论 -
Sharing Kernel Objects Across Process Boundaries
Sharing Kernel Objects Across Process Boundaries在个进程边界之间共享内核对象。Frequently, threads running in different processes need to share kernel objects. Here are some of the reasons why:线程在运行时经常需要共享内核对象,原因有一下几点:File-mapping objects allow you to share blocks翻译 2010-07-05 13:22:00 · 903 阅读 · 1 评论
分享