-
-
15 Jul 2002 09:44:42 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (65 / 4 / 208)
- Kwalitee
Bus factor: 0- % Coverage
- License: unknown
- Activity
24 month- Tools
- Download (15.7KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.01
- original version; created by h2xs 1.21 with options -A -n Win32API::Process
- it comes with a subset of the functions in the Win32 Process API in the meanwhile fo enumerating the processes and their modules, structures returned as hashes:
- BOOL EnumProcesses(LPDWORD lpidProcess DWORD cb, LPDWORD cbNeeded);
- BOOL EnumProcessModules(HANDLE hProcess, LPHMODULE lphModule, DWORD cb, LPDWORD lpcbNeeded);
- BOOL GetModuleBaseName(HANDLE hProcess, HMODULE hModule, LPTSTR lpBaseName, DWORD nSize);
- BOOL GetModuleFileNameEx(HANDLE hProcess, HMODULE hModule, LPTSTR lpFilename, DWORD nSize);
- BOOL GetModuleInformation(HANDLE hProcess, HMODULE hModule, LPMODULEINFO lpmodinfo, DWORD cb);
Modules
Perl extension for handling the processes using the plain Win32 APIOther files
Module Install Instructions
To install Win32API::Process, copy and paste the appropriate command in to your terminal.
cpanm Win32API::Process
perl -MCPAN -e shell install Win32API::Process
For more information on module installation, please visit the detailed CPAN module installation guide.