摘要:
原文地址:http://blog.csdn.net/xiahn1a/article/details/41670203 在C++中的tuple和python语言中是类似的,是一个强大的允许存放多个不同类型数据的容器,是对pair的泛化。 要在C++中使用tuple,首先需要引用头文件tuple及名空间 阅读全文
摘要:
原文地址:http://www.zdexe.com/program/201004/605.html 结构9:MSLLHOOKSTRUCT Structure The MSLLHOOKSTRUCT structure contains information about a low-level key 阅读全文
摘要:
原文地址:http://www.zdexe.com/program/201004/604.html 结构8 :MOUSEHOOKSTRUCT Structure The MOUSEHOOKSTRUCT structure contains information about a mouse even 阅读全文
摘要:
原文地址 : http://www.zdexe.com/program/201004/603.html 结构7:KBDLLHOOKSTRUCT Structure The KBDLLHOOKSTRUCT structure contains information about a low-level 阅读全文
摘要:
原文地址:http://www.zdexe.com/program/201004/602.html 结构4:CWPSTRUCT Structure The CWPSTRUCT structure defines the message parameters passed to a WH_CALLWN 阅读全文
摘要:
原文地址:http://www.zdexe.com/program/201004/601.html 下面是应用Hook时会用到的各种结构。 结构1:CBT_CREATEWND Structure The CBT_CREATEWND structure contains information pas 阅读全文
摘要:
原文地址:http://www.zdexe.com/program/201004/600.html 通知2:WM_QUEUESYNC Notification The WM_QUEUESYNC message is sent by a computer-based training (CBT) ap 阅读全文
摘要:
原文地址:http://www.zdexe.com/program/201004/599.html 下面是各种Notification即通知。 通知1:WM_CANCELJOURNAL Notification The WM_CANCELJOURNAL message is posted to an 阅读全文
摘要:
原文地址:http://www.zdexe.com/program/201004/598.html 方法19 :UnhookWindowsHookEx Function The UnhookWindowsHookEx function removes a hook procedure install 阅读全文
摘要:
原文地址:http://www.zdexe.com/program/201004/597.html 方法18 :SysMsgProc Function The SysMsgProc hook procedure is a library-defined callback function used 阅读全文