CloseHandle
von ActiveVB-Team
Deklaration
Declare Function CloseHandle Lib "kernel32" ( _ ByVal hObject As Long) As LongWeitere Informationen zur Verwendung dieser Funktion finden sie u.U. auch im Artikel CloseHandle des API-Wikis.
CloseHandle schließt einen geöffneten Objekt-Handle
Zugehörige Tipps
Zugehörige Microsoft Knowledge Base Artikel
- HOWTO: Use a 32-Bit Application to Determine When a Shelled Process Ends
- HOWTO: Launch a Win32 Application from Visual Basic
- HOWTO: Dial a Phone Number from MS Access 95/97
- HOWTO: Redirect Standard I/O of a Console App Using Batch File
- HOWTO: Write Data to a File Using WriteFile API
- HOWTO: Attach a Console Window to Your Visual Basic Program
- HOWTO: Create a Process for Reading and Writing to a Pipe
- HOWTO: Use Named Pipes in a Visual Basic 32-bit Program
- Dual Processor Computer Hangs When Running Query (bitte Artikel auf Englisch lesen)
- HOWTO: Use the SeDebugPrivilege to Acquire Any Process Handle
- HOWTO: List Running Processes
- HOWTO: Use SetWaitableTimer With Visual Basic
- PRB: Unattended Install of SQL Server 7.0 or MSDE 1.0 Stops Responding
- HOWTO: Impersonate a User from Active Server Pages
- HOWTO: Start a Process as Another User from Visual Basic
- HOWTO: Use Visual Basic to Programmatically Change Ownership of a File or Folder
- Authentifizieren eines Benutzers in einer Domain
- HOWTO: Access Serial Ports and Parallel Ports by Using Microsoft Visual Basic .NET
- HOWTO: Use named pipes for interprocess communication in Visual Basic .NET