home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Mother of All Windows Books
/
CD-MOM.iso
/
cd_mom
/
newsletr
/
vbz
/
vbz1-3
/
zaplib.bas
< prev
next >
Wrap
BASIC Source File
|
1993-04-25
|
385b
|
15 lines
DefInt A-Z
Type MODULEENTRY
dwSize As Long 'size of the moduleentry struc
szModule As String * 10
hModule As Integer
wcUsage As Integer
szExePath As String * 256
wNext As Integer
End Type
Declare Function ModuleFirst Lib "Toolhelp.dll" (lpModule As MODULEENTRY)
Declare Function ModuleNext Lib "Toolhelp.dll" (lpModule As MODULEENTRY)