Welcome![Sign In][Sign Up]
Location:
Search - psapi

Search list

[Process-Threadpsapi

Description: psapi 模板,添加简单代码即可使用2k以上版本可用-psapi templates can be added using a simple code versions available 2k
Platform: | Size: 7425 | Author: ChenGD | Hits:

[Process-ThreadPS-Proc(use-psapi)

Description: 进程查看源码与.exe,使用PSAPI,VC++6.0编译通过.-View source with the process. Exe, use PSAPI, VC 6.0 compiler passed.
Platform: | Size: 29695 | Author: Athena1713 | Hits:

[OS programpsapi

Description: windows编程中的psapi的h文件和lib文件
Platform: | Size: 3093 | Author: ws07 | Hits:

[Process-ThreadEnumProcessTest

Description: 使用psapi和toolhelp两种方式实现的显示进程列表程序- Uses psapi and the toolhelp two ways realizations demonstration advancement tabulates the procedure
Platform: | Size: 17408 | Author: 站长 | Hits:

[Process-ThreadMFCtest

Description: 利用psapi实现的显示系统进程信息-use psapi achieve process information display system
Platform: | Size: 2925568 | Author: 赵勇 | Hits:

[Process-ThreadDialogTest

Description: WIN2000及以上版本, MicroSoft提供了一个全新的途径, 即 PSAPI.DLL通过 PSAPI.DLL, 我们可以枚举正在运行的所有进程, 进程的所有模块, 进程的可执行文件名及路径等-versions of Windows 2000 and above, MicroSoft provide a new way, through PSAPI.DLL PSAPI.DLL, we can enumeration of all the running process, the process of all modules, the process executable file name and path.
Platform: | Size: 64512 | Author: 躺用 | Hits:

[Windows DevelopMemoryWatch

Description: 这是一个进程内存监控模块,以及所用到的psapi.lib,包含了exe和核心算法-This is a process memory control module, as well as use the psapi.lib includes the exe and the core algorithm
Platform: | Size: 11264 | Author: 刘德强 | Hits:

[Process-Thread进程查看源码

Description: 内存进程/模块查看器(含源码) 发信站:安全焦点(2001年4月16日11时50分22秒) Process ...PS.exe(执行文件),PSAPI.dll(NT4的动态链接库), -memory processes/module viewer (including source code) wrote station : security focus (at 11:50:22 on April 16, 2001) ... PS.exe Process (Enforcement), PSAPI.dll (NT4 dynamic link library),
Platform: | Size: 40960 | Author: fxh | Hits:

[Delphi VCLcq3

Description: unit Other interface Uses Windows,tlhelp32,PsAPI type PStrData = ^TStrData TStrData = record Ident: Integer Str: string end TUseInfo=record QQ, Mail, Page:string DL:boolean end TSendMailInfo=record IPAddress, FAddress, FName, FPW, FCName, FCPW:string //发信邮箱检证用户密码 end { FloatToText, FloatToTextFmt, TextToFloat, and FloatToDecimal type codes } -unit Other Uses Windows interface, tlhelp32, PsAPI type PStrData = ^ = TStrData TStrData record Ident : Integer Str : string end TUseInfo = record QQ, Mail, Page : string DL : boolean end TSendMailInfo = record JavaScript, FAddress, FName, FPW. FCName, FCPW : string// letters certified mail Frederick end user password (FloatToText, FloatToTextFmt, TextToFloat, and FloatToDecimal type codes)
Platform: | Size: 55296 | Author: | Hits:

[Process-Threadpsapi

Description: psapi 模板,添加简单代码即可使用2k以上版本可用-psapi templates can be added using a simple code versions available 2k
Platform: | Size: 7168 | Author: ChenGD | Hits:

[OS programenumproWin32

Description: 我们在编写程序时,常常遇到的一件事情就是要准确列出系统中所有正在运行的程序或者进程。Windows 任务管理器就是这样的一个程序。它既能列出运行的桌面应用程序,又能列出系统中所有运行的进程。那么,我们在程序中如何实现这样的任务,该程序实现此功能 关于代码   本文附带的代码例子将 PSAPI 和 ToolHelp32 封装到一个名为 EnumProcs() 的函数中。该函数的工作原理类似 EnumWindows(),有一个指向回调函数的指针,并要对该函数进行重复调用,针对系统中的每个进程调用一次。另一个参数是用户定义的 lParam。下面是该函数的声明:BOOL WINAPI EnumProcs( PROCENUMPROC lpProc, LPARAM lParam ) 使用该函数时,要象下面这样声明回调函数: BOOL CALLBACK Proc( DWORD dw, WORD w16, LPCSTR lpstr, LPARAM lParam )   参数 dw 包含 ID,“w16”是16位任务的任务号,如果为32位进程则为0(在 Windows 95 中总是0),参数lpstr 指向文件名,lParam 是用户定义的,要被传入 EnumProcs()。   EnumProcs() 函数通过显示链接使用 ToolHelp32 和 PSAPI,而非通常所用的隐式链接。之所以要这样做,主要是为了让代码能够在二进制一级兼容,从可以在所有 Win32 操作系统平台上运行。 -us in the preparation of procedures, often encountered one thing is to accurately list all systems are running program or process. Windows Task Manager is one such procedure. It not only sets out the running desktop applications, the system can list all the running processes. Then we process of how to achieve this task, the program code for this function is incidental to the code examples and ToolHelp32 PSAPI Packaging entitled to a EnumProcs () function. This function is similar to the principle EnumWindows (), is a pointer to a callback function pointers and to repeat this function call against each of the system called a process. Another parameter is the user-defined lParam. Below is the function of the statement : BOOL WINAPI EnumProcs (PROCENUMPROC lpProc. LPARAM lParam) to use this f
Platform: | Size: 3072 | Author: wwwwppp | Hits:

[Process-ThreadPS-Proc(use-psapi)

Description: 进程查看源码与.exe,使用PSAPI,VC++6.0编译通过.-View source with the process. Exe, use PSAPI, VC 6.0 compiler passed.
Platform: | Size: 29696 | Author: huangXX | Hits:

[Process-ThreadKillProcess

Description: 进程手术刀1.1版(在vc6.0下编译通过) 与原版只有很少的修改.重要的是自带了psapi.h和psapi.lib,而且修改了编译选项. 注意:这个工程只能在Release模式下编译, 如果谁知道怎样设置在Debug下编译,请告诉我.-Process scalpel version 1.1 (in the compiler under vc6.0 through) and the original only a few modifications. Is important to bring the psapi.h and psapi.lib, and modify the compiler options. Note: This works only in Compiler Release mode, if who knows how to set up in under Debug compile, please let me know.
Platform: | Size: 98304 | Author: fdsa | Hits:

[JSP/Javapsapi

Description: java的学习过程中用过的源码,试试看,应该不错的-java of the learning process used the source code, give it a try, it should be good
Platform: | Size: 8192 | Author: 解文利 | Hits:

[OS programpsapi

Description: WINDOWS进程编程所缺文件,VS没带有-WINDOWS the process of programming the missing documents, VS did not with
Platform: | Size: 10240 | Author: 郭强 | Hits:

[OS programpsapi

Description: windows编程中的psapi的h文件和lib文件-windows programming psapi the h file and lib file
Platform: | Size: 3072 | Author: ws07 | Hits:

[Windows Developpsapi

Description: 一个打印所有进程和路径的程序 注意:如果系统没有安装sdk的话回编译不成功,所以在附件中我给出了Psapi.h和Psapi.lib-A printing process and the path of all the procedures Note: If the system does not install the sdk compiler, then back to no avail, so I am in the Annex and Psapi.h given Psapi.lib
Platform: | Size: 3072 | Author: 梁晨伟 | Hits:

[OS programPsapi

Description: 包含了Psapi.h和Psapi.lib 适用于VC6.0 也是里面缺少的头文件 像操作进程之类的都很有用-Contains a Psapi.h and Psapi.lib for VC6.0 is missing inside the header file as the operation of the process of the class is very useful for
Platform: | Size: 3072 | Author: wing | Hits:

[CSharppsapi

Description: psapi h头文件 psapi lib 库文件 用到GetProcessMemoryInfo等函数时,需要此文件。希望缺少此文件的可以下载。希望对你们有用。-psapi h header file psapi lib library file used GetProcessMemoryInfo other functions, you need this file. Hope that the lack of this file can be downloaded. Hope that useful.
Platform: | Size: 3072 | Author: 陈刚 | Hits:

[Windows DevelopVC.psapi.complete.file.code

Description: VC编程psapi.h 全套文件经典代码VC programming psapi.h complete file classic code -VC programming psapi.h complete file classic code
Platform: | Size: 11264 | Author: 李建伟 | Hits:
« 12 3 4 »

CodeBus www.codebus.net