PunCha

导航

2013年1月7日 #

并发学习之:APC (异步过程调用)

摘要: 一个简单的APC例子,对应于Windows 并发编程指南p124。#include "stdafx.h"#include #include VOID NTAPI ApcFunc(ULONG_PTR pValue){ printf("Hello, this is APC and the paramet... 阅读全文

posted @ 2013-01-07 01:01 PunCha 阅读(476) 评论(0) 推荐(0)