上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页
摘要: 原文地址:http://blog.csdn.net/xiahn1a/article/details/41670203 在C++中的tuple和python语言中是类似的,是一个强大的允许存放多个不同类型数据的容器,是对pair的泛化。 要在C++中使用tuple,首先需要引用头文件tuple及名空间 阅读全文
posted @ 2016-05-21 17:14 C/C++/Python/Java 阅读(1544) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://www.zdexe.com/program/201004/605.html 结构9:MSLLHOOKSTRUCT Structure The MSLLHOOKSTRUCT structure contains information about a low-level key 阅读全文
posted @ 2016-05-17 15:16 C/C++/Python/Java 阅读(2099) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://www.zdexe.com/program/201004/604.html 结构8 :MOUSEHOOKSTRUCT Structure The MOUSEHOOKSTRUCT structure contains information about a mouse even 阅读全文
posted @ 2016-05-17 15:15 C/C++/Python/Java 阅读(2898) 评论(0) 推荐(0) 编辑
摘要: 原文地址 : http://www.zdexe.com/program/201004/603.html 结构7:KBDLLHOOKSTRUCT Structure The KBDLLHOOKSTRUCT structure contains information about a low-level 阅读全文
posted @ 2016-05-17 15:13 C/C++/Python/Java 阅读(3434) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://www.zdexe.com/program/201004/602.html 结构4:CWPSTRUCT Structure The CWPSTRUCT structure defines the message parameters passed to a WH_CALLWN 阅读全文
posted @ 2016-05-17 15:09 C/C++/Python/Java 阅读(1369) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://www.zdexe.com/program/201004/601.html 下面是应用Hook时会用到的各种结构。 结构1:CBT_CREATEWND Structure The CBT_CREATEWND structure contains information pas 阅读全文
posted @ 2016-05-17 15:04 C/C++/Python/Java 阅读(1030) 评论(0) 推荐(0) 编辑
摘要: 原文地址: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 阅读全文
posted @ 2016-05-17 14:59 C/C++/Python/Java 阅读(461) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://www.zdexe.com/program/201004/599.html 下面是各种Notification即通知。 通知1:WM_CANCELJOURNAL Notification The WM_CANCELJOURNAL message is posted to an 阅读全文
posted @ 2016-05-17 14:58 C/C++/Python/Java 阅读(467) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://www.zdexe.com/program/201004/598.html 方法19 :UnhookWindowsHookEx Function The UnhookWindowsHookEx function removes a hook procedure install 阅读全文
posted @ 2016-05-17 14:56 C/C++/Python/Java 阅读(681) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://www.zdexe.com/program/201004/597.html 方法18 :SysMsgProc Function The SysMsgProc hook procedure is a library-defined callback function used 阅读全文
posted @ 2016-05-17 14:54 C/C++/Python/Java 阅读(465) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页