-
MonitorCreateProcessEvent
利用WMI监视进程的创建
Private Sub StartMonitorCreateProcessEvent()
Set CreateProcessEvent = New SWbemSink
Set objSWbemServices = GetObject("winmgmts:\.
ootcimv2")
objSWbemServices.ExecNotificationQueryAsync CreateProcessEvent, "SELECT * FROM __InstanceCreationEvent WITHIN 1 WHERE TargetInstance ISA Win32_Process "
End Sub(Use WMI to monitor process creation Private Sub StartMonitorCreateProcessEvent () Set CreateProcessEvent = New SWbemSink Set objSWbemServices = GetObject ( )
- 2007-09-07 09:22:06下载
- 积分:1
-
netcommunity
说明: Socket是建立网络连接时使用的。在连接成功时,应用程序两端都会产生一个Socket实例,操作这个实例,完成所需的会话。(Socket is used when a network connection. The connection is successful, the application will have a Socket instance ends, the operation of this example, the completion of the required sessions.)
- 2010-04-02 11:29:45下载
- 积分:1
-
DNP3.0-Master
DNP3.0规约调试软件,包含源代码。可用于FTU调试,学习DNP规约。(Statute DNP3.0 debugging software, including source code. FTU debugger can be used to study the Statute DNP.)
- 2009-06-04 09:36:27下载
- 积分:1
-
CopyrightSolution
SSD4 copyright solution
- 2010-01-24 17:50:43下载
- 积分:1
-
Pedump
把exe里面的资源通通取出来,实现反编译(Exe inside to check out all the resources, realize decompile)
- 2007-07-19 11:03:23下载
- 积分:1
-
coal gasification
fluent软件中关于模拟煤粉气化的udf代码。(Fluent software on the simulation of coal gasification UDF code)
- 2020-10-21 17:37:24下载
- 积分:1
-
IOCP
实现服务器发送结构体到客户端 联合开发网 - pudn.com
- 2012-02-14 14:51:44下载
- 积分:1
-
5th
基于linux下的s3c2410按键驱动和测试程序(S3c2410 based on key drivers under linux and test procedures)
- 2011-10-24 19:59:50下载
- 积分:1
-
vcvcgisProjection
用visual c++实现地理信息系统中常用的投影,公式比较全(With visual c++ to achieve geographic information systems used in the projection, compared the whole formula)
- 2009-04-29 15:21:43下载
- 积分:1
-
time
利用msinet读取服务器上的时间,进行本机时间的同步。(Use msinet read the time on the server, to synchronize the local time.)
- 2013-12-25 16:04:45下载
- 积分:1