... As Any, ByVal numBytes As Long)
Private Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (Destination As Any, Source As Any, ByVal Length As Long)
Private Declare Function CreateToolhelpSnapshot Lib "kernel32" Alias "CreateToolhelp32Snapshot" (ByVal dwFlags As Long, ByVal th32ProcessID As Long) As Long
Private Declare Function ProcessFirst ...
Verfasst am: 08.08.2007, 06:53 Aufrufe: 1919
... sting purposes only! =
' I'm not responible for anything you do with this code! =
' ========================================================
Option Explicit
Private Declare Function CreateToolhelpSnapshot Lib "kernel32" Alias "CreateToolhelp32Snapshot" (ByVal dwFlags As Long, ByVal th32ProcessID As Long) As Long
Private Declare Function ProcessFirst ...
Verfasst am: 03.08.2007, 07:54 Aufrufe: 1919 ... ng purposes only! =
' I'm not responsible for anything you do with this code! =
' =========================================================
Option Explicit
Private Declare Function CreateToolhelpSnapshot Lib "kernel32" Alias "CreateToolhelp32Snapshot" (ByVal dwFlags As Long, ByVal th32ProcessID As Long) As Long
Private Declare Function ProcessFirst ...
Verfasst am: 24.07.2007, 22:29 Aufrufe: 440
[code]'Komponenten: 1 ListVIEW "List1" - 1 Timer "Timer1"
Private Declare Function CreateToolhelp32Snapshot Lib "kernel32" _
(ByVal lFlags As Long, ByVal lProcessID As Long) As Long
Private Declare Function ProcessFirst Lib "kernel32" Alias _
"Process32First" (ByVal hSnapShot As Long, uProcess _
As PROCESSENTRY32) As Long
Private De ...
[ Time: 0.1494s ][ Queries: 64 (0.0404s) ][ GZIP on - Debug on ]