Platform SDK: SMTP Server Events |
[This is preliminary documentation and subject to change.]
The FIOWriteFile function performs an asynchronous write to the handle contained within the referenced FIO_CONTEXT structure.
BOOL FIOWriteFile( PFIO_CONTEXT pContext, LPCVOID lpBuffer, DWORD BytesToWrite, FH_OVERLAPPED * lpo );
This function returns TRUE if the operation succeeded and the file I/O operation is running asynchronously.
This function is designed to work with the other portions of the FCACHDLL library provided with the Microsoft SMTP Service for Windows 2000. The results are identical to those achieved using the standard Win32 WriteFile and WriteFileEx functions.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Header: Declared in filehc.h; include filehc.h.
Library: Use fcachdll.lib.