home *** CD-ROM | disk | FTP | other *** search
- Type tagTASKENTRY
- dwSize As Long
- hTASK As Integer
- hTaskParent As Integer
- hInst As Integer
- hModule As Integer
- wSS As Integer
- wSP As Integer
- wStackTop As Integer
- wStackMinimum As Integer
- wStackBottom As Integer
- wcEvents As Integer
- hQueue As Integer
- szModule As String * 10
- wPSPOffset As Integer
- hNext As Integer
- End Type
-
- Declare Function TaskFirst Lib "ToolHelp.DLL" (TERec As tagTASKENTRY) As Integer
- Declare Function TaskNext Lib "ToolHelp.DLL" (TERec As tagTASKENTRY) As Integer
- Declare Function GetModuleFileName Lib "Kernel" (ByVal hModule As Integer, ByVal lpFilename As String, ByVal nSize As Integer) As Integer
-
-