WriteFile
von ActiveVB-Team
Deklaration
Declare Function WriteFile Lib "kernel32.dll" ( _ ByVal hFile As Long, _ lpBuffer As Any, _ ByVal nNumberOfBytesToWrite As Long, _ lpNumberOfBytesWritten As Long, _ lpOverlapped As OVERLAPPED) As LongWeitere Informationen zur Verwendung dieser Funktion finden sie u.U. auch im Artikel WriteFile 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: Dial a Phone Number from MS Access 95/97
- HOWTO: Write Data to a File Using WriteFile API
- HOWTO: Use Named Pipes in a Visual Basic 32-bit Program
- HOWTO: Use named pipes for interprocess communication in Visual Basic .NET
- HOWTO: Access Serial Ports and Parallel Ports by Using Microsoft Visual Basic .NET