Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "WriteFileEx" in [All]

kernel32

.
Summary
.

static extern bool WriteFileEx(IntPtr hFile, byte [] lpBuffer,

.

  static extern bool WriteFileEx(IntPtr hFile, byte [] lpBuffer,

.

    WriteFileEx(hfile, new byte[] { (byte)'t', (byte)'e', (byte)'s', (byte)'t' }, 4, ref ol, new WriteFileCompletionDelegate(Class1.callback));

.
Documentation
[WriteFileEx] on MSDN

Structures

.
Summary
The COMMTIMEOUTS structure is used in the SetCommTimeouts and GetCommTimeouts functions to set and query the time-out parameters for a communications device. The parameters determine the behavior of ReadFile, WriteFile, ReadFileEx, and WriteFileEx operations on the device.

 
Access PInvoke.net directly from VS: