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

VB Signature:

Public Declare Function WriteFile Lib "coredll" ( _
    ByVal hFile As Long, _
    ByVal lpBuffer As String, _
    ByVal nNumberOfBytesToWrite As Long, _
    lpNumberOfBytesWritten As Long, _
    ByVal lpOverlapped As Long) As Long

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

TODO

Documentation
WriteFile on MSDN