OpenProcess
von ActiveVB-Team
Deklaration
Declare Function OpenProcess Lib "kernel32.dll" ( _ ByVal dwDesiredAccess As Long, _ ByVal bInheritHandle As Long, _ ByVal dwProcessId As Long) As LongWeitere Informationen zur Verwendung dieser Funktion finden sie u.U. auch im Artikel OpenProcess des API-Wikis.
Sollte diese Deklaration fehlerhaft sein, würden wir uns freuen, wenn sie diese als fehlerhafte Deklaration melden würden.
Zugehörige Tipps
Zugehörige Microsoft Knowledge Base Artikel
- HOWTO: Launch a Win32 Application from Visual Basic
- HOWTO: Redirect Standard I/O of a Console App Using Batch File
- HOWTO: Programmatically Close a Single Instance of a Windows-Based Program
- HOWTO: Use the SeDebugPrivilege to Acquire Any Process Handle
- HOWTO: List Running Processes
- HOWTO: Detect If an Application Has Stopped Responding