3 * Wine server protocol definition
5 * Copyright (C
) 2001 Alexandre Julliard
7 * This file is used by tools
/make_requests to build the
8 * protocol structures in include
/wine
/server_protocol.h
10 * This library is free software
; you can redistribute it and
/or
11 * modify it under the terms of the GNU Lesser General Public
12 * License as published by the Free Software Foundation
; either
13 * version
2.1 of the License
, or (at your option
) any later version.
15 * This library is distributed in the hope that it will be useful
,
16 * but WITHOUT ANY WARRANTY
; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU
18 * Lesser General Public License for more details.
20 * You should have received a copy of the GNU Lesser General Public
21 * License along with this library
; if not
, write to the Free Software
22 * Foundation
, Inc.
, 51 Franklin St
, Fifth Floor
, Boston
, MA
02110-1301, USA
25 @HEADER
/* start of C declarations
*/
34 typedef void
*obj_handle_t
;
35 typedef void
*user_handle_t
;
36 typedef unsigned short atom_t
;
37 typedef unsigned int process_id_t
;
38 typedef unsigned int thread_id_t
;
39 typedef unsigned int data_size_t
;
40 typedef unsigned int ioctl_code_t
;
41 typedef unsigned __int64 file_pos_t
;
45 int req
; /* request code
*/
46 data_size_t request_size
; /* request variable part size
*/
47 data_size_t reply_size
; /* reply variable part maximum size
*/
52 unsigned int error
; /* error result
*/
53 data_size_t reply_size
; /* reply variable part size
*/
56 /* placeholder structure for the maximum allowed request size
*/
57 /* this is used to construct the generic_request union
*/
58 struct request_max_size
60 int pad
[16]; /* the max request size is
16 ints
*/
63 #define FIRST_USER_HANDLE
0x0020 /* first possible value for low word of user handle
*/
64 #define LAST_USER_HANDLE
0xffef /* last possible value for low word of user handle
*/
67 /* definitions of the event data depending on the event code
*/
68 struct debug_event_exception
70 EXCEPTION_RECORD record
; /* exception record
*/
71 int first
; /* first chance exception?
*/
73 struct debug_event_create_thread
75 obj_handle_t handle
; /* handle to the new thread
*/
76 void
*teb
; /* thread
teb (in debugged process address space
) */
77 void
*start
; /* thread startup routine
*/
79 struct debug_event_create_process
81 obj_handle_t file
; /* handle to the process exe file
*/
82 obj_handle_t process
; /* handle to the new process
*/
83 obj_handle_t thread
; /* handle to the new thread
*/
84 void
*base
; /* base of executable image
*/
85 int dbg_offset
; /* offset of debug info in file
*/
86 int dbg_size
; /* size of debug info
*/
87 void
*teb
; /* thread
teb (in debugged process address space
) */
88 void
*start
; /* thread startup routine
*/
89 void
*name
; /* image
name (optional
) */
90 int unicode
; /* is it Unicode?
*/
92 struct debug_event_exit
94 int exit_code
; /* thread or process exit code
*/
96 struct debug_event_load_dll
98 obj_handle_t handle
; /* file handle for the dll
*/
99 void
*base
; /* base address of the dll
*/
100 int dbg_offset
; /* offset of debug info in file
*/
101 int dbg_size
; /* size of debug info
*/
102 void
*name
; /* image
name (optional
) */
103 int unicode
; /* is it Unicode?
*/
105 struct debug_event_unload_dll
107 void
*base
; /* base address of the dll
*/
109 struct debug_event_output_string
111 void
*string
; /* string to
display (in debugged process address space
) */
112 int unicode
; /* is it Unicode?
*/
113 int length
; /* string length
*/
115 struct debug_event_rip_info
120 union debug_event_data
122 struct debug_event_exception exception
;
123 struct debug_event_create_thread create_thread
;
124 struct debug_event_create_process create_process
;
125 struct debug_event_exit exit
;
126 struct debug_event_load_dll load_dll
;
127 struct debug_event_unload_dll unload_dll
;
128 struct debug_event_output_string output_string
;
129 struct debug_event_rip_info rip_info
;
132 /* debug event data
*/
135 int code
; /* event code
*/
136 union debug_event_data info
; /* event information
*/
139 /* structure used in sending an fd from client to server
*/
142 thread_id_t tid
; /* thread id
*/
143 int fd
; /* file descriptor on client
-side
*/
146 /* structure sent by the server on the wait fifo
*/
149 void
*cookie
; /* magic cookie that was passed in select_request
*/
150 int signaled
; /* wait result
*/
153 /* NT
-style timeout
, in
100ns units
, negative means relative timeout
*/
154 typedef __int64 timeout_t
;
155 #define
TIMEOUT_INFINITE (((timeout_t
)0x7fffffff) << 32 |
0xffffffff)
157 /* structure returned in the list of window properties
*/
160 atom_t atom
; /* property atom
*/
161 short string
; /* was atom a string originally?
*/
162 obj_handle_t handle
; /* handle stored in property
*/
165 /* structure to specify window rectangles
*/
174 /* structure for parameters of async I
/O calls
*/
177 void
*callback
; /* client
-side callback to call upon end of async
*/
178 void
*iosb
; /* I
/O status block in client addr space
*/
179 void
*arg
; /* opaque user data to pass to callback
*/
180 void
*apc
; /* user apc to call
*/
181 obj_handle_t event
; /* event to signal when done
*/
184 /* structures for extra message data
*/
186 struct callback_msg_data
188 void
*callback
; /* callback function
*/
189 unsigned long data
; /* user data for callback
*/
190 unsigned long result
; /* message result
*/
193 struct winevent_msg_data
195 user_handle_t hook
; /* hook handle
*/
196 thread_id_t tid
; /* thread id
*/
197 void
*hook_proc
; /* hook proc address
*/
198 /* followed by module name if any
*/
203 unsigned char bytes
[1]; /* raw data for sent messages
*/
204 struct callback_msg_data callback
;
205 struct winevent_msg_data winevent
;
208 /* structure for console char
/attribute info
*/
217 unsigned int low_part
;
221 #define MAX_ACL_LEN
65535
223 struct security_descriptor
225 unsigned int control
; /* SE_ flags
*/
226 data_size_t owner_len
;
227 data_size_t group_len
;
228 data_size_t sacl_len
;
229 data_size_t dacl_len
;
230 /* VARARG(owner
,SID
); */
231 /* VARARG(group
,SID
); */
232 /* VARARG(sacl
,ACL
); */
233 /* VARARG(dacl
,ACL
); */
236 struct object_attributes
238 obj_handle_t rootdir
; /* root directory
*/
239 data_size_t sd_len
; /* length of security_descriptor data. may be
0 */
240 data_size_t name_len
; /* length of the name string. may be
0 */
241 /* VARARG(sd
,security_descriptor
); */
242 /* VARARG(name
,unicode_str
); */
248 /* unsigned int attributes
[count
]; */
249 /* VARARG(sids
,SID
); */
275 enum apc_type type
; /* APC_USER
*/
276 void (__stdcall
*func
)(unsigned long
,unsigned long
,unsigned long
);
277 unsigned long args
[3]; /* arguments for user function
*/
281 enum apc_type type
; /* APC_TIMER
*/
282 void (__stdcall
*func
)(void
*, unsigned int
, unsigned int
);
283 timeout_t time
; /* absolute time of expiration
*/
284 void
*arg
; /* user argument
*/
288 enum apc_type type
; /* APC_ASYNC_IO
*/
289 unsigned
int (*func)(void*, void*, unsigned int);
290 void *user; /* user pointer */
291 void *sb; /* status block */
292 unsigned int status; /* I/O status */
296 enum apc_type type; /* APC_VIRTUAL_ALLOC */
297 void *addr; /* requested address */
298 unsigned long size; /* allocation size */
299 unsigned int zero_bits; /* allocation alignment */
300 unsigned int op_type; /* type of operation */
301 unsigned int prot; /* memory protection flags */
305 enum apc_type type; /* APC_VIRTUAL_FREE */
306 void *addr; /* requested address */
307 unsigned long size; /* allocation size */
308 unsigned int op_type; /* type of operation */
312 enum apc_type type; /* APC_VIRTUAL_QUERY */
313 const void *addr; /* requested address */
317 enum apc_type type; /* APC_VIRTUAL_PROTECT */
318 void *addr; /* requested address */
319 unsigned long size; /* requested address */
320 unsigned int prot; /* new protection flags */
324 enum apc_type type; /* APC_VIRTUAL_FLUSH */
325 const void *addr; /* requested address */
326 unsigned long size; /* requested address */
330 enum apc_type type; /* APC_VIRTUAL_LOCK */
331 void *addr; /* requested address */
332 unsigned long size; /* requested address */
336 enum apc_type type; /* APC_VIRTUAL_UNLOCK */
337 void *addr; /* requested address */
338 unsigned long size; /* requested address */
342 enum apc_type type; /* APC_MAP_VIEW */
343 obj_handle_t handle; /* mapping handle */
344 void *addr; /* requested address */
345 unsigned long size; /* allocation size */
346 file_pos_t offset; /* file offset */
347 unsigned int zero_bits; /* allocation alignment */
348 unsigned int alloc_type;/* allocation type */
349 unsigned int prot; /* memory protection flags */
353 enum apc_type type; /* APC_UNMAP_VIEW */
354 void *addr; /* view address */
358 enum apc_type type; /* APC_CREATE_THREAD */
359 void (__stdcall *func)(void*); /* start function
*/
360 void
*arg
; /* argument for start function
*/
361 unsigned long reserve
; /* reserve size for thread stack
*/
362 unsigned long commit
; /* commit size for thread stack
*/
363 int suspend
; /* suspended thread?
*/
372 enum apc_type type
; /* APC_ASYNC_IO
*/
373 unsigned int status
; /* new status of async operation
*/
377 enum apc_type type
; /* APC_VIRTUAL_ALLOC
*/
378 unsigned int status
; /* status returned by call
*/
379 void
*addr
; /* resulting address
*/
380 unsigned long size
; /* resulting size
*/
384 enum apc_type type
; /* APC_VIRTUAL_FREE
*/
385 unsigned int status
; /* status returned by call
*/
386 void
*addr
; /* resulting address
*/
387 unsigned long size
; /* resulting size
*/
391 enum apc_type type
; /* APC_VIRTUAL_QUERY
*/
392 unsigned int status
; /* status returned by call
*/
393 void
*base
; /* resulting base address
*/
394 void
*alloc_base
;/* resulting allocation base
*/
395 unsigned long size
; /* resulting region size
*/
396 unsigned int state
; /* resulting region state
*/
397 unsigned int prot
; /* resulting region protection
*/
398 unsigned int alloc_prot
;/* resulting allocation protection
*/
399 unsigned int alloc_type
;/* resulting region allocation type
*/
403 enum apc_type type
; /* APC_VIRTUAL_PROTECT
*/
404 unsigned int status
; /* status returned by call
*/
405 void
*addr
; /* resulting address
*/
406 unsigned long size
; /* resulting size
*/
407 unsigned int prot
; /* old protection flags
*/
411 enum apc_type type
; /* APC_VIRTUAL_FLUSH
*/
412 unsigned int status
; /* status returned by call
*/
413 const void
*addr
; /* resulting address
*/
414 unsigned long size
; /* resulting size
*/
418 enum apc_type type
; /* APC_VIRTUAL_LOCK
*/
419 unsigned int status
; /* status returned by call
*/
420 void
*addr
; /* resulting address
*/
421 unsigned long size
; /* resulting size
*/
425 enum apc_type type
; /* APC_VIRTUAL_UNLOCK
*/
426 unsigned int status
; /* status returned by call
*/
427 void
*addr
; /* resulting address
*/
428 unsigned long size
; /* resulting size
*/
432 enum apc_type type
; /* APC_MAP_VIEW
*/
433 unsigned int status
; /* status returned by call
*/
434 void
*addr
; /* resulting address
*/
435 unsigned long size
; /* resulting size
*/
439 enum apc_type type
; /* APC_MAP_VIEW
*/
440 unsigned int status
; /* status returned by call
*/
444 enum apc_type type
; /* APC_CREATE_THREAD
*/
445 unsigned int status
; /* status returned by call
*/
446 thread_id_t tid
; /* thread id
*/
447 obj_handle_t handle
; /* handle to new thread
*/
451 /****************************************************************/
452 /* Request declarations
*/
454 /* Create a new process from the context of the parent
*/
456 int inherit_all
; /* inherit all handles from parent
*/
457 unsigned int create_flags
; /* creation flags
*/
458 int socket_fd
; /* file descriptor for process socket
*/
459 obj_handle_t exe_file
; /* file handle for main exe
*/
460 obj_handle_t hstdin
; /* handle for stdin
*/
461 obj_handle_t hstdout
; /* handle for stdout
*/
462 obj_handle_t hstderr
; /* handle for stderr
*/
463 unsigned int process_access
; /* access rights for process object
*/
464 unsigned int process_attr
; /* attributes for process object
*/
465 unsigned int thread_access
; /* access rights for thread object
*/
466 unsigned int thread_attr
; /* attributes for thread object
*/
467 VARARG(info
,startup_info
); /* startup information
*/
468 VARARG(env
,unicode_str
); /* environment for new process
*/
470 obj_handle_t info
; /* new process info handle
*/
471 process_id_t pid
; /* process id
*/
472 obj_handle_t phandle
; /* process
handle (in the current process
) */
473 thread_id_t tid
; /* thread id
*/
474 obj_handle_t thandle
; /* thread
handle (in the current process
) */
478 /* Retrieve information about a newly started process
*/
479 @
REQ(get_new_process_info
)
480 obj_handle_t info
; /* info handle returned from new_process_request
*/
482 int success
; /* did the process start successfully?
*/
483 int exit_code
; /* process exit code if failed
*/
487 /* Create a new thread from the context of the parent
*/
489 unsigned int access
; /* wanted access rights
*/
490 unsigned int attributes
; /* object attributes
*/
491 int suspend
; /* new thread should be suspended on creation
*/
492 int request_fd
; /* fd for request pipe
*/
494 thread_id_t tid
; /* thread id
*/
495 obj_handle_t handle
; /* thread
handle (in the current process
) */
499 /* Retrieve the new process startup info
*/
500 @
REQ(get_startup_info
)
502 obj_handle_t exe_file
; /* file handle for main exe
*/
503 obj_handle_t hstdin
; /* handle for stdin
*/
504 obj_handle_t hstdout
; /* handle for stdout
*/
505 obj_handle_t hstderr
; /* handle for stderr
*/
506 VARARG(info
,startup_info
); /* startup information
*/
507 VARARG(env
,unicode_str
); /* environment
*/
511 /* Signal the end of the process initialization
*/
512 @
REQ(init_process_done
)
513 void
* module
; /* main module base address
*/
514 void
* entry
; /* process entry point
*/
515 int gui
; /* is it a GUI process?
*/
519 /* Initialize a thread
; called from the child after
fork()/clone() */
521 int unix_pid
; /* Unix pid of new thread
*/
522 int unix_tid
; /* Unix tid of new thread
*/
523 int debug_level
; /* new debug level
*/
524 void
* teb
; /* TEB of new
thread (in thread address space
) */
525 void
* peb
; /* address of
PEB (in thread address space
) */
526 void
* entry
; /* thread entry
point (in thread address space
) */
527 void
* ldt_copy
; /* address of LDT
copy (in thread address space
) */
528 int reply_fd
; /* fd for reply pipe
*/
529 int wait_fd
; /* fd for blocking calls pipe
*/
531 process_id_t pid
; /* process id of the new thread
's process */
532 thread_id_t tid; /* thread id of the new thread */
533 data_size_t info_size; /* total size of startup info */
534 timeout_t server_start; /* server start time */
535 int version; /* protocol version */
539 /* Terminate a process */
540 @REQ(terminate_process)
541 obj_handle_t handle; /* process handle to terminate */
542 int exit_code; /* process exit code */
544 int self; /* suicide? */
548 /* Terminate a thread */
549 @REQ(terminate_thread)
550 obj_handle_t handle; /* thread handle to terminate */
551 int exit_code; /* thread exit code */
553 int self; /* suicide? */
554 int last; /* last thread in this process? */
558 /* Retrieve information about a process */
559 @REQ(get_process_info)
560 obj_handle_t handle; /* process handle */
562 process_id_t pid; /* server process id */
563 process_id_t ppid; /* server process id of parent */
564 int exit_code; /* process exit code */
565 int priority; /* priority class */
566 int affinity; /* process affinity mask */
567 void* peb; /* PEB address in process address space */
568 timeout_t start_time; /* process start time */
569 timeout_t end_time; /* process end time */
573 /* Set a process informations */
574 @REQ(set_process_info)
575 obj_handle_t handle; /* process handle */
576 int mask; /* setting mask (see below) */
577 int priority; /* priority class */
578 int affinity; /* affinity mask */
580 #define SET_PROCESS_INFO_PRIORITY 0x01
581 #define SET_PROCESS_INFO_AFFINITY 0x02
584 /* Retrieve information about a thread */
585 @REQ(get_thread_info)
586 obj_handle_t handle; /* thread handle */
587 thread_id_t tid_in; /* thread id (optional) */
589 process_id_t pid; /* server process id */
590 thread_id_t tid; /* server thread id */
591 void* teb; /* thread teb pointer */
592 int exit_code; /* thread exit code */
593 int priority; /* thread priority level */
594 int affinity; /* thread affinity mask */
595 timeout_t creation_time; /* thread creation time */
596 timeout_t exit_time; /* thread exit time */
597 int last; /* last thread in process */
601 /* Set a thread informations */
602 @REQ(set_thread_info)
603 obj_handle_t handle; /* thread handle */
604 int mask; /* setting mask (see below) */
605 int priority; /* priority class */
606 int affinity; /* affinity mask */
607 obj_handle_t token; /* impersonation token */
609 #define SET_THREAD_INFO_PRIORITY 0x01
610 #define SET_THREAD_INFO_AFFINITY 0x02
611 #define SET_THREAD_INFO_TOKEN 0x04
614 /* Retrieve information about a module */
616 obj_handle_t handle; /* process handle */
617 void* base_address; /* base address of module */
619 size_t size; /* module size */
621 VARARG(filename,unicode_str); /* file name of module */
625 /* Suspend a thread */
627 obj_handle_t handle; /* thread handle */
629 int count; /* new suspend count */
633 /* Resume a thread */
635 obj_handle_t handle; /* thread handle */
637 int count; /* new suspend count */
641 /* Notify the server that a dll has been loaded */
643 obj_handle_t handle; /* file handle */
644 void* base; /* base address */
645 size_t size; /* dll size */
646 int dbg_offset; /* debug info offset */
647 int dbg_size; /* debug info size */
648 void* name; /* ptr to ptr to name (in process addr space) */
649 VARARG(filename,unicode_str); /* file name of dll */
653 /* Notify the server that a dll is being unloaded */
655 void* base; /* base address */
659 /* Queue an APC for a thread or process */
661 obj_handle_t thread; /* thread handle */
662 obj_handle_t process; /* process handle */
663 apc_call_t call; /* call arguments */
665 obj_handle_t handle; /* APC handle */
666 int self; /* run APC in caller itself? */
670 /* Get the result of an APC call */
672 obj_handle_t handle; /* handle to the APC */
674 apc_result_t result; /* result of the APC */
678 /* Close a handle for the current process */
680 obj_handle_t handle; /* handle to close */
684 /* Set a handle information */
685 @REQ(set_handle_info)
686 obj_handle_t handle; /* handle we are interested in */
687 int flags; /* new handle flags */
688 int mask; /* mask for flags to set */
690 int old_flags; /* old flag value */
694 /* Duplicate a handle */
696 obj_handle_t src_process; /* src process handle */
697 obj_handle_t src_handle; /* src handle to duplicate */
698 obj_handle_t dst_process; /* dst process handle */
699 unsigned int access; /* wanted access rights */
700 unsigned int attributes; /* object attributes */
701 unsigned int options; /* duplicate options (see below) */
703 obj_handle_t handle; /* duplicated handle in dst process */
704 int self; /* is the source the current process? */
705 int closed; /* whether the source handle has been closed */
707 #define DUP_HANDLE_CLOSE_SOURCE DUPLICATE_CLOSE_SOURCE
708 #define DUP_HANDLE_SAME_ACCESS DUPLICATE_SAME_ACCESS
709 #define DUP_HANDLE_MAKE_GLOBAL 0x80000000 /* Not a Windows flag */
712 /* Open a handle to a process */
714 process_id_t pid; /* process id to open */
715 unsigned int access; /* wanted access rights */
716 unsigned int attributes; /* object attributes */
718 obj_handle_t handle; /* handle to the process */
722 /* Open a handle to a thread */
724 thread_id_t tid; /* thread id to open */
725 unsigned int access; /* wanted access rights */
726 unsigned int attributes; /* object attributes */
728 obj_handle_t handle; /* handle to the thread */
732 /* Wait for handles */
734 int flags; /* wait flags (see below) */
735 void* cookie; /* magic cookie to return to client */
736 obj_handle_t signal; /* object to signal (0 if none) */
737 obj_handle_t prev_apc; /* handle to previous APC */
738 timeout_t timeout; /* timeout */
739 VARARG(result,apc_result); /* result of previous APC */
740 VARARG(handles,handles); /* handles to select on */
742 obj_handle_t apc_handle; /* handle to next APC */
743 timeout_t timeout; /* timeout converted to absolute */
744 apc_call_t call; /* APC call arguments */
747 #define SELECT_ALERTABLE 2
748 #define SELECT_INTERRUPTIBLE 4
751 /* Create an event */
753 unsigned int access; /* wanted access rights */
754 unsigned int attributes; /* object attributes */
755 int manual_reset; /* manual reset event */
756 int initial_state; /* initial state of the event */
757 VARARG(objattr,object_attributes); /* object attributes */
759 obj_handle_t handle; /* handle to the event */
762 /* Event operation */
764 obj_handle_t handle; /* handle to event */
765 int op; /* event operation (see below) */
767 enum event_op { PULSE_EVENT, SET_EVENT, RESET_EVENT };
772 unsigned int access; /* wanted access rights */
773 unsigned int attributes; /* object attributes */
774 obj_handle_t rootdir; /* root directory */
775 VARARG(name,unicode_str); /* object name */
777 obj_handle_t handle; /* handle to the event */
783 unsigned int access; /* wanted access rights */
784 unsigned int attributes; /* object attributes */
785 int owned; /* initially owned? */
786 VARARG(objattr,object_attributes); /* object attributes */
788 obj_handle_t handle; /* handle to the mutex */
792 /* Release a mutex */
794 obj_handle_t handle; /* handle to the mutex */
796 unsigned int prev_count; /* value of internal counter, before release */
802 unsigned int access; /* wanted access rights */
803 unsigned int attributes; /* object attributes */
804 obj_handle_t rootdir; /* root directory */
805 VARARG(name,unicode_str); /* object name */
807 obj_handle_t handle; /* handle to the mutex */
811 /* Create a semaphore */
812 @REQ(create_semaphore)
813 unsigned int access; /* wanted access rights */
814 unsigned int attributes; /* object attributes */
815 unsigned int initial; /* initial count */
816 unsigned int max; /* maximum count */
817 VARARG(objattr,object_attributes); /* object attributes */
819 obj_handle_t handle; /* handle to the semaphore */
823 /* Release a semaphore */
824 @REQ(release_semaphore)
825 obj_handle_t handle; /* handle to the semaphore */
826 unsigned int count; /* count to add to semaphore */
828 unsigned int prev_count; /* previous semaphore count */
832 /* Open a semaphore */
834 unsigned int access; /* wanted access rights */
835 unsigned int attributes; /* object attributes */
836 obj_handle_t rootdir; /* root directory */
837 VARARG(name,unicode_str); /* object name */
839 obj_handle_t handle; /* handle to the semaphore */
845 unsigned int access; /* wanted access rights */
846 unsigned int attributes; /* object attributes */
847 unsigned int sharing; /* sharing flags */
848 int create; /* file create action */
849 unsigned int options; /* file options */
850 unsigned int attrs; /* file attributes for creation */
851 VARARG(objattr,object_attributes); /* object attributes */
852 VARARG(filename,string); /* file name */
854 obj_handle_t handle; /* handle to the file */
858 /* Open a file object */
859 @REQ(open_file_object)
860 unsigned int access; /* wanted access rights */
861 unsigned int attributes; /* open attributes */
862 obj_handle_t rootdir; /* root directory */
863 unsigned int sharing; /* sharing flags */
864 unsigned int options; /* file options */
865 VARARG(filename,unicode_str); /* file name */
867 obj_handle_t handle; /* handle to the file */
871 /* Allocate a file handle for a Unix fd */
872 @REQ(alloc_file_handle)
873 unsigned int access; /* wanted access rights */
874 unsigned int attributes; /* object attributes */
875 int fd; /* file descriptor on the client side */
877 obj_handle_t handle; /* handle to the file */
881 /* Get a Unix fd to access a file */
883 obj_handle_t handle; /* handle to the file */
885 int type; /* file type (see below) */
886 int removable; /* is file removable? */
887 unsigned int access; /* file access rights */
888 unsigned int options; /* file open options */
892 FD_TYPE_INVALID, /* invalid file (no associated fd) */
893 FD_TYPE_FILE, /* regular file */
894 FD_TYPE_DIR, /* directory */
895 FD_TYPE_SOCKET, /* socket */
896 FD_TYPE_SERIAL, /* serial port */
897 FD_TYPE_PIPE, /* named pipe */
898 FD_TYPE_MAILSLOT, /* mailslot */
899 FD_TYPE_CHAR, /* unspecified char device */
900 FD_TYPE_DEVICE, /* Windows device file */
905 /* Flush a file buffers */
907 obj_handle_t handle; /* handle to the file */
909 obj_handle_t event; /* event set when finished */
913 /* Lock a region of a file */
915 obj_handle_t handle; /* handle to the file */
916 file_pos_t offset; /* offset of start of lock */
917 file_pos_t count; /* count of bytes to lock */
918 int shared; /* shared or exclusive lock? */
919 int wait; /* do we want to wait? */
921 obj_handle_t handle; /* handle to wait on */
922 int overlapped; /* is it an overlapped I/O handle? */
926 /* Unlock a region of a file */
928 obj_handle_t handle; /* handle to the file */
929 file_pos_t offset; /* offset of start of unlock */
930 file_pos_t count; /* count of bytes to unlock */
934 /* Create a socket */
936 unsigned int access; /* wanted access rights */
937 unsigned int attributes; /* object attributes */
938 int family; /* family, see socket manpage */
939 int type; /* type, see socket manpage */
940 int protocol; /* protocol, see socket manpage */
941 unsigned int flags; /* socket flags */
943 obj_handle_t handle; /* handle to the new socket */
947 /* Accept a socket */
949 obj_handle_t lhandle; /* handle to the listening socket */
950 unsigned int access; /* wanted access rights */
951 unsigned int attributes; /* object attributes */
953 obj_handle_t handle; /* handle to the new socket */
957 /* Set socket event parameters */
958 @REQ(set_socket_event)
959 obj_handle_t handle; /* handle to the socket */
960 unsigned int mask; /* event mask */
961 obj_handle_t event; /* event object */
962 user_handle_t window; /* window to send the message to */
963 unsigned int msg; /* message to send */
967 /* Get socket event parameters */
968 @REQ(get_socket_event)
969 obj_handle_t handle; /* handle to the socket */
970 int service; /* clear pending? */
971 obj_handle_t c_event; /* event to clear */
973 unsigned int mask; /* event mask */
974 unsigned int pmask; /* pending events */
975 unsigned int state; /* status bits */
976 VARARG(errors,ints); /* event errors */
980 /* Reenable pending socket events */
981 @REQ(enable_socket_event)
982 obj_handle_t handle; /* handle to the socket */
983 unsigned int mask; /* events to re-enable */
984 unsigned int sstate; /* status bits to set */
985 unsigned int cstate; /* status bits to clear */
988 @REQ(set_socket_deferred)
989 obj_handle_t handle; /* handle to the socket */
990 obj_handle_t deferred; /* handle to the socket for which accept() is deferred */
993 /* Allocate a console (only used by a console renderer) */
995 unsigned int access; /* wanted access rights */
996 unsigned int attributes; /* object attributes */
997 process_id_t pid; /* pid of process which shall be attached to the console */
999 obj_handle_t handle_in; /* handle to console input */
1000 obj_handle_t event; /* handle to renderer events change notification */
1004 /* Free the console of the current process */
1009 #define CONSOLE_RENDERER_NONE_EVENT 0x00
1010 #define CONSOLE_RENDERER_TITLE_EVENT 0x01
1011 #define CONSOLE_RENDERER_ACTIVE_SB_EVENT 0x02
1012 #define CONSOLE_RENDERER_SB_RESIZE_EVENT 0x03
1013 #define CONSOLE_RENDERER_UPDATE_EVENT 0x04
1014 #define CONSOLE_RENDERER_CURSOR_POS_EVENT 0x05
1015 #define CONSOLE_RENDERER_CURSOR_GEOM_EVENT 0x06
1016 #define CONSOLE_RENDERER_DISPLAY_EVENT 0x07
1017 #define CONSOLE_RENDERER_EXIT_EVENT 0x08
1018 struct console_renderer_event
1053 /* retrieve console events for the renderer */
1054 @REQ(get_console_renderer_events)
1055 obj_handle_t handle; /* handle to console input events */
1057 VARARG(data,bytes); /* the various console_renderer_events */
1061 /* Open a handle to the process console */
1063 obj_handle_t from; /* 0 (resp 1) input (resp output) of current process console */
1064 /* otherwise console_in handle to get active screen buffer? */
1065 unsigned int access; /* wanted access rights */
1066 unsigned int attributes; /* object attributes */
1067 int share; /* share mask (only for output handles) */
1069 obj_handle_t handle; /* handle to the console */
1073 /* Get the input queue wait event */
1074 @REQ(get_console_wait_event)
1076 obj_handle_t handle;
1079 /* Get a console mode (input or output) */
1080 @REQ(get_console_mode)
1081 obj_handle_t handle; /* handle to the console */
1083 int mode; /* console mode */
1087 /* Set a console mode (input or output) */
1088 @REQ(set_console_mode)
1089 obj_handle_t handle; /* handle to the console */
1090 int mode; /* console mode */
1094 /* Set info about a console (input only) */
1095 @REQ(set_console_input_info)
1096 obj_handle_t handle; /* handle to console input, or 0 for process' console
*/
1097 int mask
; /* setting
mask (see below
) */
1098 obj_handle_t active_sb
; /* active screen buffer
*/
1099 int history_mode
; /* whether we duplicate lines in history
*/
1100 int history_size
; /* number of lines in history
*/
1101 int edition_mode
; /* index to the edition mode flavors
*/
1102 int input_cp
; /* console input codepage
*/
1103 int output_cp
; /* console output codepage
*/
1104 user_handle_t win
; /* console window if backend supports it
*/
1105 VARARG(title
,unicode_str
); /* console title
*/
1107 #define SET_CONSOLE_INPUT_INFO_ACTIVE_SB
0x01
1108 #define SET_CONSOLE_INPUT_INFO_TITLE
0x02
1109 #define SET_CONSOLE_INPUT_INFO_HISTORY_MODE
0x04
1110 #define SET_CONSOLE_INPUT_INFO_HISTORY_SIZE
0x08
1111 #define SET_CONSOLE_INPUT_INFO_EDITION_MODE
0x10
1112 #define SET_CONSOLE_INPUT_INFO_INPUT_CODEPAGE
0x20
1113 #define SET_CONSOLE_INPUT_INFO_OUTPUT_CODEPAGE
0x40
1114 #define SET_CONSOLE_INPUT_INFO_WIN
0x80
1117 /* Get info about a
console (input only
) */
1118 @
REQ(get_console_input_info
)
1119 obj_handle_t handle
; /* handle to console input
, or
0 for process
' console */
1121 int history_mode; /* whether we duplicate lines in history */
1122 int history_size; /* number of lines in history */
1123 int history_index; /* number of used lines in history */
1124 int edition_mode; /* index to the edition mode flavors */
1125 int input_cp; /* console input codepage */
1126 int output_cp; /* console output codepage */
1127 user_handle_t win; /* console window if backend supports it */
1128 VARARG(title,unicode_str); /* console title */
1132 /* appends a string to console's history
*/
1133 @
REQ(append_console_input_history
)
1134 obj_handle_t handle
; /* handle to console input
, or
0 for process
' console */
1135 VARARG(line,unicode_str); /* line to add */
1139 /* appends a string to console's history
*/
1140 @
REQ(get_console_input_history
)
1141 obj_handle_t handle
; /* handle to console input
, or
0 for process
' console */
1142 int index; /* index to get line from */
1144 int total; /* total length of line in Unicode chars */
1145 VARARG(line,unicode_str); /* line to add */
1149 /* creates a new screen buffer on process' console
*/
1150 @
REQ(create_console_output
)
1151 obj_handle_t handle_in
; /* handle to console input
, or
0 for process
' console */
1152 unsigned int access; /* wanted access rights */
1153 unsigned int attributes; /* object attributes */
1154 unsigned int share; /* sharing credentials */
1156 obj_handle_t handle_out; /* handle to the screen buffer */
1160 /* Set info about a console (output only) */
1161 @REQ(set_console_output_info)
1162 obj_handle_t handle; /* handle to the console */
1163 int mask; /* setting mask (see below) */
1164 short int cursor_size; /* size of cursor (percentage filled) */
1165 short int cursor_visible;/* cursor visibility flag */
1166 short int cursor_x; /* position of cursor (x, y) */
1168 short int width; /* width of the screen buffer */
1169 short int height; /* height of the screen buffer */
1170 short int attr; /* default attribute */
1171 short int win_left; /* window actually displayed by renderer */
1172 short int win_top; /* the rect area is expressed withing the */
1173 short int win_right; /* boundaries of the screen buffer */
1174 short int win_bottom;
1175 short int max_width; /* maximum size (width x height) for the window */
1176 short int max_height;
1178 #define SET_CONSOLE_OUTPUT_INFO_CURSOR_GEOM 0x01
1179 #define SET_CONSOLE_OUTPUT_INFO_CURSOR_POS 0x02
1180 #define SET_CONSOLE_OUTPUT_INFO_SIZE 0x04
1181 #define SET_CONSOLE_OUTPUT_INFO_ATTR 0x08
1182 #define SET_CONSOLE_OUTPUT_INFO_DISPLAY_WINDOW 0x10
1183 #define SET_CONSOLE_OUTPUT_INFO_MAX_SIZE 0x20
1186 /* Get info about a console (output only) */
1187 @REQ(get_console_output_info)
1188 obj_handle_t handle; /* handle to the console */
1190 short int cursor_size; /* size of cursor (percentage filled) */
1191 short int cursor_visible;/* cursor visibility flag */
1192 short int cursor_x; /* position of cursor (x, y) */
1194 short int width; /* width of the screen buffer */
1195 short int height; /* height of the screen buffer */
1196 short int attr; /* default attribute */
1197 short int win_left; /* window actually displayed by renderer */
1198 short int win_top; /* the rect area is expressed withing the */
1199 short int win_right; /* boundaries of the screen buffer */
1200 short int win_bottom;
1201 short int max_width; /* maximum size (width x height) for the window */
1202 short int max_height;
1205 /* Add input records to a console input queue */
1206 @REQ(write_console_input)
1207 obj_handle_t handle; /* handle to the console input */
1208 VARARG(rec,input_records); /* input records */
1210 int written; /* number of records written */
1214 /* Fetch input records from a console input queue */
1215 @REQ(read_console_input)
1216 obj_handle_t handle; /* handle to the console input */
1217 int flush; /* flush the retrieved records from the queue? */
1219 int read; /* number of records read */
1220 VARARG(rec,input_records); /* input records */
1224 /* write data (chars and/or attributes) in a screen buffer */
1225 @REQ(write_console_output)
1226 obj_handle_t handle; /* handle to the console output */
1227 int x; /* position where to start writing */
1229 int mode; /* char info (see below) */
1230 int wrap; /* wrap around at end of line? */
1231 VARARG(data,bytes); /* info to write */
1233 int written; /* number of char infos actually written */
1234 int width; /* width of screen buffer */
1235 int height; /* height of screen buffer */
1239 CHAR_INFO_MODE_TEXT, /* characters only */
1240 CHAR_INFO_MODE_ATTR, /* attributes only */
1241 CHAR_INFO_MODE_TEXTATTR, /* both characters and attributes */
1242 CHAR_INFO_MODE_TEXTSTDATTR /* characters but use standard attributes */
1246 /* fill a screen buffer with constant data (chars and/or attributes) */
1247 @REQ(fill_console_output)
1248 obj_handle_t handle; /* handle to the console output */
1249 int x; /* position where to start writing */
1251 int mode; /* char info mode */
1252 int count; /* number to write */
1253 int wrap; /* wrap around at end of line? */
1254 char_info_t data; /* data to write */
1256 int written; /* number of char infos actually written */
1260 /* read data (chars and/or attributes) from a screen buffer */
1261 @REQ(read_console_output)
1262 obj_handle_t handle; /* handle to the console output */
1263 int x; /* position (x,y) where to start reading */
1265 int mode; /* char info mode */
1266 int wrap; /* wrap around at end of line? */
1268 int width; /* width of screen buffer */
1269 int height; /* height of screen buffer */
1274 /* move a rect (of data) in screen buffer content */
1275 @REQ(move_console_output)
1276 obj_handle_t handle; /* handle to the console output */
1277 short int x_src; /* position (x, y) of rect to start moving from */
1279 short int x_dst; /* position (x, y) of rect to move to */
1281 short int w; /* size of the rect (width, height) to move */
1286 /* Sends a signal to a process group */
1287 @REQ(send_console_signal)
1288 int signal; /* the signal to send */
1289 process_id_t group_id; /* the group to send the signal to */
1293 /* enable directory change notifications */
1294 @REQ(read_directory_changes)
1295 unsigned int filter; /* notification filter */
1296 obj_handle_t handle; /* handle to the directory */
1297 int subtree; /* watch the subtree? */
1298 int want_data; /* flag indicating whether change data should be collected */
1299 async_data_t async; /* async I/O parameters */
1304 obj_handle_t handle;
1306 int action; /* type of change */
1307 VARARG(name,string); /* name of directory entry that changed */
1311 /* Create a file mapping */
1312 @REQ(create_mapping)
1313 unsigned int access; /* wanted access rights */
1314 unsigned int attributes; /* object attributes */
1315 file_pos_t size; /* mapping size */
1316 int protect; /* protection flags (see below) */
1317 obj_handle_t file_handle; /* file handle */
1318 VARARG(objattr,object_attributes); /* object attributes */
1320 obj_handle_t handle; /* handle to the mapping */
1322 /* protection flags */
1323 #define VPROT_READ 0x01
1324 #define VPROT_WRITE 0x02
1325 #define VPROT_EXEC 0x04
1326 #define VPROT_WRITECOPY 0x08
1327 #define VPROT_GUARD 0x10
1328 #define VPROT_NOCACHE 0x20
1329 #define VPROT_COMMITTED 0x40
1330 #define VPROT_IMAGE 0x80
1333 /* Open a mapping */
1335 unsigned int access; /* wanted access rights */
1336 unsigned int attributes; /* object attributes */
1337 obj_handle_t rootdir; /* root directory */
1338 VARARG(name,unicode_str); /* object name */
1340 obj_handle_t handle; /* handle to the mapping */
1344 /* Get information about a file mapping */
1345 @REQ(get_mapping_info)
1346 obj_handle_t handle; /* handle to the mapping */
1348 file_pos_t size; /* mapping size */
1349 int protect; /* protection flags */
1350 int header_size; /* header size (for VPROT_IMAGE mapping) */
1351 void* base; /* default base addr (for VPROT_IMAGE mapping) */
1352 obj_handle_t mapping; /* duplicate mapping handle unless removable */
1353 obj_handle_t shared_file; /* shared mapping file handle */
1357 #define SNAP_HEAPLIST 0x00000001
1358 #define SNAP_PROCESS 0x00000002
1359 #define SNAP_THREAD 0x00000004
1360 #define SNAP_MODULE 0x00000008
1361 /* Create a snapshot */
1362 @REQ(create_snapshot)
1363 unsigned int attributes; /* object attributes */
1364 int flags; /* snapshot flags (SNAP_*) */
1365 process_id_t pid; /* process id */
1367 obj_handle_t handle; /* handle to the snapshot */
1371 /* Get the next process from a snapshot */
1373 obj_handle_t handle; /* handle to the snapshot */
1374 int reset; /* reset snapshot position? */
1376 int count; /* process usage count */
1377 process_id_t pid; /* process id */
1378 process_id_t ppid; /* parent process id */
1379 void* heap; /* heap base */
1380 void* module; /* main module */
1381 int threads; /* number of threads */
1382 int priority; /* process priority */
1383 int handles; /* number of handles */
1384 VARARG(filename,unicode_str); /* file name of main exe */
1388 /* Get the next thread from a snapshot */
1390 obj_handle_t handle; /* handle to the snapshot */
1391 int reset; /* reset snapshot position? */
1393 int count; /* thread usage count */
1394 process_id_t pid; /* process id */
1395 thread_id_t tid; /* thread id */
1396 int base_pri; /* base priority */
1397 int delta_pri; /* delta priority */
1401 /* Get the next module from a snapshot */
1403 obj_handle_t handle; /* handle to the snapshot */
1404 int reset; /* reset snapshot position? */
1406 process_id_t pid; /* process id */
1407 void* base; /* module base address */
1408 size_t size; /* module size */
1409 VARARG(filename,unicode_str); /* file name of module */
1413 /* Wait for a debug event */
1414 @REQ(wait_debug_event)
1415 int get_handle; /* should we alloc a handle for waiting? */
1417 process_id_t pid; /* process id */
1418 thread_id_t tid; /* thread id */
1419 obj_handle_t wait; /* wait handle if no event ready */
1420 VARARG(event,debug_event); /* debug event data */
1424 /* Queue an exception event */
1425 @REQ(queue_exception_event)
1426 int first; /* first chance exception? */
1427 VARARG(record,exc_event); /* thread context followed by exception record */
1429 obj_handle_t handle; /* handle to the queued event */
1433 /* Retrieve the status of an exception event */
1434 @REQ(get_exception_status)
1435 obj_handle_t handle; /* handle to the queued event */
1437 VARARG(context,context); /* modified thread context */
1441 /* Send an output string to the debugger */
1442 @REQ(output_debug_string)
1443 void* string; /* string to display (in debugged process address space) */
1444 int unicode; /* is it Unicode? */
1445 int length; /* string length */
1449 /* Continue a debug event */
1450 @REQ(continue_debug_event)
1451 process_id_t pid; /* process id to continue */
1452 thread_id_t tid; /* thread id to continue */
1453 int status; /* continuation status */
1457 /* Start/stop debugging an existing process */
1459 process_id_t pid; /* id of the process to debug */
1460 int attach; /* 1=attaching / 0=detaching from the process */
1464 /* Simulate a breakpoint in a process */
1466 obj_handle_t handle; /* process handle */
1468 int self; /* was it the caller itself? */
1472 /* Set debugger kill on exit flag */
1473 @REQ(set_debugger_kill_on_exit)
1474 int kill_on_exit; /* 0=detach/1=kill debuggee when debugger dies */
1478 /* Read data from a process address space */
1479 @REQ(read_process_memory)
1480 obj_handle_t handle; /* process handle */
1481 void* addr; /* addr to read from */
1483 VARARG(data,bytes); /* result data */
1487 /* Write data to a process address space */
1488 @REQ(write_process_memory)
1489 obj_handle_t handle; /* process handle */
1490 void* addr; /* addr to write to */
1491 VARARG(data,bytes); /* data to write */
1495 /* Create a registry key */
1497 obj_handle_t parent; /* handle to the parent key */
1498 unsigned int access; /* desired access rights */
1499 unsigned int attributes; /* object attributes */
1500 unsigned int options; /* creation options */
1501 time_t modif; /* last modification time */
1502 data_size_t namelen; /* length of key name in bytes */
1503 VARARG(name,unicode_str,namelen); /* key name */
1504 VARARG(class,unicode_str); /* class name */
1506 obj_handle_t hkey; /* handle to the created key */
1507 int created; /* has it been newly created? */
1510 /* Open a registry key */
1512 obj_handle_t parent; /* handle to the parent key */
1513 unsigned int access; /* desired access rights */
1514 unsigned int attributes; /* object attributes */
1515 VARARG(name,unicode_str); /* key name */
1517 obj_handle_t hkey; /* handle to the open key */
1521 /* Delete a registry key */
1523 obj_handle_t hkey; /* handle to the key */
1527 /* Flush a registry key */
1529 obj_handle_t hkey; /* handle to the key */
1533 /* Enumerate registry subkeys */
1535 obj_handle_t hkey; /* handle to registry key */
1536 int index; /* index of subkey (or -1 for current key) */
1537 int info_class; /* requested information class */
1539 int subkeys; /* number of subkeys */
1540 int max_subkey; /* longest subkey name */
1541 int max_class; /* longest class name */
1542 int values; /* number of values */
1543 int max_value; /* longest value name */
1544 int max_data; /* longest value data */
1545 time_t modif; /* last modification time */
1546 data_size_t total; /* total length needed for full name and class */
1547 data_size_t namelen; /* length of key name in bytes */
1548 VARARG(name,unicode_str,namelen); /* key name */
1549 VARARG(class,unicode_str); /* class name */
1553 /* Set a value of a registry key */
1555 obj_handle_t hkey; /* handle to registry key */
1556 int type; /* value type */
1557 data_size_t namelen; /* length of value name in bytes */
1558 VARARG(name,unicode_str,namelen); /* value name */
1559 VARARG(data,bytes); /* value data */
1563 /* Retrieve the value of a registry key */
1565 obj_handle_t hkey; /* handle to registry key */
1566 VARARG(name,unicode_str); /* value name */
1568 int type; /* value type */
1569 data_size_t total; /* total length needed for data */
1570 VARARG(data,bytes); /* value data */
1574 /* Enumerate a value of a registry key */
1575 @REQ(enum_key_value)
1576 obj_handle_t hkey; /* handle to registry key */
1577 int index; /* value index */
1578 int info_class; /* requested information class */
1580 int type; /* value type */
1581 data_size_t total; /* total length needed for full name and data */
1582 data_size_t namelen; /* length of value name in bytes */
1583 VARARG(name,unicode_str,namelen); /* value name */
1584 VARARG(data,bytes); /* value data */
1588 /* Delete a value of a registry key */
1589 @REQ(delete_key_value)
1590 obj_handle_t hkey; /* handle to registry key */
1591 VARARG(name,unicode_str); /* value name */
1595 /* Load a registry branch from a file */
1597 obj_handle_t hkey; /* root key to load to */
1598 obj_handle_t file; /* file to load from */
1599 VARARG(name,unicode_str); /* subkey name */
1603 /* UnLoad a registry branch from a file */
1604 @REQ(unload_registry)
1605 obj_handle_t hkey; /* root key to unload to */
1609 /* Save a registry branch to a file */
1611 obj_handle_t hkey; /* key to save */
1612 obj_handle_t file; /* file to save to */
1616 /* Add a registry key change notification */
1617 @REQ(set_registry_notification)
1618 obj_handle_t hkey; /* key to watch for changes */
1619 obj_handle_t event; /* event to set */
1620 int subtree; /* should we watch the whole subtree? */
1621 unsigned int filter; /* things to watch */
1625 /* Create a waitable timer */
1627 unsigned int access; /* wanted access rights */
1628 unsigned int attributes; /* object attributes */
1629 obj_handle_t rootdir; /* root directory */
1630 int manual; /* manual reset */
1631 VARARG(name,unicode_str); /* object name */
1633 obj_handle_t handle; /* handle to the timer */
1637 /* Open a waitable timer */
1639 unsigned int access; /* wanted access rights */
1640 unsigned int attributes; /* object attributes */
1641 obj_handle_t rootdir; /* root directory */
1642 VARARG(name,unicode_str); /* object name */
1644 obj_handle_t handle; /* handle to the timer */
1647 /* Set a waitable timer */
1649 obj_handle_t handle; /* handle to the timer */
1650 timeout_t expire; /* next expiration absolute time */
1651 int period; /* timer period in ms */
1652 void* callback; /* callback function */
1653 void* arg; /* callback argument */
1655 int signaled; /* was the timer signaled before this call ? */
1658 /* Cancel a waitable timer */
1660 obj_handle_t handle; /* handle to the timer */
1662 int signaled; /* was the timer signaled before this calltime ? */
1665 /* Get information on a waitable timer */
1666 @REQ(get_timer_info)
1667 obj_handle_t handle; /* handle to the timer */
1669 timeout_t when; /* absolute time when the timer next expires */
1670 int signaled; /* is the timer signaled? */
1674 /* Retrieve the current context of a thread */
1675 @REQ(get_thread_context)
1676 obj_handle_t handle; /* thread handle */
1677 unsigned int flags; /* context flags */
1678 int suspend; /* if getting context during suspend */
1680 int self; /* was it a handle to the current thread? */
1681 VARARG(context,context); /* thread context */
1685 /* Set the current context of a thread */
1686 @REQ(set_thread_context)
1687 obj_handle_t handle; /* thread handle */
1688 unsigned int flags; /* context flags */
1689 int suspend; /* if setting context during suspend */
1690 VARARG(context,context); /* thread context */
1692 int self; /* was it a handle to the current thread? */
1696 /* Fetch a selector entry for a thread */
1697 @REQ(get_selector_entry)
1698 obj_handle_t handle; /* thread handle */
1699 int entry; /* LDT entry */
1701 unsigned int base; /* selector base */
1702 unsigned int limit; /* selector limit */
1703 unsigned char flags; /* selector flags */
1709 obj_handle_t table; /* which table to add atom to */
1710 VARARG(name,unicode_str); /* atom name */
1712 atom_t atom; /* resulting atom */
1716 /* Delete an atom */
1718 obj_handle_t table; /* which table to delete atom from */
1719 atom_t atom; /* atom handle */
1725 obj_handle_t table; /* which table to find atom from */
1726 VARARG(name,unicode_str); /* atom name */
1728 atom_t atom; /* atom handle */
1732 /* Get information about an atom */
1733 @REQ(get_atom_information)
1734 obj_handle_t table; /* which table to find atom from */
1735 atom_t atom; /* atom handle */
1737 int count; /* atom lock count */
1738 int pinned; /* whether the atom has been pinned */
1739 data_size_t total; /* actual length of atom name */
1740 VARARG(name,unicode_str); /* atom name */
1744 /* Set information about an atom */
1745 @REQ(set_atom_information)
1746 obj_handle_t table; /* which table to find atom from */
1747 atom_t atom; /* atom handle */
1748 int pinned; /* whether to bump atom information */
1752 /* Empty an atom table */
1753 @REQ(empty_atom_table)
1754 obj_handle_t table; /* which table to find atom from */
1755 int if_pinned; /* whether to delete pinned atoms */
1759 /* Init an atom table */
1760 @REQ(init_atom_table)
1761 int entries; /* number of entries (only for local) */
1763 obj_handle_t table; /* handle to the atom table */
1767 /* Get the message queue of the current thread */
1770 obj_handle_t handle; /* handle to the queue */
1774 /* Set the file descriptor associated to the current thread queue */
1776 obj_handle_t handle; /* handle to the file descriptor */
1780 /* Set the current message queue wakeup mask */
1781 @REQ(set_queue_mask)
1782 unsigned int wake_mask; /* wakeup bits mask */
1783 unsigned int changed_mask; /* changed bits mask */
1784 int skip_wait; /* will we skip waiting if signaled? */
1786 unsigned int wake_bits; /* current wake bits */
1787 unsigned int changed_bits; /* current changed bits */
1791 /* Get the current message queue status */
1792 @REQ(get_queue_status)
1793 int clear; /* should we clear the change bits? */
1795 unsigned int wake_bits; /* wake bits */
1796 unsigned int changed_bits; /* changed bits since last time */
1800 /* Retrieve the process idle event */
1801 @REQ(get_process_idle_event)
1802 obj_handle_t handle; /* process handle */
1804 obj_handle_t event; /* handle to idle event */
1808 /* Send a message to a thread queue */
1810 thread_id_t id; /* thread id */
1811 int type; /* message type (see below) */
1812 int flags; /* message flags (see below) */
1813 user_handle_t win; /* window handle */
1814 unsigned int msg; /* message code */
1815 unsigned long wparam; /* parameters */
1816 unsigned long lparam; /* parameters */
1817 timeout_t timeout; /* timeout for reply */
1818 VARARG(data,message_data); /* message data for sent messages */
1821 @REQ(post_quit_message)
1822 int exit_code; /* exit code to return */
1827 MSG_ASCII, /* Ascii message (from SendMessageA) */
1828 MSG_UNICODE, /* Unicode message (from SendMessageW) */
1829 MSG_NOTIFY, /* notify message (from SendNotifyMessageW), always Unicode */
1830 MSG_CALLBACK, /* callback message (from SendMessageCallbackW), always Unicode */
1831 MSG_CALLBACK_RESULT,/* result of a callback message */
1832 MSG_OTHER_PROCESS, /* sent from other process, may include vararg data, always Unicode */
1833 MSG_POSTED, /* posted message (from PostMessageW), always Unicode */
1834 MSG_HARDWARE, /* hardware message */
1835 MSG_WINEVENT /* winevent message */
1837 #define SEND_MSG_ABORT_IF_HUNG 0x01
1840 /* Send a hardware message to a thread queue */
1841 @REQ(send_hardware_message)
1842 thread_id_t id; /* thread id */
1843 user_handle_t win; /* window handle */
1844 unsigned int msg; /* message code */
1845 unsigned int time; /* message time */
1846 unsigned long wparam; /* parameters */
1847 unsigned long lparam; /* parameters */
1848 unsigned long info; /* extra info */
1849 int x; /* x position */
1850 int y; /* y position */
1854 /* Get a message from the current queue */
1856 unsigned int flags; /* PM_* flags */
1857 user_handle_t get_win; /* window handle to get */
1858 unsigned int get_first; /* first message code to get */
1859 unsigned int get_last; /* last message code to get */
1860 unsigned int hw_id; /* id of the previous hardware message (or 0) */
1861 unsigned int wake_mask; /* wakeup bits mask */
1862 unsigned int changed_mask; /* changed bits mask */
1864 user_handle_t win; /* window handle */
1865 int type; /* message type */
1866 unsigned int msg; /* message code */
1867 unsigned long wparam; /* parameters */
1868 unsigned long lparam; /* parameters */
1869 unsigned long info; /* extra info */
1870 int x; /* x position */
1871 int y; /* y position */
1872 unsigned int time; /* message time */
1873 unsigned int hw_id; /* id if hardware message */
1874 unsigned int active_hooks; /* active hooks bitmap */
1875 data_size_t total; /* total size of extra data */
1876 VARARG(data,message_data); /* message data for sent messages */
1880 /* Reply to a sent message */
1882 unsigned long result; /* message result */
1883 int remove; /* should we remove the message? */
1884 VARARG(data,bytes); /* message data for sent messages */
1888 /* Accept the current hardware message */
1889 @REQ(accept_hardware_message)
1890 unsigned int hw_id; /* id of the hardware message */
1891 int remove; /* should we remove the message? */
1892 user_handle_t new_win; /* new destination window for current message */
1896 /* Retrieve the reply for the last message sent */
1897 @REQ(get_message_reply)
1898 int cancel; /* cancel message if not ready? */
1900 unsigned long result; /* message result */
1901 VARARG(data,bytes); /* message data for sent messages */
1905 /* Set a window timer */
1907 user_handle_t win; /* window handle */
1908 unsigned int msg; /* message to post */
1909 unsigned int rate; /* timer rate in ms */
1910 unsigned long id; /* timer id */
1911 unsigned long lparam; /* message lparam (callback proc) */
1913 unsigned long id; /* timer id */
1917 /* Kill a window timer */
1918 @REQ(kill_win_timer)
1919 user_handle_t win; /* window handle */
1920 unsigned int msg; /* message to post */
1921 unsigned long id; /* timer id */
1925 /* Retrieve info about a serial port */
1926 @REQ(get_serial_info)
1927 obj_handle_t handle; /* handle to comm port */
1929 unsigned int readinterval;
1930 unsigned int readconst;
1931 unsigned int readmult;
1932 unsigned int writeconst;
1933 unsigned int writemult;
1934 unsigned int eventmask;
1938 /* Set info about a serial port */
1939 @REQ(set_serial_info)
1940 obj_handle_t handle; /* handle to comm port */
1941 int flags; /* bitmask to set values (see below) */
1942 unsigned int readinterval;
1943 unsigned int readconst;
1944 unsigned int readmult;
1945 unsigned int writeconst;
1946 unsigned int writemult;
1947 unsigned int eventmask;
1949 #define SERIALINFO_SET_TIMEOUTS 0x01
1950 #define SERIALINFO_SET_MASK 0x02
1953 /* Create an async I/O */
1954 @REQ(register_async)
1955 obj_handle_t handle; /* handle to comm port, socket or file */
1956 int type; /* type of queue to look after */
1957 int count; /* count - usually # of bytes to be read/written */
1958 async_data_t async; /* async I/O parameters */
1960 #define ASYNC_TYPE_READ 0x01
1961 #define ASYNC_TYPE_WRITE 0x02
1962 #define ASYNC_TYPE_WAIT 0x03
1965 /* Cancel all async op on a fd */
1967 obj_handle_t handle; /* handle to comm port, socket or file */
1971 /* Perform an ioctl on a file */
1973 obj_handle_t handle; /* handle to the device */
1974 ioctl_code_t code; /* ioctl code */
1975 async_data_t async; /* async I/O parameters */
1976 VARARG(in_data,bytes); /* ioctl input data */
1978 obj_handle_t wait; /* handle to wait on for blocking ioctl */
1979 unsigned int options; /* device open options */
1980 VARARG(out_data,bytes); /* ioctl output data */
1984 /* Retrieve results of an async ioctl */
1985 @REQ(get_ioctl_result)
1986 obj_handle_t handle; /* handle to the device */
1987 void* user_arg; /* user arg used to identify the request */
1989 VARARG(out_data,bytes); /* ioctl output data */
1993 /* Create a named pipe */
1994 @REQ(create_named_pipe)
1995 unsigned int access;
1996 unsigned int attributes; /* object attributes */
1997 obj_handle_t rootdir; /* root directory */
1998 unsigned int options;
2000 unsigned int maxinstances;
2001 unsigned int outsize;
2002 unsigned int insize;
2004 VARARG(name,unicode_str); /* pipe name */
2006 obj_handle_t handle; /* handle to the pipe */
2009 /* flags in create_named_pipe and get_named_pipe_info */
2010 #define NAMED_PIPE_MESSAGE_STREAM_WRITE 0x0001
2011 #define NAMED_PIPE_MESSAGE_STREAM_READ 0x0002
2012 #define NAMED_PIPE_NONBLOCKING_MODE 0x0004
2013 #define NAMED_PIPE_SERVER_END 0x8000
2016 @REQ(get_named_pipe_info)
2017 obj_handle_t handle;
2020 unsigned int maxinstances;
2021 unsigned int instances;
2022 unsigned int outsize;
2023 unsigned int insize;
2027 /* Create a cursor */
2029 unsigned int num_frames;
2030 unsigned short delay;
2032 user_handle_t handle;
2036 /* Destroy a cursor */
2037 @REQ(destroy_cursor)
2038 user_handle_t handle;
2042 /* Get cursor info */
2043 @REQ(get_cursor_info)
2044 user_handle_t handle;
2046 unsigned int num_frames;
2047 unsigned short delay;
2051 /* Get cursor frame */
2052 @REQ(get_cursor_frame)
2053 user_handle_t handle;
2054 unsigned int frame_idx;
2056 unsigned short xhot;
2057 unsigned short yhot;
2058 unsigned short width;
2059 unsigned short height;
2060 unsigned short and_width_bytes;
2061 unsigned short xor_width_bytes;
2062 unsigned char planes;
2068 /* Set cursor frame */
2069 @REQ(set_cursor_frame)
2070 user_handle_t handle;
2071 unsigned int frame_idx;
2072 unsigned short xhot;
2073 unsigned short yhot;
2074 unsigned short width;
2075 unsigned short height;
2076 unsigned short and_width_bytes;
2077 unsigned short xor_width_bytes;
2078 unsigned char planes;
2084 /* Create a window */
2086 user_handle_t parent; /* parent window */
2087 user_handle_t owner; /* owner window */
2088 atom_t atom; /* class atom */
2089 void* instance; /* module instance */
2090 VARARG(class,unicode_str); /* class name */
2092 user_handle_t handle; /* created window */
2093 user_handle_t parent; /* full handle of parent */
2094 user_handle_t owner; /* full handle of owner */
2095 int extra; /* number of extra bytes */
2096 void* class_ptr; /* pointer to class in client address space */
2100 /* Destroy a window */
2101 @REQ(destroy_window)
2102 user_handle_t handle; /* handle to the window */
2106 /* Retrieve the desktop window for the current thread */
2107 @REQ(get_desktop_window)
2108 int force; /* force creation if it doesn't exist
*/
2110 user_handle_t handle
; /* handle to the desktop window
*/
2114 /* Set a window owner
*/
2115 @
REQ(set_window_owner
)
2116 user_handle_t handle
; /* handle to the window
*/
2117 user_handle_t owner
; /* new owner
*/
2119 user_handle_t full_owner
; /* full handle of new owner
*/
2120 user_handle_t prev_owner
; /* full handle of previous owner
*/
2124 /* Get information from a window handle
*/
2125 @
REQ(get_window_info
)
2126 user_handle_t handle
; /* handle to the window
*/
2128 user_handle_t full_handle
; /* full
32-bit handle
*/
2129 user_handle_t last_active
; /* last active popup
*/
2130 process_id_t pid
; /* process owning the window
*/
2131 thread_id_t tid
; /* thread owning the window
*/
2132 atom_t atom
; /* class atom
*/
2133 int is_unicode
; /* ANSI or unicode
*/
2137 /* Set some information in a window
*/
2138 @
REQ(set_window_info
)
2139 unsigned int flags
; /* flags for fields to
set (see below
) */
2140 user_handle_t handle
; /* handle to the window
*/
2141 unsigned int style
; /* window style
*/
2142 unsigned int ex_style
; /* window extended style
*/
2143 unsigned int id
; /* window id
*/
2144 int is_unicode
; /* ANSI or unicode
*/
2145 void
* instance
; /* creator instance
*/
2146 unsigned long user_data
; /* user
-specific data
*/
2147 int extra_offset
; /* offset to set in extra bytes
*/
2148 data_size_t extra_size
; /* size to set in extra bytes
*/
2149 unsigned long extra_value
; /* value to set in extra bytes
*/
2151 unsigned int old_style
; /* old window style
*/
2152 unsigned int old_ex_style
; /* old window extended style
*/
2153 unsigned int old_id
; /* old window id
*/
2154 void
* old_instance
; /* old creator instance
*/
2155 unsigned long old_user_data
; /* old user
-specific data
*/
2156 unsigned long old_extra_value
; /* old value in extra bytes
*/
2158 #define SET_WIN_STYLE
0x01
2159 #define SET_WIN_EXSTYLE
0x02
2160 #define SET_WIN_ID
0x04
2161 #define SET_WIN_INSTANCE
0x08
2162 #define SET_WIN_USERDATA
0x10
2163 #define SET_WIN_EXTRA
0x20
2164 #define SET_WIN_UNICODE
0x40
2167 /* Set the parent of a window
*/
2169 user_handle_t handle
; /* handle to the window
*/
2170 user_handle_t parent
; /* handle to the parent
*/
2172 user_handle_t old_parent
; /* old parent window
*/
2173 user_handle_t full_parent
; /* full handle of new parent
*/
2177 /* Get a list of the window parents
, up to the root of the tree
*/
2178 @
REQ(get_window_parents
)
2179 user_handle_t handle
; /* handle to the window
*/
2181 int count
; /* total count of parents
*/
2182 VARARG(parents
,user_handles
); /* parent handles
*/
2186 /* Get a list of the window children
*/
2187 @
REQ(get_window_children
)
2188 user_handle_t parent
; /* parent window
*/
2189 atom_t atom
; /* class atom for the listed children
*/
2190 thread_id_t tid
; /* thread owning the listed children
*/
2191 VARARG(class
,unicode_str
); /* class name
*/
2193 int count
; /* total count of children
*/
2194 VARARG(children
,user_handles
); /* children handles
*/
2198 /* Get a list of the window children that contain a given point
*/
2199 @
REQ(get_window_children_from_point
)
2200 user_handle_t parent
; /* parent window
*/
2201 int x
; /* point in parent coordinates
*/
2204 int count
; /* total count of children
*/
2205 VARARG(children
,user_handles
); /* children handles
*/
2209 /* Get window tree information from a window handle
*/
2210 @
REQ(get_window_tree
)
2211 user_handle_t handle
; /* handle to the window
*/
2213 user_handle_t parent
; /* parent window
*/
2214 user_handle_t owner
; /* owner window
*/
2215 user_handle_t next_sibling
; /* next sibling in Z
-order
*/
2216 user_handle_t prev_sibling
; /* prev sibling in Z
-order
*/
2217 user_handle_t first_sibling
; /* first sibling in Z
-order
*/
2218 user_handle_t last_sibling
; /* last sibling in Z
-order
*/
2219 user_handle_t first_child
; /* first child
*/
2220 user_handle_t last_child
; /* last child
*/
2223 /* Set the position and Z order of a window
*/
2224 @
REQ(set_window_pos
)
2225 unsigned int flags
; /* SWP_
* flags
*/
2226 user_handle_t handle
; /* handle to the window
*/
2227 user_handle_t previous
; /* previous window in Z order
*/
2228 rectangle_t window
; /* window rectangle
*/
2229 rectangle_t client
; /* client rectangle
*/
2230 VARARG(valid
,rectangles
); /* valid rectangles from WM_NCCALCSIZE
*/
2232 unsigned int new_style
; /* new window style
*/
2233 unsigned int new_ex_style
; /* new window extended style
*/
2237 /* Get the window and client rectangles of a window
*/
2238 @
REQ(get_window_rectangles
)
2239 user_handle_t handle
; /* handle to the window
*/
2241 rectangle_t window
; /* window rectangle
*/
2242 rectangle_t visible
; /* visible part of the window rectangle
*/
2243 rectangle_t client
; /* client rectangle
*/
2247 /* Get the window text
*/
2248 @
REQ(get_window_text
)
2249 user_handle_t handle
; /* handle to the window
*/
2251 VARARG(text
,unicode_str
); /* window text
*/
2255 /* Set the window text
*/
2256 @
REQ(set_window_text
)
2257 user_handle_t handle
; /* handle to the window
*/
2258 VARARG(text
,unicode_str
); /* window text
*/
2262 /* Get the coordinates offset between two windows
*/
2263 @
REQ(get_windows_offset
)
2264 user_handle_t from
; /* handle to the first window
*/
2265 user_handle_t to
; /* handle to the second window
*/
2267 int x
; /* x coordinate offset
*/
2268 int y
; /* y coordinate offset
*/
2272 /* Get the visible region of a window
*/
2273 @
REQ(get_visible_region
)
2274 user_handle_t window
; /* handle to the window
*/
2275 unsigned int flags
; /* DCX flags
*/
2277 user_handle_t top_win
; /* top window to clip against
*/
2278 rectangle_t top_rect
; /* top window visible rect with screen coords
*/
2279 rectangle_t win_rect
; /* window rect in screen coords
*/
2280 data_size_t total_size
; /* total size of the resulting region
*/
2281 VARARG(region
,rectangles
); /* list of rectangles for the
region (in screen coords
) */
2285 /* Get the window region
*/
2286 @
REQ(get_window_region
)
2287 user_handle_t window
; /* handle to the window
*/
2289 data_size_t total_size
; /* total size of the resulting region
*/
2290 VARARG(region
,rectangles
); /* list of rectangles for the region
*/
2294 /* Set the window region
*/
2295 @
REQ(set_window_region
)
2296 user_handle_t window
; /* handle to the window
*/
2297 int redraw
; /* redraw the window?
*/
2298 VARARG(region
,rectangles
); /* list of rectangles for the region
*/
2302 /* Get the window update region
*/
2303 @
REQ(get_update_region
)
2304 user_handle_t window
; /* handle to the window
*/
2305 user_handle_t from_child
; /* child to start searching from
*/
2306 unsigned int flags
; /* update
flags (see below
) */
2308 user_handle_t child
; /* child to
repaint (or window itself
) */
2309 unsigned int flags
; /* resulting update
flags (see below
) */
2310 data_size_t total_size
; /* total size of the resulting region
*/
2311 VARARG(region
,rectangles
); /* list of rectangles for the region
*/
2313 #define UPDATE_NONCLIENT
0x01 /* get region for repainting non
-client area
*/
2314 #define UPDATE_ERASE
0x02 /* get region for erasing client area
*/
2315 #define UPDATE_PAINT
0x04 /* get region for painting client area
*/
2316 #define UPDATE_INTERNALPAINT
0x08 /* get region if internal paint is pending
*/
2317 #define UPDATE_ALLCHILDREN
0x10 /* force repaint of all children
*/
2318 #define UPDATE_NOCHILDREN
0x20 /* don
't try to repaint any children */
2319 #define UPDATE_NOREGION 0x40 /* don't return a region
, only the flags
*/
2320 #define UPDATE_DELAYED_ERASE
0x80 /* still needs erase after BeginPaint
*/
2323 /* Update the z order of a window so that a given rectangle is fully visible
*/
2324 @
REQ(update_window_zorder
)
2325 user_handle_t window
; /* handle to the window
*/
2326 rectangle_t rect
; /* rectangle that must be visible
*/
2330 /* Mark parts of a window as needing a redraw
*/
2332 user_handle_t window
; /* handle to the window
*/
2333 unsigned int flags
; /* RDW_
* flags
*/
2334 VARARG(region
,rectangles
); /* list of rectangles for the region
*/
2338 /* Set a window property
*/
2339 @
REQ(set_window_property
)
2340 user_handle_t window
; /* handle to the window
*/
2341 atom_t atom
; /* property
atom (if no name specified
) */
2342 obj_handle_t handle
; /* handle to store
*/
2343 VARARG(name
,unicode_str
); /* property name
*/
2347 /* Remove a window property
*/
2348 @
REQ(remove_window_property
)
2349 user_handle_t window
; /* handle to the window
*/
2350 atom_t atom
; /* property
atom (if no name specified
) */
2351 VARARG(name
,unicode_str
); /* property name
*/
2353 obj_handle_t handle
; /* handle stored in property
*/
2357 /* Get a window property
*/
2358 @
REQ(get_window_property
)
2359 user_handle_t window
; /* handle to the window
*/
2360 atom_t atom
; /* property
atom (if no name specified
) */
2361 VARARG(name
,unicode_str
); /* property name
*/
2363 obj_handle_t handle
; /* handle stored in property
*/
2367 /* Get the list of properties of a window
*/
2368 @
REQ(get_window_properties
)
2369 user_handle_t window
; /* handle to the window
*/
2371 int total
; /* total number of properties
*/
2372 VARARG(props
,properties
); /* list of properties
*/
2376 /* Create a window station
*/
2377 @
REQ(create_winstation
)
2378 unsigned int flags
; /* window station flags
*/
2379 unsigned int access
; /* wanted access rights
*/
2380 unsigned int attributes
; /* object attributes
*/
2381 VARARG(name
,unicode_str
); /* object name
*/
2383 obj_handle_t handle
; /* handle to the window station
*/
2387 /* Open a handle to a window station
*/
2388 @
REQ(open_winstation
)
2389 unsigned int access
; /* wanted access rights
*/
2390 unsigned int attributes
; /* object attributes
*/
2391 VARARG(name
,unicode_str
); /* object name
*/
2393 obj_handle_t handle
; /* handle to the window station
*/
2397 /* Close a window station
*/
2398 @
REQ(close_winstation
)
2399 obj_handle_t handle
; /* handle to the window station
*/
2403 /* Get the process current window station
*/
2404 @
REQ(get_process_winstation
)
2406 obj_handle_t handle
; /* handle to the window station
*/
2410 /* Set the process current window station
*/
2411 @
REQ(set_process_winstation
)
2412 obj_handle_t handle
; /* handle to the window station
*/
2416 /* Create a desktop
*/
2417 @
REQ(create_desktop
)
2418 unsigned int flags
; /* desktop flags
*/
2419 unsigned int access
; /* wanted access rights
*/
2420 unsigned int attributes
; /* object attributes
*/
2421 VARARG(name
,unicode_str
); /* object name
*/
2423 obj_handle_t handle
; /* handle to the desktop
*/
2427 /* Open a handle to a desktop
*/
2429 unsigned int flags
; /* desktop flags
*/
2430 unsigned int access
; /* wanted access rights
*/
2431 unsigned int attributes
; /* object attributes
*/
2432 VARARG(name
,unicode_str
); /* object name
*/
2434 obj_handle_t handle
; /* handle to the desktop
*/
2438 /* Close a desktop
*/
2440 obj_handle_t handle
; /* handle to the desktop
*/
2444 /* Get the thread current desktop
*/
2445 @
REQ(get_thread_desktop
)
2446 thread_id_t tid
; /* thread id
*/
2448 obj_handle_t handle
; /* handle to the desktop
*/
2452 /* Set the thread current desktop
*/
2453 @
REQ(set_thread_desktop
)
2454 obj_handle_t handle
; /* handle to the desktop
*/
2458 /* Get
/set information about a user
object (window station or desktop
) */
2459 @
REQ(set_user_object_info
)
2460 obj_handle_t handle
; /* handle to the object
*/
2461 unsigned int flags
; /* information to set
*/
2462 unsigned int obj_flags
; /* new object flags
*/
2464 int is_desktop
; /* is object a desktop?
*/
2465 unsigned int old_obj_flags
; /* old object flags
*/
2466 VARARG(name
,unicode_str
); /* object name
*/
2468 #define SET_USER_OBJECT_FLAGS
1
2471 /* Attach (or detach
) thread inputs
*/
2472 @
REQ(attach_thread_input
)
2473 thread_id_t tid_from
; /* thread to be attached
*/
2474 thread_id_t tid_to
; /* thread to which tid_from should be attached
*/
2475 int attach
; /* is it an attach?
*/
2479 /* Get input data for a given thread
*/
2480 @
REQ(get_thread_input
)
2481 thread_id_t tid
; /* id of thread
*/
2483 user_handle_t focus
; /* handle to the focus window
*/
2484 user_handle_t capture
; /* handle to the capture window
*/
2485 user_handle_t active
; /* handle to the active window
*/
2486 user_handle_t foreground
; /* handle to the global foreground window
*/
2487 user_handle_t menu_owner
; /* handle to the menu owner
*/
2488 user_handle_t move_size
; /* handle to the moving
/resizing window
*/
2489 user_handle_t caret
; /* handle to the caret window
*/
2490 rectangle_t rect
; /* caret rectangle
*/
2494 /* Get the time of the last input event
*/
2495 @
REQ(get_last_input_time
)
2501 /* Retrieve queue keyboard state for a given thread
*/
2503 thread_id_t tid
; /* id of thread
*/
2504 int key
; /* optional key code or
-1 */
2506 unsigned char state
; /* state of specified key
*/
2507 VARARG(keystate
,bytes
); /* state array for all the keys
*/
2510 /* Set queue keyboard state for a given thread
*/
2512 thread_id_t tid
; /* id of thread
*/
2513 VARARG(keystate
,bytes
); /* state array for all the keys
*/
2516 /* Set the system foreground window
*/
2517 @
REQ(set_foreground_window
)
2518 user_handle_t handle
; /* handle to the foreground window
*/
2520 user_handle_t previous
; /* handle to the previous foreground window
*/
2521 int send_msg_old
; /* whether we have to send a msg to the old window
*/
2522 int send_msg_new
; /* whether we have to send a msg to the new window
*/
2525 /* Set the current thread focus window
*/
2526 @
REQ(set_focus_window
)
2527 user_handle_t handle
; /* handle to the focus window
*/
2529 user_handle_t previous
; /* handle to the previous focus window
*/
2532 /* Set the current thread active window
*/
2533 @
REQ(set_active_window
)
2534 user_handle_t handle
; /* handle to the active window
*/
2536 user_handle_t previous
; /* handle to the previous active window
*/
2539 /* Set the current thread capture window
*/
2540 @
REQ(set_capture_window
)
2541 user_handle_t handle
; /* handle to the capture window
*/
2542 unsigned int flags
; /* capture
flags (see below
) */
2544 user_handle_t previous
; /* handle to the previous capture window
*/
2545 user_handle_t full_handle
; /* full
32-bit handle of new capture window
*/
2547 #define CAPTURE_MENU
0x01 /* capture is for a menu
*/
2548 #define CAPTURE_MOVESIZE
0x02 /* capture is for moving
/resizing
*/
2551 /* Set the current thread caret window
*/
2552 @
REQ(set_caret_window
)
2553 user_handle_t handle
; /* handle to the caret window
*/
2554 int width
; /* caret width
*/
2555 int height
; /* caret height
*/
2557 user_handle_t previous
; /* handle to the previous caret window
*/
2558 rectangle_t old_rect
; /* previous caret rectangle
*/
2559 int old_hide
; /* previous hide count
*/
2560 int old_state
; /* previous caret
state (1=on
, 0=off
) */
2564 /* Set the current thread caret information
*/
2565 @
REQ(set_caret_info
)
2566 unsigned int flags
; /* caret
flags (see below
) */
2567 user_handle_t handle
; /* handle to the caret window
*/
2568 int x
; /* caret x position
*/
2569 int y
; /* caret y position
*/
2570 int hide
; /* increment for hide
count (can be negative to show it
) */
2571 int state
; /* caret
state (1=on
, 0=off
, -1=toggle current state
) */
2573 user_handle_t full_handle
; /* handle to the current caret window
*/
2574 rectangle_t old_rect
; /* previous caret rectangle
*/
2575 int old_hide
; /* previous hide count
*/
2576 int old_state
; /* previous caret
state (1=on
, 0=off
) */
2578 #define SET_CARET_POS
0x01 /* set the caret position from x
,y
*/
2579 #define SET_CARET_HIDE
0x02 /* increment the caret hide count
*/
2580 #define SET_CARET_STATE
0x04 /* set the caret on
/off state
*/
2583 /* Set a window hook
*/
2585 int id
; /* id of the hook
*/
2586 process_id_t pid
; /* id of process to set the hook into
*/
2587 thread_id_t tid
; /* id of thread to set the hook into
*/
2591 void
* proc
; /* hook procedure
*/
2592 int unicode
; /* is it a unicode hook?
*/
2593 VARARG(module
,unicode_str
); /* module name
*/
2595 user_handle_t handle
; /* handle to the hook
*/
2596 unsigned int active_hooks
; /* active hooks bitmap
*/
2600 /* Remove a window hook
*/
2602 user_handle_t handle
; /* handle to the hook
*/
2603 int id
; /* id of the hook if handle is
0 */
2604 void
* proc
; /* hook procedure if handle is
0 */
2606 unsigned int active_hooks
; /* active hooks bitmap
*/
2610 /* Start calling a hook chain
*/
2611 @
REQ(start_hook_chain
)
2612 int id
; /* id of the hook
*/
2613 int event
; /* signalled event
*/
2614 user_handle_t window
; /* handle to the event window
*/
2615 int object_id
; /* object id for out of context winevent
*/
2616 int child_id
; /* child id for out of context winevent
*/
2618 user_handle_t handle
; /* handle to the next hook
*/
2619 process_id_t pid
; /* process id for low
-level keyboard
/mouse hooks
*/
2620 thread_id_t tid
; /* thread id for low
-level keyboard
/mouse hooks
*/
2621 void
* proc
; /* hook procedure
*/
2622 int unicode
; /* is it a unicode hook?
*/
2623 unsigned int active_hooks
; /* active hooks bitmap
*/
2624 VARARG(module
,unicode_str
); /* module name
*/
2628 /* Finished calling a hook chain
*/
2629 @
REQ(finish_hook_chain
)
2630 int id
; /* id of the hook
*/
2634 /* Get the hook information
*/
2636 user_handle_t handle
; /* handle to the current hook
*/
2637 int get_next
; /* do we want info about current or next hook?
*/
2638 int event
; /* signalled event
*/
2639 user_handle_t window
; /* handle to the event window
*/
2640 int object_id
; /* object id for out of context winevent
*/
2641 int child_id
; /* child id for out of context winevent
*/
2643 user_handle_t handle
; /* handle to the hook
*/
2644 int id
; /* id of the hook
*/
2645 process_id_t pid
; /* process id for low
-level keyboard
/mouse hooks
*/
2646 thread_id_t tid
; /* thread id for low
-level keyboard
/mouse hooks
*/
2647 void
* proc
; /* hook procedure
*/
2648 int unicode
; /* is it a unicode hook?
*/
2649 VARARG(module
,unicode_str
); /* module name
*/
2653 /* Create a window class
*/
2655 int local
; /* is it a local class?
*/
2656 atom_t atom
; /* class atom
*/
2657 unsigned int style
; /* class style
*/
2658 void
* instance
; /* module instance
*/
2659 int extra
; /* number of extra class bytes
*/
2660 int win_extra
; /* number of window extra bytes
*/
2661 void
* client_ptr
; /* pointer to class in client address space
*/
2662 VARARG(name
,unicode_str
); /* class name
*/
2664 atom_t atom
; /* resulting class atom
*/
2668 /* Destroy a window class
*/
2670 atom_t atom
; /* class atom
*/
2671 void
* instance
; /* module instance
*/
2672 VARARG(name
,unicode_str
); /* class name
*/
2674 void
* client_ptr
; /* pointer to class in client address space
*/
2678 /* Set some information in a class
*/
2679 @
REQ(set_class_info
)
2680 user_handle_t window
; /* handle to the window
*/
2681 unsigned int flags
; /* flags for info to
set (see below
) */
2682 atom_t atom
; /* class atom
*/
2683 unsigned int style
; /* class style
*/
2684 int win_extra
; /* number of window extra bytes
*/
2685 void
* instance
; /* module instance
*/
2686 int extra_offset
; /* offset to set in extra bytes
*/
2687 data_size_t extra_size
; /* size to set in extra bytes
*/
2688 unsigned long extra_value
; /* value to set in extra bytes
*/
2690 atom_t old_atom
; /* previous class atom
*/
2691 unsigned int old_style
; /* previous class style
*/
2692 int old_extra
; /* previous number of class extra bytes
*/
2693 int old_win_extra
; /* previous number of window extra bytes
*/
2694 void
* old_instance
; /* previous module instance
*/
2695 unsigned long old_extra_value
; /* old value in extra bytes
*/
2697 #define SET_CLASS_ATOM
0x0001
2698 #define SET_CLASS_STYLE
0x0002
2699 #define SET_CLASS_WINEXTRA
0x0004
2700 #define SET_CLASS_INSTANCE
0x0008
2701 #define SET_CLASS_EXTRA
0x0010
2704 /* Set
/get clipboard information
*/
2705 @
REQ(set_clipboard_info
)
2706 unsigned int flags
; /* flags for fields to
set (see below
) */
2707 user_handle_t clipboard
; /* clipboard window
*/
2708 user_handle_t owner
; /* clipboard owner
*/
2709 user_handle_t viewer
; /* first clipboard viewer
*/
2710 unsigned int seqno
; /* change sequence number
*/
2712 unsigned int flags
; /* status
flags (see below
) */
2713 user_handle_t old_clipboard
; /* old clipboard window
*/
2714 user_handle_t old_owner
; /* old clipboard owner
*/
2715 user_handle_t old_viewer
; /* old clipboard viewer
*/
2716 unsigned int seqno
; /* current sequence number
*/
2719 #define SET_CB_OPEN
0x001
2720 #define SET_CB_OWNER
0x002
2721 #define SET_CB_VIEWER
0x004
2722 #define SET_CB_SEQNO
0x008
2723 #define SET_CB_RELOWNER
0x010
2724 #define SET_CB_CLOSE
0x020
2725 #define CB_OPEN
0x040
2726 #define CB_OWNER
0x080
2727 #define CB_PROCESS
0x100
2730 /* Open a security token
*/
2732 obj_handle_t handle
; /* handle to the thread or process
*/
2733 unsigned int access
; /* access rights to the new token
*/
2734 unsigned int attributes
;/* object attributes
*/
2735 unsigned int flags
; /* flags (see below
) */
2737 obj_handle_t token
; /* handle to the token
*/
2739 #define OPEN_TOKEN_THREAD
1
2740 #define OPEN_TOKEN_AS_SELF
2
2743 /* Set
/get the global windows
*/
2744 @
REQ(set_global_windows
)
2745 unsigned int flags
; /* flags for fields to
set (see below
) */
2746 user_handle_t shell_window
; /* handle to the new shell window
*/
2747 user_handle_t shell_listview
; /* handle to the new shell listview window
*/
2748 user_handle_t progman_window
; /* handle to the new program manager window
*/
2749 user_handle_t taskman_window
; /* handle to the new task manager window
*/
2751 user_handle_t old_shell_window
; /* handle to the shell window
*/
2752 user_handle_t old_shell_listview
; /* handle to the shell listview window
*/
2753 user_handle_t old_progman_window
; /* handle to the new program manager window
*/
2754 user_handle_t old_taskman_window
; /* handle to the new task manager window
*/
2756 #define SET_GLOBAL_SHELL_WINDOWS
0x01 /* set both main shell and listview windows
*/
2757 #define SET_GLOBAL_PROGMAN_WINDOW
0x02
2758 #define SET_GLOBAL_TASKMAN_WINDOW
0x04
2760 /* Adjust the privileges held by a token
*/
2761 @
REQ(adjust_token_privileges
)
2762 obj_handle_t handle
; /* handle to the token
*/
2763 int disable_all
; /* disable all privileges?
*/
2764 int get_modified_state
; /* get modified privileges?
*/
2765 VARARG(privileges
,LUID_AND_ATTRIBUTES
); /* privileges to enable
/disable
/remove
*/
2767 unsigned int len
; /* total length in bytes required to store token privileges
*/
2768 VARARG(privileges
,LUID_AND_ATTRIBUTES
); /* modified privileges
*/
2771 /* Retrieves the set of privileges held by or available to a token
*/
2772 @
REQ(get_token_privileges
)
2773 obj_handle_t handle
; /* handle to the token
*/
2775 unsigned int len
; /* total length in bytes required to store token privileges
*/
2776 VARARG(privileges
,LUID_AND_ATTRIBUTES
); /* privileges held by or available to a token
*/
2779 /* Check the token has the required privileges
*/
2780 @
REQ(check_token_privileges
)
2781 obj_handle_t handle
; /* handle to the token
*/
2782 int all_required
; /* are all the privileges required for the check to succeed?
*/
2783 VARARG(privileges
,LUID_AND_ATTRIBUTES
); /* privileges to check
*/
2785 int has_privileges
; /* does the token have the required privileges?
*/
2786 VARARG(privileges
,LUID_AND_ATTRIBUTES
); /* privileges held by or available to a token
*/
2789 @
REQ(duplicate_token
)
2790 obj_handle_t handle
; /* handle to the token to duplicate
*/
2791 unsigned int access
; /* access rights to the new token
*/
2792 unsigned int attributes
; /* object attributes
*/
2793 int primary
; /* is the new token to be a primary one?
*/
2794 int impersonation_level
; /* impersonation level of the new token
*/
2796 obj_handle_t new_handle
; /* duplicated handle
*/
2800 obj_handle_t handle
; /* handle to the token
*/
2801 unsigned int desired_access
; /* desired access to the object
*/
2802 unsigned int mapping_read
; /* mapping from generic read to specific rights
*/
2803 unsigned int mapping_write
; /* mapping from generic write to specific rights
*/
2804 unsigned int mapping_execute
; /* mapping from generic execute to specific rights
*/
2805 unsigned int mapping_all
; /* mapping from generic all to specific rights
*/
2806 VARARG(sd
,security_descriptor
); /* security descriptor to check
*/
2808 unsigned int access_granted
; /* access rights actually granted
*/
2809 unsigned int access_status
; /* was access granted?
*/
2810 unsigned int privileges_len
; /* length needed to store privileges
*/
2811 VARARG(privileges
,LUID_AND_ATTRIBUTES
); /* privileges used during access check
*/
2814 @
REQ(get_token_user
)
2815 obj_handle_t handle
; /* handle to the token
*/
2817 data_size_t user_len
; /* length needed to store user
*/
2818 VARARG(user
,SID
); /* sid of the user the token represents
*/
2821 @
REQ(get_token_groups
)
2822 obj_handle_t handle
; /* handle to the token
*/
2824 data_size_t user_len
; /* length needed to store user
*/
2825 VARARG(user
,token_groups
); /* groups the token
's user belongs to */
2828 @REQ(set_security_object)
2829 obj_handle_t handle; /* handle to the object */
2830 unsigned int security_info; /* which parts of security descriptor to set */
2831 VARARG(sd,security_descriptor); /* security descriptor to set */
2834 @REQ(get_security_object)
2835 obj_handle_t handle; /* handle to the object */
2836 unsigned int security_info; /* which parts of security descriptor to get */
2838 unsigned int sd_len; /* buffer size needed for sd */
2839 VARARG(sd,security_descriptor); /* retrieved security descriptor */
2842 /* Create a mailslot */
2843 @REQ(create_mailslot)
2844 unsigned int access; /* wanted access rights */
2845 unsigned int attributes; /* object attributes */
2846 obj_handle_t rootdir; /* root directory */
2847 unsigned int max_msgsize;
2848 timeout_t read_timeout;
2849 VARARG(name,unicode_str); /* mailslot name */
2851 obj_handle_t handle; /* handle to the mailslot */
2855 /* Set mailslot information */
2856 @REQ(set_mailslot_info)
2857 obj_handle_t handle; /* handle to the mailslot */
2859 timeout_t read_timeout;
2861 unsigned int max_msgsize;
2862 timeout_t read_timeout;
2864 #define MAILSLOT_SET_READ_TIMEOUT 1
2867 /* Create a directory object */
2868 @REQ(create_directory)
2869 unsigned int access; /* access flags */
2870 unsigned int attributes; /* object attributes */
2871 obj_handle_t rootdir; /* root directory */
2872 VARARG(directory_name,unicode_str); /* Directory name */
2874 obj_handle_t handle; /* handle to the directory */
2878 /* Open a directory object */
2879 @REQ(open_directory)
2880 unsigned int access; /* access flags */
2881 unsigned int attributes; /* object attributes */
2882 obj_handle_t rootdir; /* root directory */
2883 VARARG(directory_name,unicode_str); /* Directory name */
2885 obj_handle_t handle; /* handle to the directory */
2889 /* Create a symbolic link object */
2890 @REQ(create_symlink)
2891 unsigned int access; /* access flags */
2892 unsigned int attributes; /* object attributes */
2893 obj_handle_t rootdir; /* root directory */
2894 data_size_t name_len; /* length of the symlink name in bytes */
2895 VARARG(name,unicode_str,name_len); /* symlink name */
2896 VARARG(target_name,unicode_str); /* target name */
2898 obj_handle_t handle; /* handle to the symlink */
2902 /* Open a symbolic link object */
2904 unsigned int access; /* access flags */
2905 unsigned int attributes; /* object attributes */
2906 obj_handle_t rootdir; /* root directory */
2907 VARARG(name,unicode_str); /* symlink name */
2909 obj_handle_t handle; /* handle to the symlink */
2913 /* Query a symbolic link object */
2915 obj_handle_t handle; /* handle to the symlink */
2917 VARARG(target_name,unicode_str); /* target name */
2921 /* Query basic object information */
2922 @REQ(get_object_info)
2923 obj_handle_t handle; /* handle to the object */
2925 unsigned int access; /* granted access mask */
2926 unsigned int ref_count; /* object ref count */
2929 /* Query the impersonation level of an impersonation token */
2930 @REQ(get_token_impersonation_level)
2931 obj_handle_t handle; /* handle to the object */
2933 int impersonation_level; /* impersonation level of the impersonation token */
2936 /* Allocate a locally-unique identifier */
2937 @REQ(allocate_locally_unique_id)
2943 /* Create a device manager */
2944 @REQ(create_device_manager)
2945 unsigned int access; /* wanted access rights */
2946 unsigned int attributes; /* object attributes */
2948 obj_handle_t handle; /* handle to the device */
2952 /* Create a device */
2954 unsigned int access; /* wanted access rights */
2955 unsigned int attributes; /* object attributes */
2956 obj_handle_t rootdir; /* root directory */
2957 obj_handle_t manager; /* device manager */
2958 void* user_ptr; /* opaque ptr for use by client */
2959 VARARG(name,unicode_str); /* object name */
2961 obj_handle_t handle; /* handle to the device */
2965 /* Delete a device */
2967 obj_handle_t handle; /* handle to the device */
2971 /* Retrieve the next pending device ioctl request */
2972 @REQ(get_next_device_request)
2973 obj_handle_t manager; /* handle to the device manager */
2974 obj_handle_t prev; /* handle to the previous ioctl */
2975 unsigned int status; /* status of the previous ioctl */
2976 VARARG(prev_data,bytes); /* output data of the previous ioctl */
2978 obj_handle_t next; /* handle to the next ioctl */
2979 ioctl_code_t code; /* ioctl code */
2980 void* user_ptr; /* opaque ptr for the device */
2981 data_size_t in_size; /* total needed input size */
2982 data_size_t out_size; /* needed output size */
2983 VARARG(next_data,bytes); /* input data of the next ioctl */
2987 /* Make the current process a system process */
2988 @REQ(make_process_system)
2990 obj_handle_t event; /* event signaled when all user processes have exited */
2994 /* Get detailed fixed-size information about a token */
2995 @REQ(get_token_statistics)
2996 obj_handle_t handle; /* handle to the object */
2998 luid_t token_id; /* locally-unique identifier of the token */
2999 luid_t modified_id; /* locally-unique identifier of the modified version of the token */
3000 int primary; /* is the token primary or impersonation? */
3001 int impersonation_level; /* level of impersonation */
3002 int group_count; /* the number of groups the token is a member of */
3003 int privilege_count; /* the number of privileges the token has */
3007 /* Create I/O completion port */
3008 @REQ(create_completion)
3009 unsigned int access; /* desired access to a port */
3010 unsigned int attributes; /* object attributes */
3011 unsigned int concurrent; /* max number of concurrent active threads */
3012 obj_handle_t rootdir; /* root directory */
3013 VARARG(filename,string); /* port name */
3015 obj_handle_t handle; /* port handle */
3019 /* Open I/O completion port */
3020 @REQ(open_completion)
3021 unsigned int access; /* desired access to a port */
3022 unsigned int attributes; /* object attributes */
3023 obj_handle_t rootdir; /* root directory */
3024 VARARG(filename,string); /* port name */
3026 obj_handle_t handle; /* port handle */
3030 /* add completion to completion port */
3031 @REQ(add_completion)
3032 obj_handle_t handle; /* port handle */
3033 unsigned long ckey; /* completion key */
3034 unsigned long cvalue; /* completion value */
3035 unsigned long information; /* IO_STATUS_BLOCK Information */
3036 unsigned int status; /* completion result */
3040 /* get completion from completion port queue */
3041 @REQ(remove_completion)
3042 obj_handle_t handle; /* port handle */
3044 unsigned long ckey; /* completion key */
3045 unsigned long cvalue; /* completion value */
3046 unsigned long information; /* IO_STATUS_BLOCK Information */
3047 unsigned int status; /* completion result */
3051 /* get completion queue depth */
3052 @REQ(query_completion)
3053 obj_handle_t handle; /* port handle */
3055 unsigned int depth; /* completion queue depth */
3059 /* associate object with completion port */
3060 @REQ(set_completion_info)
3061 obj_handle_t handle; /* object handle */
3062 obj_handle_t chandle; /* port handle */
3063 unsigned long ckey; /* completion key */