目录一、信号的捕捉1、用户态和内核态2、内核如何实现信号的捕捉3、sigaction(1)接口介绍(2)sa_mask二、可重入函数三、volatile总结一、信号的捕捉
i want to develop a nice thing that will be on the desktop (like an active desktop) something like this:
I\'d like to pass a method of a class as callback to a WinAPI function. Is this possible and if yes, how?