
技术文档翻译
justrun2005
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Don’t Use the Win32 API PostThreadMessage() to Post Messages to UI Threads(翻译)
Don’t Use the Win32 API PostThreadMessage() to Post Messages to UI Threads不要用Win32 API PostThreadMessage()向UI线程发送消息。 PostThreadMessage is a Win32 API used to post messages to threads. Usually, the me翻译 2005-10-21 16:40:00 · 2135 阅读 · 0 评论 -
[翻译]Reserving and Committing Memory(预约和调拨内存)
Reserving and Committing MemoryThe following example illustrates the use of the VirtualAlloc and VirtualFree functions in reserving and committing memory as needed for a dynamic array. First, VirtualA翻译 2005-11-10 23:39:00 · 1925 阅读 · 3 评论