Add TRACE to ReadFileEx.

oldstable
Rob Shearman 2004-07-09 22:24:59 +00:00 committed by Alexandre Julliard
parent 77b12768c9
commit 95dc472698
1 changed files with 2 additions and 0 deletions

View File

@ -313,6 +313,8 @@ BOOL WINAPI ReadFileEx(HANDLE hFile, LPVOID buffer, DWORD bytesToRead,
NTSTATUS status;
PIO_STATUS_BLOCK io_status;
TRACE("(hFile=%p, buffer=%p, bytes=%lu, ovl=%p, ovl_fn=%p)\n", hFile, buffer, bytesToRead, overlapped, lpCompletionRoutine);
if (!overlapped)
{
SetLastError(ERROR_INVALID_PARAMETER);