Andrey Turkin
|
308f73c06d
|
kernel32: Pass completion value to ntdll layer.
|
2007-09-28 13:20:36 +02:00 |
Alexandre Julliard
|
cd33692fa1
|
kernel32: Always clear the I/O status block count before calling ntdll functions.
|
2007-07-16 16:20:29 +02:00 |
Huw Davies
|
154389ce8e
|
kernel32: SetNamedPipeHandleState() is a stub, so for now don't check its return value.
|
2007-07-12 14:40:52 +02:00 |
Huw Davies
|
f2894533d5
|
kernel32: Swap incorrect use of buffers.
|
2007-07-12 14:40:47 +02:00 |
Andrey Turkin
|
6310819afb
|
kernel32: Implement IO completion functions on top of the NT IoCompletion API.
|
2007-06-08 13:38:58 +02:00 |
Andrey Turkin
|
dd49801752
|
kernel32: Factor out all kernel32 timeout-conversion snippets to one helper functions.
|
2007-06-08 13:32:25 +02:00 |
Dmitry Timoshkov
|
a67b689121
|
kernel32: Fix compilation warnings in 64-bit mode.
|
2007-05-23 13:13:54 +02:00 |
Louis Lenders
|
f9a54ebc51
|
kernel32: Add stub for BindIoCompletionCallback.
|
2007-05-01 11:42:25 +02:00 |
Alexandre Julliard
|
aaf477f292
|
server: Change the timeout handling to use NT-style 64-bit timeouts everywhere.
|
2007-04-17 20:08:59 +02:00 |
Alexandre Julliard
|
9eaaadbb47
|
kernel32: Use the correct access rights when opening named pipes.
|
2007-04-16 14:32:18 +02:00 |
Alexandre Julliard
|
83cef86f29
|
kernel32: Add SYNCHRONIZE access to mailslot handles.
Don't bother to request write access.
|
2007-04-10 22:24:40 +02:00 |
Alexandre Julliard
|
ad3faa829c
|
kernel32: Fixed timeout calculation in WaitNamedPipe.
|
2007-03-23 13:06:44 +01:00 |
Andrew Talbot
|
503b338e88
|
kernel32: Replace inline static with static inline.
|
2007-03-17 20:03:39 +01:00 |
Rob Shearman
|
5267e36ad0
|
kernel32: Implement CallNamedPipeW.
|
2007-03-05 16:43:26 +01:00 |
Alexandre Julliard
|
313d93e491
|
kernel32: Moved PeekNamedPipe implementation to ntdll.
|
2006-11-01 16:24:36 +01:00 |
Michael Stefaniuc
|
8c38b88068
|
kernel32: Win64 printf format warning fixes.
|
2006-10-13 12:08:25 +02:00 |
Alexandre Julliard
|
489d87d1e5
|
kernel32: Renamed the kernel directory to kernel32.
Also get rid of the kernel/messages subdirectory.
|
2006-09-12 13:34:06 +02:00 |