WriteFile (coredll)
Last changed: 88.232.47.175

.
Summary
TODO - a short description

C# Signature:

[DllImport("coredll.dll")]
static extern Boolean WriteFile(IntPtr fFile, Byte[] lpBuffer, UInt32 nNumberOfBytesToWrite,
        out UInt32 lpNumberOfBytesWritten, IntPtr lpOverlapped);

VB .NET Signature:

Declare Function WriteFile Lib "coredll.dll" (TODO) As TODO

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

TODO

Documentation
WriteFile on MSDN