Windows 系列 -- 规划

一、简介

该系列将作为 Windows via C/C++ (第五版)的索引,大致可分为以下几类:

  • Windows 内核对象:重中之重。
  • Windows 开发通识: 一些常识,比如: 进程,线程,设备等。
  • Windows 技术设施: 一些便捷接口,比如:可提醒 IO 提供的 QueueForAPC 机制。

二、规划

  • 设备IO
  • Windows 消息

三、体会

Windows Job: 管理,监听当前 Process 及其 Child Process。无论是业务开发,还是日常 Debug (配合IOCP),真好用。
Windows Message: 便捷的 IPC 通信小助手。借助冗余字段,可轻易搭建 Process 间的双向通信。


Windows 系列 -- 规划
https://jalencui.com/2024/04/07/Windows-OpenTopic/
Author
Jalen Cui
Posted on
April 7, 2024
Licensed under