当前位置:
首页 资源下载
搜索资源 - share memory delphi
搜索资源列表
-
0下载:
内存管理程序,功能与FASTMM相似,PLEASE NOTE: There are two ways to install BigBrain. You may use the
memory manager code natively compiled into your EXE or you can use
an included external DLL which will allow you to share memory across
multiple DLLs with
-
-
0下载:
怎样用delphi内存映射实现共享内存的实例, FMap := CreateFileMapping($FFFFFFFF, nil, PAGE_READWRITE, 0, size, PChar(name)) ,how to share memory using Delphi
-
-
0下载:
Delphi 键盘记录钩子的简单编写,先创建内存共享,再安装Dll钩子,挂钩在Keyboard上,这样可以记录所有程序的键盘事件。-Delphi keylogger hook simple preparation, first create a memory to share, and then install the Dll hook, hook in the Keyboard, so that the program can record all keyboard events.
-
-
0下载:
A Delphi Package is a special type of DLL, designed only to be used by Delphi applications. If your modules are developed as packages and not as DLLs, all modules will share the same memory manager, the VCL globals like Application and Screen, the sa
-