搜索资源列表
enumproWin32
- 我们在编写程序时,常常遇到的一件事情就是要准确列出系统中所有正在运行的程序或者进程。Windows 任务管理器就是这样的一个程序。它既能列出运行的桌面应用程序,又能列出系统中所有运行的进程。那么,我们在程序中如何实现这样的任务,该程序实现此功能 关于代码 本文附带的代码例子将 PSAPI 和 ToolHelp32 封装到一个名为 EnumProcs() 的函数中。该函数的工作原理类似 EnumWindows(),有一个指向回调函数的指针,并要对该函数进行重复调用,针对系统
060526165351
- 一个很好的SDL建立应用程序界面的例子,里面用到了回调函数,编辑框的实现!-a good SDL application program interface to establish example, which uses a callback function, editors frame the realization!
Duplex
- 这是linux下 MiniGUI的一个程序,包括makfile,目标文件以及源文件,通过该源码,展示了如何编写makefile,如何运用minigui控件,如何设置参数,文件handle的使用,当然还有高级一点的用法,比如回调函数。-under linux This is a procedure for MiniGUI, including makfile. the target file and the source document, the source, demonstrates how
Dll-Exe
- Delphi写的一个DLL与EXE之间的通讯与交互(回调机制)。-Delphi write a DLL and EXE communications between Interactive (callback mechanism).
networkcurrentcapacitycounts
- 很好的网络流量统计源代码。 使用曲线图进行实时统计。 采集数据主要在类 MFNetTraffic 中实现, 而显示数据则是放在类MFTrafficButton中实现。 两者之间的通讯使用了回调函数的机制。 详情请看源代码。 -good network traffic statistics source. Use real-time graph statistics. Collecting data in the main category MFNetTraffic
libevent-1.1a.tar
- libevent API 提供了一种机制:当一个特殊事件在一个文件描述符上发生或者一个事 先设定的时间到达的时候执行一个callback 函数,另外,callback 也支持由信号或者规则的 timeout 引发的callback.-libevent API provides a mechanism for : When a special event in a file descr iptors occurred or a pre-set time when the arrival o
libsigc++-2.0.6
- 一个对象回调接口库-a callback object interface library
GNU_C++_3.4.2
- Test Callback function
callback_my
- 在设计中,需类与主程序异步传递数据,还不想用消息,因为是c++的程序,de得自己作消息处理,所以想到了回调函数,但此方面的资料太少,一般都是在mfc和dllde的,花了点时间作了此回调函数.实现了数据的同步和异步(类向主程序传递数据)传递-in design, with the main program categories need asynchronous data transfer, but also did not want the news because the process is
callbacktester.rar
- 测试回调机制CALLBACK。DLL文件调用为动态调用。此示例在VS2008下测试通过。注意在DLL中需要在DEF文件里的EXPOERTS下面添加tester,编译后将callbackdll.dll添加到dllimporttest的DEBUG目录下。 ,Test callback mechanism CALLBACK. DLL file is called as dynamic invocation. This example in VS2008 under test. Note that t
CreateProcessNotify
- 监控下一个进程的创建过程,关键函数的执行先后关系如下: XP sp3下: 1.NtCreateProcessEx 2.NtCreateThread 3.CreateProcessNotify,调用创建进程回调函数,在PspCreateThread中调用 4.CreateThreadNotify,调用创建线程回调函数,在PspCreateThread中调用 Vista、Win7下: 1.NtCreat
HookCode
- VC++写的APIHook实例源代码,大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部分做得相当棒,如果想挂各种函数,可以结合detour使用。-VC++ to write the source code examples APIHook generally turned a bit,
TLS_CallBack
- 漫谈TLS_CallBack:原理、编程、手工感染及检测.利用TLS_CallBack(线程局部存储回调函数)玩弄调试器以及感染PE文件.-Talk TLS_CallBack: principles, programming, manual infection and detection. Use TLS_CallBack (thread local storage callback function), as well as playing with the debugger PE file
CALLBACK
- 这个callback类功能较小,但能够清楚说明类之间消息传递的有效方法
SCO-Openserver-5.0-callback.doc
- 一个比较不错而且很详尽的sco unix openserver 5.0的回拨实验-SCO OpenServer 5.0 callback
C-pointers-and-callback-function
- 详细理解C指针-指针函数与函数指针和回调函数 非常基础易懂-Detailed understanding of C pointers- pointer to function and function pointer and a callback function
CallBack
- 单片机说上的CallBack实现,非常便于系统构架吗,大大简化了系统设计。该代码基于msp430开发,使用的语言是C-SCM said on CallBack implementation, system architecture is very easy to do, greatly simplifying system design. The code is based on msp430 development, the language used is C++
callback
- Returns a callback to |observer->observe_event| method. The caller owns the result.
callback
- Any class that is copy-constructable and has a compatible Run method may be adapted to a Callback using this constructor. -Any class that is copy-constructable and has a compatible Run method may be adapted to a Callback using this constructor.
callback-and-fork
- linux操作系统下,测试callback函数以及-Under linux operating systems, test callback function and