![[Toc]](../../toc.gif)
![[Index]](/idx.gif)
DosWriteAsync
#define INCL_DOSFILEMGR
USHORT rc = DosWriteAsync(FileHandle, RamSemaphore, ReturnCode,
BufferArea, BufferLength, BytesWritten);
HFILE FileHandle; /* File handle */
PULONG RamSemaphore; /* RAM semaphore */
PUSHORT ReturnCode; /* I/O operation return code (returned) */
PVOID BufferArea; /* User buffer */
USHORT BufferLength; /* Buffer length */
PUSHORT BytesWritten; /* Bytes written (returned) */
USHORT rc; /* return code */
Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs