2 * Server-side support for async i/o operations
4 * Copyright (C) 1998 Alexandre Julliard
5 * Copyright (C) 2000 Mike McCormack
21 DECL_HANDLER(create_async
)
25 if (!(obj
= get_handle_obj( current
->process
, req
->file_handle
, 0, NULL
)) )
28 /* FIXME: check if this object is allowed to do overlapped I/O */
30 /* FIXME: this should be a function pointer */
31 req
->timeout
= get_serial_async_timeout(obj
,req
->type
,req
->count
);