-
-
15 Jul 2002 09:44:12 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (33 / 2 / 47)
- Kwalitee
Bus factor: 0- % Coverage
- License: unknown
- Activity
24 month- Tools
- Download (25.87KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.02
- original version; created by h2xs 1.21 with options -A -n Win32API::ToolHelp
- it is numbered 0.02 because of its predecessor Win32::ToolHelp 0.01 that was knocked up too fast to have a good interface
- it comes with all the functions in the Win32 ToolHelp API (heap functions not tested though), structures returned as hashes:
- BOOL CloseToolhelp32Snapshot(DWORD dwFlags, DWORD th32ProcessID);
- HANDLE CreateToolhelp32Snapshot(DWORD dwFlags, DWORD th32ProcessID);
- BOOL Heap32First(LPHEAPENTRY32 lphe, DWORD th32ProcessID, ULONG_PTR th32HeapID);
- BOOL Heap32ListFirst(HANDLE hSnapshot, LPHEAPLIST32 lphl);
- BOOL Heap32ListNext(HANDLE hSnapshot, LPHEAPLIST32 lphl);
- BOOL Heap32Next(LPHEAPENTRY32 lphe);
- BOOL Module32First(HANDLE hSnapshot, LPMODULEENTRY32 lpme);
- BOOL Module32Next(HANDLE hSnapshot, LPMODULEENTRY32 lpme);
- BOOL Process32First(HANDLE hSnapshot, LPPROCESSENTRY32 lppe);
- BOOL Process32Next(HANDLE hSnapshot, LPPROCESSENTRY32 lppe);
- BOOL Thread32First(HANDLE hSnapshot, LPTHREADENTRY32 lpte);
- BOOL Thread32Next(HANDLE hSnapshot, LPTHREADENTRY32 lpte);
- BOOL Toolhelp32ReadProcessMemory(DWORD th32ProcessID, LPCVOID lpBaseAddress, LPVOID lpBuffer, SIZE_T cbRead, SIZE_T* lpNumberOfBytesRead);
Modules
Perl extension for obtaining information about currently executing applications using the plain Win32 ToolHelp APIOther files
Module Install Instructions
To install Win32API::ToolHelp, copy and paste the appropriate command in to your terminal.
cpanm Win32API::ToolHelp
perl -MCPAN -e shell install Win32API::ToolHelp
For more information on module installation, please visit the detailed CPAN module installation guide.