[DllImport("coredll.dll")]
static extern Boolean WriteFile(IntPtr fFile, Byte[] lpBuffer, UInt32 nNumberOfBytesToWrite,
out UInt32 lpNumberOfBytesWritten, IntPtr lpOverlapped);
Declare Function WriteFile Lib "coredll.dll" (TODO) As TODO
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
None.
None.
Please add some!
Please add some!
TODO