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 unsigned int obj_handle_t
;
35 typedef unsigned int user_handle_t
;
36 typedef unsigned int 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 lparam_t
;
42 typedef unsigned __int64 apc_param_t
;
43 typedef unsigned __int64 mem_size_t
;
44 typedef unsigned __int64 file_pos_t
;
45 typedef unsigned __int64 client_ptr_t
;
46 typedef unsigned __int64 affinity_t
;
47 typedef client_ptr_t mod_handle_t
;
51 int req
; /* request code
*/
52 data_size_t request_size
; /* request variable part size
*/
53 data_size_t reply_size
; /* reply variable part maximum size
*/
58 unsigned int error
; /* error result
*/
59 data_size_t reply_size
; /* reply variable part size
*/
62 /* placeholder structure for the maximum allowed request size
*/
63 /* this is used to construct the generic_request union
*/
64 struct request_max_size
66 int pad
[16]; /* the max request size is
16 ints
*/
69 #define FIRST_USER_HANDLE
0x0020 /* first possible value for low word of user handle
*/
70 #define LAST_USER_HANDLE
0xffef /* last possible value for low word of user handle
*/
73 /* debug event data
*/
76 int code
; /* event code
*/
79 int code
; /* EXCEPTION_DEBUG_EVENT
*/
80 int first
; /* first chance exception?
*/
81 unsigned int exc_code
; /* exception code
*/
82 unsigned int flags
; /* exception flags
*/
83 client_ptr_t record
; /* exception record
*/
84 client_ptr_t address
; /* exception address
*/
85 int nb_params
; /* number of parameters
*/
87 client_ptr_t params
[15]; /* parameters
*/
91 int code
; /* CREATE_THREAD_DEBUG_EVENT
*/
92 obj_handle_t handle
; /* handle to the new thread
*/
93 client_ptr_t teb
; /* thread
teb (in debugged process address space
) */
94 client_ptr_t start
; /* thread startup routine
*/
98 int code
; /* CREATE_PROCESS_DEBUG_EVENT
*/
99 obj_handle_t file
; /* handle to the process exe file
*/
100 obj_handle_t process
; /* handle to the new process
*/
101 obj_handle_t thread
; /* handle to the new thread
*/
102 mod_handle_t base
; /* base of executable image
*/
103 int dbg_offset
; /* offset of debug info in file
*/
104 int dbg_size
; /* size of debug info
*/
105 client_ptr_t teb
; /* thread
teb (in debugged process address space
) */
106 client_ptr_t start
; /* thread startup routine
*/
107 client_ptr_t name
; /* image
name (optional
) */
108 int unicode
; /* is it Unicode?
*/
112 int code
; /* EXIT_THREAD_DEBUG_EVENT
/EXIT_PROCESS_DEBUG_EVENT
*/
113 int exit_code
; /* thread or process exit code
*/
117 int code
; /* LOAD_DLL_DEBUG_EVENT
*/
118 obj_handle_t handle
; /* file handle for the dll
*/
119 mod_handle_t base
; /* base address of the dll
*/
120 int dbg_offset
; /* offset of debug info in file
*/
121 int dbg_size
; /* size of debug info
*/
122 client_ptr_t name
; /* image
name (optional
) */
123 int unicode
; /* is it Unicode?
*/
127 int code
; /* UNLOAD_DLL_DEBUG_EVENT
*/
129 mod_handle_t base
; /* base address of the dll
*/
133 /* supported CPU types
*/
136 CPU_x86
, CPU_x86_64
, CPU_POWERPC
, CPU_ARM
, CPU_ARM64
138 typedef int cpu_type_t
;
143 cpu_type_t cpu
; /* cpu type
*/
144 unsigned int flags
; /* SERVER_CTX_
* flags
*/
147 struct
{ unsigned int eip
, ebp
, esp
, eflags
, cs
, ss
; } i386_regs
;
148 struct
{ unsigned __int64 rip
, rbp
, rsp
;
149 unsigned int cs
, ss
, flags
, __pad
; } x86_64_regs
;
150 struct
{ unsigned int iar
, msr
, ctr
, lr
, dar
, dsisr
, trap
, __pad
; } powerpc_regs
;
151 struct
{ unsigned int sp
, lr
, pc
, cpsr
; } arm_regs
;
152 struct
{ unsigned __int64 sp
, pc
, pstate
; } arm64_regs
;
153 } ctl
; /* selected by SERVER_CTX_CONTROL
*/
156 struct
{ unsigned int eax
, ebx
, ecx
, edx
, esi
, edi
; } i386_regs
;
157 struct
{ unsigned __int64 rax
,rbx
, rcx
, rdx
, rsi
, rdi
,
158 r8
, r9
, r10
, r11
, r12
, r13
, r14
, r15
; } x86_64_regs
;
159 struct
{ unsigned int gpr
[32], cr
, xer
; } powerpc_regs
;
160 struct
{ unsigned int r
[13]; } arm_regs
;
161 struct
{ unsigned __int64 x
[31]; } arm64_regs
;
162 } integer
; /* selected by SERVER_CTX_INTEGER
*/
165 struct
{ unsigned int ds
, es
, fs
, gs
; } i386_regs
;
166 struct
{ unsigned int ds
, es
, fs
, gs
; } x86_64_regs
;
167 } seg
; /* selected by SERVER_CTX_SEGMENTS
*/
170 struct
{ unsigned int ctrl
, status
, tag
, err_off
, err_sel
, data_off
, data_sel
, cr0npx
;
171 unsigned char regs
[80]; } i386_regs
;
172 struct
{ struct
{ unsigned __int64 low
, high
; } fpregs
[32]; } x86_64_regs
;
173 struct
{ double fpr
[32], fpscr
; } powerpc_regs
;
174 } fp
; /* selected by SERVER_CTX_FLOATING_POINT
*/
177 struct
{ unsigned int dr0
, dr1
, dr2
, dr3
, dr6
, dr7
; } i386_regs
;
178 struct
{ unsigned __int64 dr0
, dr1
, dr2
, dr3
, dr6
, dr7
; } x86_64_regs
;
179 struct
{ unsigned int dr
[8]; } powerpc_regs
;
180 } debug
; /* selected by SERVER_CTX_DEBUG_REGISTERS
*/
183 unsigned char i386_regs
[512];
184 } ext
; /* selected by SERVER_CTX_EXTENDED_REGISTERS
*/
187 #define SERVER_CTX_CONTROL
0x01
188 #define SERVER_CTX_INTEGER
0x02
189 #define SERVER_CTX_SEGMENTS
0x04
190 #define SERVER_CTX_FLOATING_POINT
0x08
191 #define SERVER_CTX_DEBUG_REGISTERS
0x10
192 #define SERVER_CTX_EXTENDED_REGISTERS
0x20
194 /* structure used in sending an fd from client to server
*/
197 thread_id_t tid
; /* thread id
*/
198 int fd
; /* file descriptor on client
-side
*/
201 /* structure sent by the server on the wait fifo
*/
204 client_ptr_t cookie
; /* magic cookie that was passed in select_request
*/
205 int signaled
; /* wait result
*/
209 /* NT
-style timeout
, in
100ns units
, negative means relative timeout
*/
210 typedef __int64 timeout_t
;
211 #define
TIMEOUT_INFINITE (((timeout_t
)0x7fffffff) << 32 |
0xffffffff)
213 /* structure for process startup info
*/
216 unsigned int debug_flags
;
217 unsigned int console_flags
;
218 obj_handle_t console
;
220 obj_handle_t hstdout
;
221 obj_handle_t hstderr
;
228 unsigned int attribute
;
231 data_size_t curdir_len
;
232 data_size_t dllpath_len
;
233 data_size_t imagepath_len
;
234 data_size_t cmdline_len
;
235 data_size_t title_len
;
236 data_size_t desktop_len
;
237 data_size_t shellinfo_len
;
238 data_size_t runtime_len
;
239 /* VARARG(curdir
,unicode_str
,curdir_len
); */
240 /* VARARG(dllpath
,unicode_str
,dllpath_len
); */
241 /* VARARG(imagepath
,unicode_str
,imagepath_len
); */
242 /* VARARG(cmdline
,unicode_str
,cmdline_len
); */
243 /* VARARG(title
,unicode_str
,title_len
); */
244 /* VARARG(desktop
,unicode_str
,desktop_len
); */
245 /* VARARG(shellinfo
,unicode_str
,shellinfo_len
); */
246 /* VARARG(runtime
,unicode_str
,runtime_len
); */
249 /* structure returned in the list of window properties
*/
252 atom_t atom
; /* property atom
*/
253 int string
; /* was atom a string originally?
*/
254 lparam_t data
; /* data stored in property
*/
257 /* structure to specify window rectangles
*/
266 /* structure for parameters of async I
/O calls
*/
269 obj_handle_t handle
; /* object to perform I
/O on
*/
270 obj_handle_t event
; /* event to signal when done
*/
271 client_ptr_t callback
; /* client
-side callback to call upon end of async
*/
272 client_ptr_t iosb
; /* I
/O status block in client addr space
*/
273 client_ptr_t arg
; /* opaque user data to pass to callback
*/
274 apc_param_t cvalue
; /* completion value to use for completion events
*/
277 /* structures for extra message data
*/
279 struct hardware_msg_data
281 lparam_t info
; /* extra info
*/
282 unsigned int hw_id
; /* unique id
*/
283 unsigned int flags
; /* hook flags
*/
289 int type
; /* RIM_TYPEKEYBOARD
*/
290 unsigned int message
; /* message generated by this rawinput event
*/
291 unsigned short vkey
; /* virtual key code
*/
292 unsigned short scan
; /* scan code
*/
296 int type
; /* RIM_TYPEMOUSE
*/
297 int x
; /* x coordinate
*/
298 int y
; /* y coordinate
*/
299 unsigned int data
; /* mouse data
*/
304 struct callback_msg_data
306 client_ptr_t callback
; /* callback function
*/
307 lparam_t data
; /* user data for callback
*/
308 lparam_t result
; /* message result
*/
311 struct winevent_msg_data
313 user_handle_t hook
; /* hook handle
*/
314 thread_id_t tid
; /* thread id
*/
315 client_ptr_t hook_proc
; /* hook proc address
*/
316 /* followed by module name if any
*/
324 int type
; /* INPUT_KEYBOARD
*/
325 unsigned short vkey
; /* virtual key code
*/
326 unsigned short scan
; /* scan code
*/
327 unsigned int flags
; /* event flags
*/
328 unsigned int time
; /* event time
*/
329 lparam_t info
; /* extra info
*/
333 int type
; /* INPUT_MOUSE
*/
334 int x
; /* coordinates
*/
336 unsigned int data
; /* mouse data
*/
337 unsigned int flags
; /* event flags
*/
338 unsigned int time
; /* event time
*/
339 lparam_t info
; /* extra info
*/
343 int type
; /* INPUT_HARDWARE
*/
344 unsigned int msg
; /* message code
*/
345 lparam_t lparam
; /* message param
*/
351 unsigned char bytes
[1]; /* raw data for sent messages
*/
352 struct hardware_msg_data hardware
;
353 struct callback_msg_data callback
;
354 struct winevent_msg_data winevent
;
357 /* structure for console char
/attribute info
*/
364 /* structure returned in filesystem events
*/
365 struct filesystem_event
374 unsigned int low_part
;
378 #define MAX_ACL_LEN
65535
380 struct security_descriptor
382 unsigned int control
; /* SE_ flags
*/
383 data_size_t owner_len
;
384 data_size_t group_len
;
385 data_size_t sacl_len
;
386 data_size_t dacl_len
;
387 /* VARARG(owner
,SID
); */
388 /* VARARG(group
,SID
); */
389 /* VARARG(sacl
,ACL
); */
390 /* VARARG(dacl
,ACL
); */
393 struct object_attributes
395 obj_handle_t rootdir
; /* root directory
*/
396 data_size_t sd_len
; /* length of security_descriptor data. may be
0 */
397 data_size_t name_len
; /* length of the name string. may be
0 */
398 /* VARARG(sd
,security_descriptor
); */
399 /* VARARG(name
,unicode_str
); */
405 /* unsigned int attributes
[count
]; */
406 /* VARARG(sids
,SID
); */
414 SELECT_SIGNAL_AND_WAIT
,
415 SELECT_KEYED_EVENT_WAIT
,
416 SELECT_KEYED_EVENT_RELEASE
424 enum select_op op
; /* SELECT_WAIT or SELECT_WAIT_ALL
*/
425 obj_handle_t handles
[MAXIMUM_WAIT_OBJECTS
];
429 enum select_op op
; /* SELECT_SIGNAL_AND_WAIT
*/
431 obj_handle_t signal
; /* must be last in the structure so we can remove it on retries
*/
435 enum select_op op
; /* SELECT_KEYED_EVENT_WAIT or SELECT_KEYED_EVENT_RELEASE
*/
464 enum apc_type type
; /* APC_USER
*/
466 client_ptr_t func
; /* void (__stdcall
*func
)(ULONG_PTR
,ULONG_PTR
,ULONG_PTR
); */
467 apc_param_t args
[3]; /* arguments for user function
*/
471 enum apc_type type
; /* APC_TIMER
*/
473 client_ptr_t func
; /* void (__stdcall
*func
)(void
*, unsigned int
, unsigned int
); */
474 timeout_t time
; /* absolute time of expiration
*/
475 client_ptr_t arg
; /* user argument
*/
479 enum apc_type type
; /* APC_ASYNC_IO
*/
480 unsigned int status
; /* I
/O status
*/
481 client_ptr_t func
; /* unsigned
int (*func)(void*, void*, unsigned int, void**, void**); */
482 client_ptr_t user
; /* user pointer
*/
483 client_ptr_t sb
; /* status block
*/
487 enum apc_type type
; /* APC_VIRTUAL_ALLOC
*/
488 unsigned int op_type
; /* type of operation
*/
489 client_ptr_t addr
; /* requested address
*/
490 mem_size_t size
; /* allocation size
*/
491 unsigned int zero_bits
; /* allocation alignment
*/
492 unsigned int prot
; /* memory protection flags
*/
496 enum apc_type type
; /* APC_VIRTUAL_FREE
*/
497 unsigned int op_type
; /* type of operation
*/
498 client_ptr_t addr
; /* requested address
*/
499 mem_size_t size
; /* allocation size
*/
503 enum apc_type type
; /* APC_VIRTUAL_QUERY
*/
505 client_ptr_t addr
; /* requested address
*/
509 enum apc_type type
; /* APC_VIRTUAL_PROTECT
*/
510 unsigned int prot
; /* new protection flags
*/
511 client_ptr_t addr
; /* requested address
*/
512 mem_size_t size
; /* requested size
*/
516 enum apc_type type
; /* APC_VIRTUAL_FLUSH
*/
518 client_ptr_t addr
; /* requested address
*/
519 mem_size_t size
; /* requested size
*/
523 enum apc_type type
; /* APC_VIRTUAL_LOCK
*/
525 client_ptr_t addr
; /* requested address
*/
526 mem_size_t size
; /* requested size
*/
530 enum apc_type type
; /* APC_VIRTUAL_UNLOCK
*/
532 client_ptr_t addr
; /* requested address
*/
533 mem_size_t size
; /* requested size
*/
537 enum apc_type type
; /* APC_MAP_VIEW
*/
538 obj_handle_t handle
; /* mapping handle
*/
539 client_ptr_t addr
; /* requested address
*/
540 mem_size_t size
; /* allocation size
*/
541 file_pos_t offset
; /* file offset
*/
542 unsigned int alloc_type
;/* allocation type
*/
543 unsigned short zero_bits
; /* allocation alignment
*/
544 unsigned short prot
; /* memory protection flags
*/
548 enum apc_type type
; /* APC_UNMAP_VIEW
*/
550 client_ptr_t addr
; /* view address
*/
554 enum apc_type type
; /* APC_CREATE_THREAD
*/
555 int suspend
; /* suspended thread?
*/
556 client_ptr_t func
; /* void (__stdcall
*func
)(void*)
; start function
*/
557 client_ptr_t arg
; /* argument for start function
*/
558 mem_size_t reserve
; /* reserve size for thread stack
*/
559 mem_size_t commit
; /* commit size for thread stack
*/
568 enum apc_type type
; /* APC_ASYNC_IO
*/
569 unsigned int status
; /* new status of async operation
*/
570 client_ptr_t apc
; /* user APC to call
*/
571 client_ptr_t arg
; /* user APC argument
*/
572 unsigned int total
; /* bytes transferred
*/
576 enum apc_type type
; /* APC_VIRTUAL_ALLOC
*/
577 unsigned int status
; /* status returned by call
*/
578 client_ptr_t addr
; /* resulting address
*/
579 mem_size_t size
; /* resulting size
*/
583 enum apc_type type
; /* APC_VIRTUAL_FREE
*/
584 unsigned int status
; /* status returned by call
*/
585 client_ptr_t addr
; /* resulting address
*/
586 mem_size_t size
; /* resulting size
*/
590 enum apc_type type
; /* APC_VIRTUAL_QUERY
*/
591 unsigned int status
; /* status returned by call
*/
592 client_ptr_t base
; /* resulting base address
*/
593 client_ptr_t alloc_base
;/* resulting allocation base
*/
594 mem_size_t size
; /* resulting region size
*/
595 unsigned short state
; /* resulting region state
*/
596 unsigned short prot
; /* resulting region protection
*/
597 unsigned short alloc_prot
;/* resulting allocation protection
*/
598 unsigned short alloc_type
;/* resulting region allocation type
*/
602 enum apc_type type
; /* APC_VIRTUAL_PROTECT
*/
603 unsigned int status
; /* status returned by call
*/
604 client_ptr_t addr
; /* resulting address
*/
605 mem_size_t size
; /* resulting size
*/
606 unsigned int prot
; /* old protection flags
*/
610 enum apc_type type
; /* APC_VIRTUAL_FLUSH
*/
611 unsigned int status
; /* status returned by call
*/
612 client_ptr_t addr
; /* resulting address
*/
613 mem_size_t size
; /* resulting size
*/
617 enum apc_type type
; /* APC_VIRTUAL_LOCK
*/
618 unsigned int status
; /* status returned by call
*/
619 client_ptr_t addr
; /* resulting address
*/
620 mem_size_t size
; /* resulting size
*/
624 enum apc_type type
; /* APC_VIRTUAL_UNLOCK
*/
625 unsigned int status
; /* status returned by call
*/
626 client_ptr_t addr
; /* resulting address
*/
627 mem_size_t size
; /* resulting size
*/
631 enum apc_type type
; /* APC_MAP_VIEW
*/
632 unsigned int status
; /* status returned by call
*/
633 client_ptr_t addr
; /* resulting address
*/
634 mem_size_t size
; /* resulting size
*/
638 enum apc_type type
; /* APC_MAP_VIEW
*/
639 unsigned int status
; /* status returned by call
*/
643 enum apc_type type
; /* APC_CREATE_THREAD
*/
644 unsigned int status
; /* status returned by call
*/
645 thread_id_t tid
; /* thread id
*/
646 obj_handle_t handle
; /* handle to new thread
*/
652 unsigned int major
; /* irp major function
*/
655 unsigned int major
; /* IRP_MJ_CREATE
*/
656 unsigned int access
; /* access rights
*/
657 unsigned int sharing
; /* sharing flags
*/
658 unsigned int options
; /* file options
*/
659 client_ptr_t device
; /* opaque ptr for the device
*/
663 unsigned int major
; /* IRP_MJ_CLOSE
*/
665 client_ptr_t device
; /* opaque ptr for the device
*/
669 unsigned int major
; /* IRP_MJ_READ
*/
670 unsigned int key
; /* driver key
*/
671 client_ptr_t device
; /* opaque ptr for the device
*/
672 file_pos_t pos
; /* file position
*/
676 unsigned int major
; /* IRP_MJ_WRITE
*/
677 unsigned int key
; /* driver key
*/
678 client_ptr_t device
; /* opaque ptr for the device
*/
679 file_pos_t pos
; /* file position
*/
683 unsigned int major
; /* IRP_MJ_FLUSH_BUFFERS
*/
685 client_ptr_t device
; /* opaque ptr for the device
*/
689 unsigned int major
; /* IRP_MJ_DEVICE_CONTROL
*/
690 ioctl_code_t code
; /* ioctl code
*/
691 client_ptr_t device
; /* opaque ptr for the device
*/
695 struct rawinput_device
697 unsigned short usage_page
;
698 unsigned short usage
;
700 user_handle_t target
;
703 /****************************************************************/
704 /* Request declarations
*/
706 /* Create a new process from the context of the parent
*/
708 int inherit_all
; /* inherit all handles from parent
*/
709 unsigned int create_flags
; /* creation flags
*/
710 int socket_fd
; /* file descriptor for process socket
*/
711 obj_handle_t exe_file
; /* file handle for main exe
*/
712 unsigned int process_access
; /* access rights for process object
*/
713 unsigned int process_attr
; /* attributes for process object
*/
714 unsigned int thread_access
; /* access rights for thread object
*/
715 unsigned int thread_attr
; /* attributes for thread object
*/
716 cpu_type_t cpu
; /* CPU that the new process will use
*/
717 data_size_t info_size
; /* size of startup info
*/
718 VARARG(info
,startup_info
,info_size
); /* startup information
*/
719 VARARG(env
,unicode_str
); /* environment for new process
*/
721 obj_handle_t info
; /* new process info handle
*/
722 process_id_t pid
; /* process id
*/
723 obj_handle_t phandle
; /* process
handle (in the current process
) */
724 thread_id_t tid
; /* thread id
*/
725 obj_handle_t thandle
; /* thread
handle (in the current process
) */
729 /* Retrieve information about a newly started process
*/
730 @
REQ(get_new_process_info
)
731 obj_handle_t info
; /* info handle returned from new_process_request
*/
733 int success
; /* did the process start successfully?
*/
734 int exit_code
; /* process exit code if failed
*/
738 /* Create a new thread from the context of the parent
*/
740 unsigned int access
; /* wanted access rights
*/
741 unsigned int attributes
; /* object attributes
*/
742 int suspend
; /* new thread should be suspended on creation
*/
743 int request_fd
; /* fd for request pipe
*/
745 thread_id_t tid
; /* thread id
*/
746 obj_handle_t handle
; /* thread
handle (in the current process
) */
750 /* Retrieve the new process startup info
*/
751 @
REQ(get_startup_info
)
753 obj_handle_t exe_file
; /* file handle for main exe
*/
754 data_size_t info_size
; /* size of startup info
*/
755 VARARG(info
,startup_info
,info_size
); /* startup information
*/
756 VARARG(env
,unicode_str
); /* environment
*/
760 /* Signal the end of the process initialization
*/
761 @
REQ(init_process_done
)
762 int gui
; /* is it a GUI process?
*/
763 mod_handle_t module
; /* main module base address
*/
764 client_ptr_t ldt_copy
; /* address of LDT
copy (in thread address space
) */
765 client_ptr_t entry
; /* process entry point
*/
769 /* Initialize a thread
; called from the child after
fork()/clone() */
771 int unix_pid
; /* Unix pid of new thread
*/
772 int unix_tid
; /* Unix tid of new thread
*/
773 int debug_level
; /* new debug level
*/
774 client_ptr_t teb
; /* TEB of new
thread (in thread address space
) */
775 client_ptr_t entry
; /* entry point or PEB if initial
thread (in thread address space
) */
776 int reply_fd
; /* fd for reply pipe
*/
777 int wait_fd
; /* fd for blocking calls pipe
*/
778 cpu_type_t cpu
; /* CPU that this thread is running on
*/
780 process_id_t pid
; /* process id of the new thread
's process */
781 thread_id_t tid; /* thread id of the new thread */
782 timeout_t server_start; /* server start time */
783 data_size_t info_size; /* total size of startup info */
784 int version; /* protocol version */
785 unsigned int all_cpus; /* bitset of supported CPUs */
789 /* Terminate a process */
790 @REQ(terminate_process)
791 obj_handle_t handle; /* process handle to terminate */
792 int exit_code; /* process exit code */
794 int self; /* suicide? */
798 /* Terminate a thread */
799 @REQ(terminate_thread)
800 obj_handle_t handle; /* thread handle to terminate */
801 int exit_code; /* thread exit code */
803 int self; /* suicide? */
804 int last; /* last thread in this process? */
808 /* Retrieve information about a process */
809 @REQ(get_process_info)
810 obj_handle_t handle; /* process handle */
812 process_id_t pid; /* server process id */
813 process_id_t ppid; /* server process id of parent */
814 affinity_t affinity; /* process affinity mask */
815 client_ptr_t peb; /* PEB address in process address space */
816 timeout_t start_time; /* process start time */
817 timeout_t end_time; /* process end time */
818 int exit_code; /* process exit code */
819 int priority; /* priority class */
820 cpu_type_t cpu; /* CPU that this process is running on */
821 int debugger_present; /* process is being debugged */
825 /* Set a process information */
826 @REQ(set_process_info)
827 obj_handle_t handle; /* process handle */
828 int mask; /* setting mask (see below) */
829 int priority; /* priority class */
830 affinity_t affinity; /* affinity mask */
832 #define SET_PROCESS_INFO_PRIORITY 0x01
833 #define SET_PROCESS_INFO_AFFINITY 0x02
836 /* Retrieve information about a thread */
837 @REQ(get_thread_info)
838 obj_handle_t handle; /* thread handle */
839 thread_id_t tid_in; /* thread id (optional) */
841 process_id_t pid; /* server process id */
842 thread_id_t tid; /* server thread id */
843 client_ptr_t teb; /* thread teb pointer */
844 affinity_t affinity; /* thread affinity mask */
845 timeout_t creation_time; /* thread creation time */
846 timeout_t exit_time; /* thread exit time */
847 int exit_code; /* thread exit code */
848 int priority; /* thread priority level */
849 int last; /* last thread in process */
853 /* Set a thread information */
854 @REQ(set_thread_info)
855 obj_handle_t handle; /* thread handle */
856 int mask; /* setting mask (see below) */
857 int priority; /* priority class */
858 affinity_t affinity; /* affinity mask */
859 obj_handle_t token; /* impersonation token */
861 #define SET_THREAD_INFO_PRIORITY 0x01
862 #define SET_THREAD_INFO_AFFINITY 0x02
863 #define SET_THREAD_INFO_TOKEN 0x04
866 /* Retrieve information about a module */
868 obj_handle_t handle; /* process handle */
869 mod_handle_t base_address; /* base address of module */
871 client_ptr_t entry_point;
872 data_size_t size; /* module size */
873 data_size_t filename_len; /* buffer len in bytes required to store filename */
874 VARARG(filename,unicode_str); /* file name of module */
878 /* Suspend a thread */
880 obj_handle_t handle; /* thread handle */
882 int count; /* new suspend count */
886 /* Resume a thread */
888 obj_handle_t handle; /* thread handle */
890 int count; /* new suspend count */
894 /* Notify the server that a dll has been loaded */
896 obj_handle_t mapping; /* file mapping handle */
897 mod_handle_t base; /* base address */
898 client_ptr_t name; /* ptr to ptr to name (in process addr space) */
899 data_size_t size; /* dll size */
900 int dbg_offset; /* debug info offset */
901 int dbg_size; /* debug info size */
902 VARARG(filename,unicode_str); /* file name of dll */
906 /* Notify the server that a dll is being unloaded */
908 mod_handle_t base; /* base address */
912 /* Queue an APC for a thread or process */
914 obj_handle_t handle; /* thread or process handle */
915 apc_call_t call; /* call arguments */
917 obj_handle_t handle; /* APC handle */
918 int self; /* run APC in caller itself? */
922 /* Get the result of an APC call */
924 obj_handle_t handle; /* handle to the APC */
926 apc_result_t result; /* result of the APC */
930 /* Close a handle for the current process */
932 obj_handle_t handle; /* handle to close */
936 /* Set a handle information */
937 @REQ(set_handle_info)
938 obj_handle_t handle; /* handle we are interested in */
939 int flags; /* new handle flags */
940 int mask; /* mask for flags to set */
942 int old_flags; /* old flag value */
946 /* Duplicate a handle */
948 obj_handle_t src_process; /* src process handle */
949 obj_handle_t src_handle; /* src handle to duplicate */
950 obj_handle_t dst_process; /* dst process handle */
951 unsigned int access; /* wanted access rights */
952 unsigned int attributes; /* object attributes */
953 unsigned int options; /* duplicate options (see below) */
955 obj_handle_t handle; /* duplicated handle in dst process */
956 int self; /* is the source the current process? */
957 int closed; /* whether the source handle has been closed */
959 #define DUP_HANDLE_CLOSE_SOURCE DUPLICATE_CLOSE_SOURCE
960 #define DUP_HANDLE_SAME_ACCESS DUPLICATE_SAME_ACCESS
961 #define DUP_HANDLE_MAKE_GLOBAL 0x80000000 /* Not a Windows flag */
964 /* Open a handle to a process */
966 process_id_t pid; /* process id to open */
967 unsigned int access; /* wanted access rights */
968 unsigned int attributes; /* object attributes */
970 obj_handle_t handle; /* handle to the process */
974 /* Open a handle to a thread */
976 thread_id_t tid; /* thread id to open */
977 unsigned int access; /* wanted access rights */
978 unsigned int attributes; /* object attributes */
980 obj_handle_t handle; /* handle to the thread */
984 /* Wait for handles */
986 int flags; /* wait flags (see below) */
987 client_ptr_t cookie; /* magic cookie to return to client */
988 timeout_t timeout; /* timeout */
989 obj_handle_t prev_apc; /* handle to previous APC */
990 VARARG(result,apc_result); /* result of previous APC */
991 VARARG(data,select_op); /* operation-specific data */
993 timeout_t timeout; /* timeout converted to absolute */
994 apc_call_t call; /* APC call arguments */
995 obj_handle_t apc_handle; /* handle to next APC */
997 #define SELECT_ALERTABLE 1
998 #define SELECT_INTERRUPTIBLE 2
1001 /* Create an event */
1003 unsigned int access; /* wanted access rights */
1004 unsigned int attributes; /* object attributes */
1005 int manual_reset; /* manual reset event */
1006 int initial_state; /* initial state of the event */
1007 VARARG(objattr,object_attributes); /* object attributes */
1009 obj_handle_t handle; /* handle to the event */
1012 /* Event operation */
1014 obj_handle_t handle; /* handle to event */
1015 int op; /* event operation (see below) */
1017 enum event_op { PULSE_EVENT, SET_EVENT, RESET_EVENT };
1020 obj_handle_t handle; /* handle to event */
1022 int manual_reset; /* manual reset event */
1023 int state; /* current state of the event */
1028 unsigned int access; /* wanted access rights */
1029 unsigned int attributes; /* object attributes */
1030 obj_handle_t rootdir; /* root directory */
1031 VARARG(name,unicode_str); /* object name */
1033 obj_handle_t handle; /* handle to the event */
1037 /* Create a keyed event */
1038 @REQ(create_keyed_event)
1039 unsigned int access; /* wanted access rights */
1040 unsigned int attributes; /* object attributes */
1041 VARARG(objattr,object_attributes); /* object attributes */
1043 obj_handle_t handle; /* handle to the event */
1046 /* Open a keyed event */
1047 @REQ(open_keyed_event)
1048 unsigned int access; /* wanted access rights */
1049 unsigned int attributes; /* object attributes */
1050 obj_handle_t rootdir; /* root directory */
1051 VARARG(name,unicode_str); /* object name */
1053 obj_handle_t handle; /* handle to the event */
1057 /* Create a mutex */
1059 unsigned int access; /* wanted access rights */
1060 unsigned int attributes; /* object attributes */
1061 int owned; /* initially owned? */
1062 VARARG(objattr,object_attributes); /* object attributes */
1064 obj_handle_t handle; /* handle to the mutex */
1068 /* Release a mutex */
1070 obj_handle_t handle; /* handle to the mutex */
1072 unsigned int prev_count; /* value of internal counter, before release */
1078 unsigned int access; /* wanted access rights */
1079 unsigned int attributes; /* object attributes */
1080 obj_handle_t rootdir; /* root directory */
1081 VARARG(name,unicode_str); /* object name */
1083 obj_handle_t handle; /* handle to the mutex */
1087 /* Create a semaphore */
1088 @REQ(create_semaphore)
1089 unsigned int access; /* wanted access rights */
1090 unsigned int attributes; /* object attributes */
1091 unsigned int initial; /* initial count */
1092 unsigned int max; /* maximum count */
1093 VARARG(objattr,object_attributes); /* object attributes */
1095 obj_handle_t handle; /* handle to the semaphore */
1099 /* Release a semaphore */
1100 @REQ(release_semaphore)
1101 obj_handle_t handle; /* handle to the semaphore */
1102 unsigned int count; /* count to add to semaphore */
1104 unsigned int prev_count; /* previous semaphore count */
1107 @REQ(query_semaphore)
1108 obj_handle_t handle; /* handle to the semaphore */
1110 unsigned int current; /* current count */
1111 unsigned int max; /* maximum count */
1114 /* Open a semaphore */
1115 @REQ(open_semaphore)
1116 unsigned int access; /* wanted access rights */
1117 unsigned int attributes; /* object attributes */
1118 obj_handle_t rootdir; /* root directory */
1119 VARARG(name,unicode_str); /* object name */
1121 obj_handle_t handle; /* handle to the semaphore */
1127 unsigned int access; /* wanted access rights */
1128 unsigned int attributes; /* object attributes */
1129 unsigned int sharing; /* sharing flags */
1130 int create; /* file create action */
1131 unsigned int options; /* file options */
1132 unsigned int attrs; /* file attributes for creation */
1133 VARARG(objattr,object_attributes); /* object attributes */
1134 VARARG(filename,string); /* file name */
1136 obj_handle_t handle; /* handle to the file */
1140 /* Open a file object */
1141 @REQ(open_file_object)
1142 unsigned int access; /* wanted access rights */
1143 unsigned int attributes; /* open attributes */
1144 obj_handle_t rootdir; /* root directory */
1145 unsigned int sharing; /* sharing flags */
1146 unsigned int options; /* file options */
1147 VARARG(filename,unicode_str); /* file name */
1149 obj_handle_t handle; /* handle to the file */
1153 /* Allocate a file handle for a Unix fd */
1154 @REQ(alloc_file_handle)
1155 unsigned int access; /* wanted access rights */
1156 unsigned int attributes; /* object attributes */
1157 int fd; /* file descriptor on the client side */
1159 obj_handle_t handle; /* handle to the file */
1163 /* Get the Unix name from a file handle */
1164 @REQ(get_handle_unix_name)
1165 obj_handle_t handle; /* file handle */
1167 data_size_t name_len; /* unix name length */
1168 VARARG(name,string); /* unix name */
1172 /* Get a Unix fd to access a file */
1174 obj_handle_t handle; /* handle to the file */
1176 int type; /* file type (see below) */
1177 int cacheable; /* can fd be cached in the client? */
1178 unsigned int access; /* file access rights */
1179 unsigned int options; /* file open options */
1183 FD_TYPE_INVALID, /* invalid file (no associated fd) */
1184 FD_TYPE_FILE, /* regular file */
1185 FD_TYPE_DIR, /* directory */
1186 FD_TYPE_SOCKET, /* socket */
1187 FD_TYPE_SERIAL, /* serial port */
1188 FD_TYPE_PIPE, /* named pipe */
1189 FD_TYPE_MAILSLOT, /* mailslot */
1190 FD_TYPE_CHAR, /* unspecified char device */
1191 FD_TYPE_DEVICE, /* Windows device file */
1196 /* Flush a file buffers */
1198 int blocking; /* whether it's a blocking flush
*/
1199 async_data_t async
; /* async I
/O parameters
*/
1201 obj_handle_t event
; /* event set when finished
*/
1205 /* Lock a region of a file
*/
1207 obj_handle_t handle
; /* handle to the file
*/
1208 file_pos_t offset
; /* offset of start of lock
*/
1209 file_pos_t count
; /* count of bytes to lock
*/
1210 int shared
; /* shared or exclusive lock?
*/
1211 int wait
; /* do we want to wait?
*/
1213 obj_handle_t handle
; /* handle to wait on
*/
1214 int overlapped
; /* is it an overlapped I
/O handle?
*/
1218 /* Unlock a region of a file
*/
1220 obj_handle_t handle
; /* handle to the file
*/
1221 file_pos_t offset
; /* offset of start of unlock
*/
1222 file_pos_t count
; /* count of bytes to unlock
*/
1226 /* Create a socket
*/
1228 unsigned int access
; /* wanted access rights
*/
1229 unsigned int attributes
; /* object attributes
*/
1230 int family
; /* family
, see socket manpage
*/
1231 int type
; /* type
, see socket manpage
*/
1232 int protocol
; /* protocol
, see socket manpage
*/
1233 unsigned int flags
; /* socket flags
*/
1235 obj_handle_t handle
; /* handle to the new socket
*/
1239 /* Accept a socket
*/
1241 obj_handle_t lhandle
; /* handle to the listening socket
*/
1242 unsigned int access
; /* wanted access rights
*/
1243 unsigned int attributes
; /* object attributes
*/
1245 obj_handle_t handle
; /* handle to the new socket
*/
1249 /* Accept into an initialized socket
*/
1250 @
REQ(accept_into_socket
)
1251 obj_handle_t lhandle
; /* handle to the listening socket
*/
1252 obj_handle_t ahandle
; /* handle to the accepting socket
*/
1256 /* Set socket event parameters
*/
1257 @
REQ(set_socket_event
)
1258 obj_handle_t handle
; /* handle to the socket
*/
1259 unsigned int mask
; /* event mask
*/
1260 obj_handle_t event
; /* event object
*/
1261 user_handle_t window
; /* window to send the message to
*/
1262 unsigned int msg
; /* message to send
*/
1266 /* Get socket event parameters
*/
1267 @
REQ(get_socket_event
)
1268 obj_handle_t handle
; /* handle to the socket
*/
1269 int service
; /* clear pending?
*/
1270 obj_handle_t c_event
; /* event to clear
*/
1272 unsigned int mask
; /* event mask
*/
1273 unsigned int pmask
; /* pending events
*/
1274 unsigned int state
; /* status bits
*/
1275 VARARG(errors
,ints
); /* event errors
*/
1279 /* Get socket info
*/
1280 @
REQ(get_socket_info
)
1281 obj_handle_t handle
; /* handle to the socket
*/
1283 int family
; /* family
, see socket manpage
*/
1284 int type
; /* type
, see socket manpage
*/
1285 int protocol
; /* protocol
, see socket manpage
*/
1289 /* Re
-enable pending socket events
*/
1290 @
REQ(enable_socket_event
)
1291 obj_handle_t handle
; /* handle to the socket
*/
1292 unsigned int mask
; /* events to re
-enable
*/
1293 unsigned int sstate
; /* status bits to set
*/
1294 unsigned int cstate
; /* status bits to clear
*/
1297 @
REQ(set_socket_deferred
)
1298 obj_handle_t handle
; /* handle to the socket
*/
1299 obj_handle_t deferred
; /* handle to the socket for which
accept() is deferred
*/
1302 /* Allocate a
console (only used by a console renderer
) */
1304 unsigned int access
; /* wanted access rights
*/
1305 unsigned int attributes
; /* object attributes
*/
1306 process_id_t pid
; /* pid of process which shall be attached to the console
*/
1307 int input_fd
; /* if pid
=-1 (bare console to current process
), fd for input
*/
1309 obj_handle_t handle_in
; /* handle to console input
*/
1310 obj_handle_t event
; /* handle to renderer events change notification
*/
1314 /* Free the console of the current process
*/
1319 #define CONSOLE_RENDERER_NONE_EVENT
0x00
1320 #define CONSOLE_RENDERER_TITLE_EVENT
0x01
1321 #define CONSOLE_RENDERER_ACTIVE_SB_EVENT
0x02
1322 #define CONSOLE_RENDERER_SB_RESIZE_EVENT
0x03
1323 #define CONSOLE_RENDERER_UPDATE_EVENT
0x04
1324 #define CONSOLE_RENDERER_CURSOR_POS_EVENT
0x05
1325 #define CONSOLE_RENDERER_CURSOR_GEOM_EVENT
0x06
1326 #define CONSOLE_RENDERER_DISPLAY_EVENT
0x07
1327 #define CONSOLE_RENDERER_EXIT_EVENT
0x08
1328 struct console_renderer_event
1363 /* retrieve console events for the renderer
*/
1364 @
REQ(get_console_renderer_events
)
1365 obj_handle_t handle
; /* handle to console input events
*/
1367 VARARG(data
,bytes
); /* the various console_renderer_events
*/
1371 /* Open a handle to the process console
*/
1373 obj_handle_t from
; /* 0 (resp
1) input (resp output
) of current process console
*/
1374 /* otherwise console_in handle to get active screen buffer?
*/
1375 unsigned int access
; /* wanted access rights
*/
1376 unsigned int attributes
; /* object attributes
*/
1377 int share
; /* share
mask (only for output handles
) */
1379 obj_handle_t handle
; /* handle to the console
*/
1383 /* Get the input queue wait event
*/
1384 @
REQ(get_console_wait_event
)
1386 obj_handle_t handle
;
1389 /* Get a console
mode (input or output
) */
1390 @
REQ(get_console_mode
)
1391 obj_handle_t handle
; /* handle to the console
*/
1393 int mode
; /* console mode
*/
1397 /* Set a console
mode (input or output
) */
1398 @
REQ(set_console_mode
)
1399 obj_handle_t handle
; /* handle to the console
*/
1400 int mode
; /* console mode
*/
1404 /* Set info about a
console (input only
) */
1405 @
REQ(set_console_input_info
)
1406 obj_handle_t handle
; /* handle to console input
, or
0 for process
' console */
1407 int mask; /* setting mask (see below) */
1408 obj_handle_t active_sb; /* active screen buffer */
1409 int history_mode; /* whether we duplicate lines in history */
1410 int history_size; /* number of lines in history */
1411 int edition_mode; /* index to the edition mode flavors */
1412 int input_cp; /* console input codepage */
1413 int output_cp; /* console output codepage */
1414 user_handle_t win; /* console window if backend supports it */
1415 VARARG(title,unicode_str); /* console title */
1417 #define SET_CONSOLE_INPUT_INFO_ACTIVE_SB 0x01
1418 #define SET_CONSOLE_INPUT_INFO_TITLE 0x02
1419 #define SET_CONSOLE_INPUT_INFO_HISTORY_MODE 0x04
1420 #define SET_CONSOLE_INPUT_INFO_HISTORY_SIZE 0x08
1421 #define SET_CONSOLE_INPUT_INFO_EDITION_MODE 0x10
1422 #define SET_CONSOLE_INPUT_INFO_INPUT_CODEPAGE 0x20
1423 #define SET_CONSOLE_INPUT_INFO_OUTPUT_CODEPAGE 0x40
1424 #define SET_CONSOLE_INPUT_INFO_WIN 0x80
1427 /* Get info about a console (input only) */
1428 @REQ(get_console_input_info)
1429 obj_handle_t handle; /* handle to console input, or 0 for process' console
*/
1431 int history_mode
; /* whether we duplicate lines in history
*/
1432 int history_size
; /* number of lines in history
*/
1433 int history_index
; /* number of used lines in history
*/
1434 int edition_mode
; /* index to the edition mode flavors
*/
1435 int input_cp
; /* console input codepage
*/
1436 int output_cp
; /* console output codepage
*/
1437 user_handle_t win
; /* console window if backend supports it
*/
1438 VARARG(title
,unicode_str
); /* console title
*/
1442 /* appends a string to console
's history */
1443 @REQ(append_console_input_history)
1444 obj_handle_t handle; /* handle to console input, or 0 for process' console
*/
1445 VARARG(line
,unicode_str
); /* line to add
*/
1449 /* appends a string to console
's history */
1450 @REQ(get_console_input_history)
1451 obj_handle_t handle; /* handle to console input, or 0 for process' console
*/
1452 int index
; /* index to get line from
*/
1454 int total
; /* total length of line in Unicode chars
*/
1455 VARARG(line
,unicode_str
); /* line to add
*/
1459 /* creates a new screen buffer on process
' console */
1460 @REQ(create_console_output)
1461 obj_handle_t handle_in; /* handle to console input, or 0 for process' console
*/
1462 unsigned int access
; /* wanted access rights
*/
1463 unsigned int attributes
; /* object attributes
*/
1464 unsigned int share
; /* sharing credentials
*/
1465 int fd
; /* for bare consoles
, fd the screen
-buffer is attached to
*/
1467 obj_handle_t handle_out
; /* handle to the screen buffer
*/
1471 /* Set info about a
console (output only
) */
1472 @
REQ(set_console_output_info
)
1473 obj_handle_t handle
; /* handle to the console
*/
1474 int mask
; /* setting
mask (see below
) */
1475 short int cursor_size
; /* size of
cursor (percentage filled
) */
1476 short int cursor_visible
;/* cursor visibility flag
*/
1477 short int cursor_x
; /* position of
cursor (x
, y
) */
1479 short int width
; /* width of the screen buffer
*/
1480 short int height
; /* height of the screen buffer
*/
1481 short int attr
; /* default attribute
*/
1482 short int win_left
; /* window actually displayed by renderer
*/
1483 short int win_top
; /* the rect area is expressed within the
*/
1484 short int win_right
; /* boundaries of the screen buffer
*/
1485 short int win_bottom
;
1486 short int max_width
; /* maximum
size (width x height
) for the window
*/
1487 short int max_height
;
1489 #define SET_CONSOLE_OUTPUT_INFO_CURSOR_GEOM
0x01
1490 #define SET_CONSOLE_OUTPUT_INFO_CURSOR_POS
0x02
1491 #define SET_CONSOLE_OUTPUT_INFO_SIZE
0x04
1492 #define SET_CONSOLE_OUTPUT_INFO_ATTR
0x08
1493 #define SET_CONSOLE_OUTPUT_INFO_DISPLAY_WINDOW
0x10
1494 #define SET_CONSOLE_OUTPUT_INFO_MAX_SIZE
0x20
1497 /* Get info about a
console (output only
) */
1498 @
REQ(get_console_output_info
)
1499 obj_handle_t handle
; /* handle to the console
*/
1501 short int cursor_size
; /* size of
cursor (percentage filled
) */
1502 short int cursor_visible
;/* cursor visibility flag
*/
1503 short int cursor_x
; /* position of
cursor (x
, y
) */
1505 short int width
; /* width of the screen buffer
*/
1506 short int height
; /* height of the screen buffer
*/
1507 short int attr
; /* default attribute
*/
1508 short int win_left
; /* window actually displayed by renderer
*/
1509 short int win_top
; /* the rect area is expressed within the
*/
1510 short int win_right
; /* boundaries of the screen buffer
*/
1511 short int win_bottom
;
1512 short int max_width
; /* maximum
size (width x height
) for the window
*/
1513 short int max_height
;
1516 /* Add input records to a console input queue
*/
1517 @
REQ(write_console_input
)
1518 obj_handle_t handle
; /* handle to the console input
*/
1519 VARARG(rec
,input_records
); /* input records
*/
1521 int written
; /* number of records written
*/
1525 /* Fetch input records from a console input queue
*/
1526 @
REQ(read_console_input
)
1527 obj_handle_t handle
; /* handle to the console input
*/
1528 int flush
; /* flush the retrieved records from the queue?
*/
1530 int read
; /* number of records read
*/
1531 VARARG(rec
,input_records
); /* input records
*/
1535 /* write
data (chars and
/or attributes
) in a screen buffer
*/
1536 @
REQ(write_console_output
)
1537 obj_handle_t handle
; /* handle to the console output
*/
1538 int x
; /* position where to start writing
*/
1540 int mode
; /* char
info (see below
) */
1541 int wrap
; /* wrap around at end of line?
*/
1542 VARARG(data
,bytes
); /* info to write
*/
1544 int written
; /* number of char infos actually written
*/
1545 int width
; /* width of screen buffer
*/
1546 int height
; /* height of screen buffer
*/
1550 CHAR_INFO_MODE_TEXT
, /* characters only
*/
1551 CHAR_INFO_MODE_ATTR
, /* attributes only
*/
1552 CHAR_INFO_MODE_TEXTATTR
, /* both characters and attributes
*/
1553 CHAR_INFO_MODE_TEXTSTDATTR
/* characters but use standard attributes
*/
1557 /* fill a screen buffer with constant
data (chars and
/or attributes
) */
1558 @
REQ(fill_console_output
)
1559 obj_handle_t handle
; /* handle to the console output
*/
1560 int x
; /* position where to start writing
*/
1562 int mode
; /* char info mode
*/
1563 int count
; /* number to write
*/
1564 int wrap
; /* wrap around at end of line?
*/
1565 char_info_t data
; /* data to write
*/
1567 int written
; /* number of char infos actually written
*/
1571 /* read
data (chars and
/or attributes
) from a screen buffer
*/
1572 @
REQ(read_console_output
)
1573 obj_handle_t handle
; /* handle to the console output
*/
1574 int x
; /* position (x
,y
) where to start reading
*/
1576 int mode
; /* char info mode
*/
1577 int wrap
; /* wrap around at end of line?
*/
1579 int width
; /* width of screen buffer
*/
1580 int height
; /* height of screen buffer
*/
1585 /* move a
rect (of data
) in screen buffer content
*/
1586 @
REQ(move_console_output
)
1587 obj_handle_t handle
; /* handle to the console output
*/
1588 short int x_src
; /* position (x
, y
) of rect to start moving from
*/
1590 short int x_dst
; /* position (x
, y
) of rect to move to
*/
1592 short int w
; /* size of the
rect (width
, height
) to move
*/
1597 /* Sends a signal to a process group
*/
1598 @
REQ(send_console_signal
)
1599 int signal
; /* the signal to send
*/
1600 process_id_t group_id
; /* the group to send the signal to
*/
1604 /* enable directory change notifications
*/
1605 @
REQ(read_directory_changes
)
1606 unsigned int filter
; /* notification filter
*/
1607 int subtree
; /* watch the subtree?
*/
1608 int want_data
; /* flag indicating whether change data should be collected
*/
1609 async_data_t async
; /* async I
/O parameters
*/
1614 obj_handle_t handle
;
1616 VARARG(events
,filesystem_event
); /* collected filesystem events
*/
1620 /* Create a file mapping
*/
1621 @
REQ(create_mapping
)
1622 unsigned int access
; /* wanted access rights
*/
1623 unsigned int attributes
; /* object attributes
*/
1624 unsigned int protect
; /* protection
flags (see below
) */
1625 mem_size_t size
; /* mapping size
*/
1626 obj_handle_t file_handle
; /* file handle
*/
1627 VARARG(objattr
,object_attributes
); /* object attributes
*/
1629 obj_handle_t handle
; /* handle to the mapping
*/
1631 /* per
-page protection flags
*/
1632 #define VPROT_READ
0x01
1633 #define VPROT_WRITE
0x02
1634 #define VPROT_EXEC
0x04
1635 #define VPROT_WRITECOPY
0x08
1636 #define VPROT_GUARD
0x10
1637 #define VPROT_NOCACHE
0x20
1638 #define VPROT_COMMITTED
0x40
1639 #define VPROT_WRITEWATCH
0x80
1640 /* per
-mapping protection flags
*/
1641 #define VPROT_IMAGE
0x0100 /* mapping for an exe image
*/
1642 #define VPROT_SYSTEM
0x0200 /* system
view (underlying mmap not under our control
) */
1643 #define VPROT_VALLOC
0x0400 /* allocated by VirtualAlloc
*/
1644 #define VPROT_NOEXEC
0x0800 /* don
't force exec permission */
1647 /* Open a mapping */
1649 unsigned int access; /* wanted access rights */
1650 unsigned int attributes; /* object attributes */
1651 obj_handle_t rootdir; /* root directory */
1652 VARARG(name,unicode_str); /* object name */
1654 obj_handle_t handle; /* handle to the mapping */
1658 /* Get information about a file mapping */
1659 @REQ(get_mapping_info)
1660 obj_handle_t handle; /* handle to the mapping */
1661 unsigned int access; /* wanted access rights */
1663 mem_size_t size; /* mapping size */
1664 int protect; /* protection flags */
1665 int header_size; /* header size (for VPROT_IMAGE mapping) */
1666 client_ptr_t base; /* default base addr (for VPROT_IMAGE mapping) */
1667 obj_handle_t mapping; /* duplicate mapping handle unless removable */
1668 obj_handle_t shared_file; /* shared mapping file handle */
1672 /* Get a range of committed pages in a file mapping */
1673 @REQ(get_mapping_committed_range)
1674 obj_handle_t handle; /* handle to the mapping */
1675 file_pos_t offset; /* starting offset (page-aligned, in bytes) */
1677 mem_size_t size; /* size of range starting at offset (page-aligned, in bytes) */
1678 int committed; /* whether it is a committed range */
1682 /* Add a range to the committed pages in a file mapping */
1683 @REQ(add_mapping_committed_range)
1684 obj_handle_t handle; /* handle to the mapping */
1685 file_pos_t offset; /* starting offset (page-aligned, in bytes) */
1686 mem_size_t size; /* size to set (page-aligned, in bytes) or 0 if only retrieving */
1690 #define SNAP_PROCESS 0x00000001
1691 #define SNAP_THREAD 0x00000002
1692 /* Create a snapshot */
1693 @REQ(create_snapshot)
1694 unsigned int attributes; /* object attributes */
1695 unsigned int flags; /* snapshot flags (SNAP_*) */
1697 obj_handle_t handle; /* handle to the snapshot */
1701 /* Get the next process from a snapshot */
1703 obj_handle_t handle; /* handle to the snapshot */
1704 int reset; /* reset snapshot position? */
1706 int count; /* process usage count */
1707 process_id_t pid; /* process id */
1708 process_id_t ppid; /* parent process id */
1709 int threads; /* number of threads */
1710 int priority; /* process priority */
1711 int handles; /* number of handles */
1712 int unix_pid; /* Unix pid */
1713 VARARG(filename,unicode_str); /* file name of main exe */
1717 /* Get the next thread from a snapshot */
1719 obj_handle_t handle; /* handle to the snapshot */
1720 int reset; /* reset snapshot position? */
1722 int count; /* thread usage count */
1723 process_id_t pid; /* process id */
1724 thread_id_t tid; /* thread id */
1725 int base_pri; /* base priority */
1726 int delta_pri; /* delta priority */
1730 /* Wait for a debug event */
1731 @REQ(wait_debug_event)
1732 int get_handle; /* should we alloc a handle for waiting? */
1734 process_id_t pid; /* process id */
1735 thread_id_t tid; /* thread id */
1736 obj_handle_t wait; /* wait handle if no event ready */
1737 VARARG(event,debug_event); /* debug event data */
1741 /* Queue an exception event */
1742 @REQ(queue_exception_event)
1743 int first; /* first chance exception? */
1744 unsigned int code; /* exception code */
1745 unsigned int flags; /* exception flags */
1746 client_ptr_t record; /* exception record */
1747 client_ptr_t address; /* exception address */
1748 data_size_t len; /* size of parameters */
1749 VARARG(params,uints64,len);/* exception parameters */
1750 VARARG(context,context); /* thread context */
1752 obj_handle_t handle; /* handle to the queued event */
1756 /* Retrieve the status of an exception event */
1757 @REQ(get_exception_status)
1758 obj_handle_t handle; /* handle to the queued event */
1760 VARARG(context,context); /* modified thread context */
1764 /* Continue a debug event */
1765 @REQ(continue_debug_event)
1766 process_id_t pid; /* process id to continue */
1767 thread_id_t tid; /* thread id to continue */
1768 int status; /* continuation status */
1772 /* Start/stop debugging an existing process */
1774 process_id_t pid; /* id of the process to debug */
1775 int attach; /* 1=attaching / 0=detaching from the process */
1779 /* Simulate a breakpoint in a process */
1781 obj_handle_t handle; /* process handle */
1783 int self; /* was it the caller itself? */
1787 /* Set debugger kill on exit flag */
1788 @REQ(set_debugger_kill_on_exit)
1789 int kill_on_exit; /* 0=detach/1=kill debuggee when debugger dies */
1793 /* Read data from a process address space */
1794 @REQ(read_process_memory)
1795 obj_handle_t handle; /* process handle */
1796 client_ptr_t addr; /* addr to read from */
1798 VARARG(data,bytes); /* result data */
1802 /* Write data to a process address space */
1803 @REQ(write_process_memory)
1804 obj_handle_t handle; /* process handle */
1805 client_ptr_t addr; /* addr to write to */
1806 VARARG(data,bytes); /* data to write */
1810 /* Create a registry key */
1812 obj_handle_t parent; /* handle to the parent key */
1813 unsigned int access; /* desired access rights */
1814 unsigned int attributes; /* object attributes */
1815 unsigned int options; /* creation options */
1816 data_size_t namelen; /* length of key name in bytes */
1817 VARARG(name,unicode_str,namelen); /* key name */
1818 VARARG(class,unicode_str); /* class name */
1820 obj_handle_t hkey; /* handle to the created key */
1821 int created; /* has it been newly created? */
1824 /* Open a registry key */
1826 obj_handle_t parent; /* handle to the parent key */
1827 unsigned int access; /* desired access rights */
1828 unsigned int attributes; /* object attributes */
1829 VARARG(name,unicode_str); /* key name */
1831 obj_handle_t hkey; /* handle to the open key */
1835 /* Delete a registry key */
1837 obj_handle_t hkey; /* handle to the key */
1841 /* Flush a registry key */
1843 obj_handle_t hkey; /* handle to the key */
1847 /* Enumerate registry subkeys */
1849 obj_handle_t hkey; /* handle to registry key */
1850 int index; /* index of subkey (or -1 for current key) */
1851 int info_class; /* requested information class */
1853 int subkeys; /* number of subkeys */
1854 int max_subkey; /* longest subkey name */
1855 int max_class; /* longest class name */
1856 int values; /* number of values */
1857 int max_value; /* longest value name */
1858 int max_data; /* longest value data */
1859 timeout_t modif; /* last modification time */
1860 data_size_t total; /* total length needed for full name and class */
1861 data_size_t namelen; /* length of key name in bytes */
1862 VARARG(name,unicode_str,namelen); /* key name */
1863 VARARG(class,unicode_str); /* class name */
1867 /* Set a value of a registry key */
1869 obj_handle_t hkey; /* handle to registry key */
1870 int type; /* value type */
1871 data_size_t namelen; /* length of value name in bytes */
1872 VARARG(name,unicode_str,namelen); /* value name */
1873 VARARG(data,bytes); /* value data */
1877 /* Retrieve the value of a registry key */
1879 obj_handle_t hkey; /* handle to registry key */
1880 VARARG(name,unicode_str); /* value name */
1882 int type; /* value type */
1883 data_size_t total; /* total length needed for data */
1884 VARARG(data,bytes); /* value data */
1888 /* Enumerate a value of a registry key */
1889 @REQ(enum_key_value)
1890 obj_handle_t hkey; /* handle to registry key */
1891 int index; /* value index */
1892 int info_class; /* requested information class */
1894 int type; /* value type */
1895 data_size_t total; /* total length needed for full name and data */
1896 data_size_t namelen; /* length of value name in bytes */
1897 VARARG(name,unicode_str,namelen); /* value name */
1898 VARARG(data,bytes); /* value data */
1902 /* Delete a value of a registry key */
1903 @REQ(delete_key_value)
1904 obj_handle_t hkey; /* handle to registry key */
1905 VARARG(name,unicode_str); /* value name */
1909 /* Load a registry branch from a file */
1911 obj_handle_t hkey; /* root key to load to */
1912 obj_handle_t file; /* file to load from */
1913 VARARG(name,unicode_str); /* subkey name */
1917 /* UnLoad a registry branch from a file */
1918 @REQ(unload_registry)
1919 obj_handle_t hkey; /* root key to unload to */
1923 /* Save a registry branch to a file */
1925 obj_handle_t hkey; /* key to save */
1926 obj_handle_t file; /* file to save to */
1930 /* Add a registry key change notification */
1931 @REQ(set_registry_notification)
1932 obj_handle_t hkey; /* key to watch for changes */
1933 obj_handle_t event; /* event to set */
1934 int subtree; /* should we watch the whole subtree? */
1935 unsigned int filter; /* things to watch */
1939 /* Create a waitable timer */
1941 unsigned int access; /* wanted access rights */
1942 unsigned int attributes; /* object attributes */
1943 obj_handle_t rootdir; /* root directory */
1944 int manual; /* manual reset */
1945 VARARG(name,unicode_str); /* object name */
1947 obj_handle_t handle; /* handle to the timer */
1951 /* Open a waitable timer */
1953 unsigned int access; /* wanted access rights */
1954 unsigned int attributes; /* object attributes */
1955 obj_handle_t rootdir; /* root directory */
1956 VARARG(name,unicode_str); /* object name */
1958 obj_handle_t handle; /* handle to the timer */
1961 /* Set a waitable timer */
1963 obj_handle_t handle; /* handle to the timer */
1964 timeout_t expire; /* next expiration absolute time */
1965 client_ptr_t callback; /* callback function */
1966 client_ptr_t arg; /* callback argument */
1967 int period; /* timer period in ms */
1969 int signaled; /* was the timer signaled before this call ? */
1972 /* Cancel a waitable timer */
1974 obj_handle_t handle; /* handle to the timer */
1976 int signaled; /* was the timer signaled before this calltime ? */
1979 /* Get information on a waitable timer */
1980 @REQ(get_timer_info)
1981 obj_handle_t handle; /* handle to the timer */
1983 timeout_t when; /* absolute time when the timer next expires */
1984 int signaled; /* is the timer signaled? */
1988 /* Retrieve the current context of a thread */
1989 @REQ(get_thread_context)
1990 obj_handle_t handle; /* thread handle */
1991 unsigned int flags; /* context flags */
1992 int suspend; /* suspend the thread if needed */
1994 int self; /* was it a handle to the current thread? */
1995 VARARG(context,context); /* thread context */
1999 /* Set the current context of a thread */
2000 @REQ(set_thread_context)
2001 obj_handle_t handle; /* thread handle */
2002 int suspend; /* suspend the thread if needed */
2003 VARARG(context,context); /* thread context */
2005 int self; /* was it a handle to the current thread? */
2009 /* Fetch a selector entry for a thread */
2010 @REQ(get_selector_entry)
2011 obj_handle_t handle; /* thread handle */
2012 int entry; /* LDT entry */
2014 unsigned int base; /* selector base */
2015 unsigned int limit; /* selector limit */
2016 unsigned char flags; /* selector flags */
2022 obj_handle_t table; /* which table to add atom to */
2023 VARARG(name,unicode_str); /* atom name */
2025 atom_t atom; /* resulting atom */
2029 /* Delete an atom */
2031 obj_handle_t table; /* which table to delete atom from */
2032 atom_t atom; /* atom handle */
2038 obj_handle_t table; /* which table to find atom from */
2039 VARARG(name,unicode_str); /* atom name */
2041 atom_t atom; /* atom handle */
2045 /* Get information about an atom */
2046 @REQ(get_atom_information)
2047 obj_handle_t table; /* which table to find atom from */
2048 atom_t atom; /* atom handle */
2050 int count; /* atom lock count */
2051 int pinned; /* whether the atom has been pinned */
2052 data_size_t total; /* actual length of atom name */
2053 VARARG(name,unicode_str); /* atom name */
2057 /* Set information about an atom */
2058 @REQ(set_atom_information)
2059 obj_handle_t table; /* which table to find atom from */
2060 atom_t atom; /* atom handle */
2061 int pinned; /* whether to bump atom information */
2065 /* Empty an atom table */
2066 @REQ(empty_atom_table)
2067 obj_handle_t table; /* which table to find atom from */
2068 int if_pinned; /* whether to delete pinned atoms */
2072 /* Init an atom table */
2073 @REQ(init_atom_table)
2074 int entries; /* number of entries (only for local) */
2076 obj_handle_t table; /* handle to the atom table */
2080 /* Get the message queue of the current thread */
2083 obj_handle_t handle; /* handle to the queue */
2087 /* Set the file descriptor associated to the current thread queue */
2089 obj_handle_t handle; /* handle to the file descriptor */
2093 /* Set the current message queue wakeup mask */
2094 @REQ(set_queue_mask)
2095 unsigned int wake_mask; /* wakeup bits mask */
2096 unsigned int changed_mask; /* changed bits mask */
2097 int skip_wait; /* will we skip waiting if signaled? */
2099 unsigned int wake_bits; /* current wake bits */
2100 unsigned int changed_bits; /* current changed bits */
2104 /* Get the current message queue status */
2105 @REQ(get_queue_status)
2106 unsigned int clear_bits; /* should we clear the change bits? */
2108 unsigned int wake_bits; /* wake bits */
2109 unsigned int changed_bits; /* changed bits since last time */
2113 /* Retrieve the process idle event */
2114 @REQ(get_process_idle_event)
2115 obj_handle_t handle; /* process handle */
2117 obj_handle_t event; /* handle to idle event */
2121 /* Send a message to a thread queue */
2123 thread_id_t id; /* thread id */
2124 int type; /* message type (see below) */
2125 int flags; /* message flags (see below) */
2126 user_handle_t win; /* window handle */
2127 unsigned int msg; /* message code */
2128 lparam_t wparam; /* parameters */
2129 lparam_t lparam; /* parameters */
2130 timeout_t timeout; /* timeout for reply */
2131 VARARG(data,message_data); /* message data for sent messages */
2134 @REQ(post_quit_message)
2135 int exit_code; /* exit code to return */
2140 MSG_ASCII, /* Ascii message (from SendMessageA) */
2141 MSG_UNICODE, /* Unicode message (from SendMessageW) */
2142 MSG_NOTIFY, /* notify message (from SendNotifyMessageW), always Unicode */
2143 MSG_CALLBACK, /* callback message (from SendMessageCallbackW), always Unicode */
2144 MSG_CALLBACK_RESULT,/* result of a callback message */
2145 MSG_OTHER_PROCESS, /* sent from other process, may include vararg data, always Unicode */
2146 MSG_POSTED, /* posted message (from PostMessageW), always Unicode */
2147 MSG_HARDWARE, /* hardware message */
2148 MSG_WINEVENT, /* winevent message */
2149 MSG_HOOK_LL /* low-level hardware hook */
2151 #define SEND_MSG_ABORT_IF_HUNG 0x01
2154 /* Send a hardware message to a thread queue */
2155 @REQ(send_hardware_message)
2156 user_handle_t win; /* window handle */
2157 hw_input_t input; /* input data */
2158 unsigned int flags; /* flags (see below) */
2160 int wait; /* do we need to wait for a reply? */
2161 int prev_x; /* previous cursor position */
2163 int new_x; /* new cursor position */
2165 VARARG(keystate,bytes); /* global state array for all the keys */
2167 #define SEND_HWMSG_INJECTED 0x01
2170 /* Get a message from the current queue */
2172 unsigned int flags; /* PM_* flags */
2173 user_handle_t get_win; /* window handle to get */
2174 unsigned int get_first; /* first message code to get */
2175 unsigned int get_last; /* last message code to get */
2176 unsigned int hw_id; /* id of the previous hardware message (or 0) */
2177 unsigned int wake_mask; /* wakeup bits mask */
2178 unsigned int changed_mask; /* changed bits mask */
2180 user_handle_t win; /* window handle */
2181 unsigned int msg; /* message code */
2182 lparam_t wparam; /* parameters */
2183 lparam_t lparam; /* parameters */
2184 int type; /* message type */
2185 int x; /* message x position */
2186 int y; /* message y position */
2187 unsigned int time; /* message time */
2188 unsigned int active_hooks; /* active hooks bitmap */
2189 data_size_t total; /* total size of extra data */
2190 VARARG(data,message_data); /* message data for sent messages */
2194 /* Reply to a sent message */
2196 int remove; /* should we remove the message? */
2197 lparam_t result; /* message result */
2198 VARARG(data,bytes); /* message data for sent messages */
2202 /* Accept the current hardware message */
2203 @REQ(accept_hardware_message)
2204 unsigned int hw_id; /* id of the hardware message */
2205 int remove; /* should we remove the message? */
2209 /* Retrieve the reply for the last message sent */
2210 @REQ(get_message_reply)
2211 int cancel; /* cancel message if not ready? */
2213 lparam_t result; /* message result */
2214 VARARG(data,bytes); /* message data for sent messages */
2218 /* Set a window timer */
2220 user_handle_t win; /* window handle */
2221 unsigned int msg; /* message to post */
2222 unsigned int rate; /* timer rate in ms */
2223 lparam_t id; /* timer id */
2224 lparam_t lparam; /* message lparam (callback proc) */
2226 lparam_t id; /* timer id */
2230 /* Kill a window timer */
2231 @REQ(kill_win_timer)
2232 user_handle_t win; /* window handle */
2233 lparam_t id; /* timer id */
2234 unsigned int msg; /* message to post */
2238 /* check if the thread owning the window is hung */
2239 @REQ(is_window_hung)
2240 user_handle_t win; /* window handle */
2246 /* Retrieve info about a serial port */
2247 @REQ(get_serial_info)
2248 obj_handle_t handle; /* handle to comm port */
2251 unsigned int readinterval;
2252 unsigned int readconst;
2253 unsigned int readmult;
2254 unsigned int writeconst;
2255 unsigned int writemult;
2256 unsigned int eventmask;
2257 unsigned int cookie;
2258 unsigned int pending_write;
2262 /* Set info about a serial port */
2263 @REQ(set_serial_info)
2264 obj_handle_t handle; /* handle to comm port */
2265 int flags; /* bitmask to set values (see below) */
2266 unsigned int readinterval;
2267 unsigned int readconst;
2268 unsigned int readmult;
2269 unsigned int writeconst;
2270 unsigned int writemult;
2271 unsigned int eventmask;
2273 #define SERIALINFO_SET_TIMEOUTS 0x01
2274 #define SERIALINFO_SET_MASK 0x02
2275 #define SERIALINFO_PENDING_WRITE 0x04
2276 #define SERIALINFO_PENDING_WAIT 0x08
2279 /* Create an async I/O */
2280 @REQ(register_async)
2281 int type; /* type of queue to look after */
2282 async_data_t async; /* async I/O parameters */
2283 int count; /* count - usually # of bytes to be read/written */
2285 #define ASYNC_TYPE_READ 0x01
2286 #define ASYNC_TYPE_WRITE 0x02
2287 #define ASYNC_TYPE_WAIT 0x03
2290 /* Cancel all async op on a fd */
2292 obj_handle_t handle; /* handle to comm port, socket or file */
2293 client_ptr_t iosb; /* I/O status block (NULL=all) */
2294 int only_thread; /* cancel matching this thread */
2298 /* Perform a read on a file object */
2300 int blocking; /* whether it's a blocking read
*/
2301 async_data_t async
; /* async I
/O parameters
*/
2302 file_pos_t pos
; /* read position
*/
2304 obj_handle_t wait
; /* handle to wait on for blocking read
*/
2305 unsigned int options
; /* device open options
*/
2306 VARARG(data
,bytes
); /* read data
*/
2310 /* Perform a write on a file object
*/
2312 int blocking
; /* whether it
's a blocking write */
2313 async_data_t async; /* async I/O parameters */
2314 file_pos_t pos; /* write position */
2315 VARARG(data,bytes); /* write data */
2317 obj_handle_t wait; /* handle to wait on for blocking write */
2318 unsigned int options; /* device open options */
2319 data_size_t size; /* size written */
2323 /* Perform an ioctl on a file */
2325 ioctl_code_t code; /* ioctl code */
2326 async_data_t async; /* async I/O parameters */
2327 int blocking; /* whether it's a blocking ioctl
*/
2328 VARARG(in_data
,bytes
); /* ioctl input data
*/
2330 obj_handle_t wait
; /* handle to wait on for blocking ioctl
*/
2331 unsigned int options
; /* device open options
*/
2332 VARARG(out_data
,bytes
); /* ioctl output data
*/
2336 /* Store results of an async irp
*/
2337 @
REQ(set_irp_result
)
2338 obj_handle_t manager
; /* handle to the device manager
*/
2339 obj_handle_t handle
; /* handle to the irp
*/
2340 unsigned int status
; /* status of the irp
*/
2341 data_size_t size
; /* result
size (input or output depending on the operation
) */
2342 VARARG(data
,bytes
); /* output data of the irp
*/
2346 /* Retrieve results of an async irp
*/
2347 @
REQ(get_irp_result
)
2348 obj_handle_t handle
; /* handle to the device
*/
2349 client_ptr_t user_arg
; /* user arg used to identify the request
*/
2351 data_size_t size
; /* result
size (input or output depending on the operation
) */
2352 VARARG(out_data
,bytes
); /* irp output data
*/
2356 /* Create a named pipe
*/
2357 @
REQ(create_named_pipe
)
2358 unsigned int access
;
2359 unsigned int attributes
; /* object attributes
*/
2360 unsigned int options
;
2361 unsigned int sharing
;
2362 unsigned int maxinstances
;
2363 unsigned int outsize
;
2364 unsigned int insize
;
2367 VARARG(objattr
,object_attributes
); /* object attributes
*/
2369 obj_handle_t handle
; /* handle to the pipe
*/
2372 /* flags in create_named_pipe and get_named_pipe_info
*/
2373 #define NAMED_PIPE_MESSAGE_STREAM_WRITE
0x0001
2374 #define NAMED_PIPE_MESSAGE_STREAM_READ
0x0002
2375 #define NAMED_PIPE_NONBLOCKING_MODE
0x0004
2376 #define NAMED_PIPE_SERVER_END
0x8000
2378 /* Get named pipe information by handle
*/
2379 @
REQ(get_named_pipe_info
)
2380 obj_handle_t handle
;
2383 unsigned int sharing
;
2384 unsigned int maxinstances
;
2385 unsigned int instances
;
2386 unsigned int outsize
;
2387 unsigned int insize
;
2390 /* Set named pipe information by handle
*/
2391 @
REQ(set_named_pipe_info
)
2392 obj_handle_t handle
;
2396 /* Create a window
*/
2398 user_handle_t parent
; /* parent window
*/
2399 user_handle_t owner
; /* owner window
*/
2400 atom_t atom
; /* class atom
*/
2401 mod_handle_t instance
; /* module instance
*/
2402 VARARG(class
,unicode_str
); /* class name
*/
2404 user_handle_t handle
; /* created window
*/
2405 user_handle_t parent
; /* full handle of parent
*/
2406 user_handle_t owner
; /* full handle of owner
*/
2407 int extra
; /* number of extra bytes
*/
2408 client_ptr_t class_ptr
; /* pointer to class in client address space
*/
2412 /* Destroy a window
*/
2413 @
REQ(destroy_window
)
2414 user_handle_t handle
; /* handle to the window
*/
2418 /* Retrieve the desktop window for the current thread
*/
2419 @
REQ(get_desktop_window
)
2420 int force
; /* force creation if it doesn
't exist */
2422 user_handle_t top_window; /* handle to the desktop window */
2423 user_handle_t msg_window; /* handle to the top-level HWND_MESSAGE parent */
2427 /* Set a window owner */
2428 @REQ(set_window_owner)
2429 user_handle_t handle; /* handle to the window */
2430 user_handle_t owner; /* new owner */
2432 user_handle_t full_owner; /* full handle of new owner */
2433 user_handle_t prev_owner; /* full handle of previous owner */
2437 /* Get information from a window handle */
2438 @REQ(get_window_info)
2439 user_handle_t handle; /* handle to the window */
2441 user_handle_t full_handle; /* full 32-bit handle */
2442 user_handle_t last_active; /* last active popup */
2443 process_id_t pid; /* process owning the window */
2444 thread_id_t tid; /* thread owning the window */
2445 atom_t atom; /* class atom */
2446 int is_unicode; /* ANSI or unicode */
2450 /* Set some information in a window */
2451 @REQ(set_window_info)
2452 unsigned short flags; /* flags for fields to set (see below) */
2453 short int is_unicode; /* ANSI or unicode */
2454 user_handle_t handle; /* handle to the window */
2455 unsigned int style; /* window style */
2456 unsigned int ex_style; /* window extended style */
2457 unsigned int id; /* window id */
2458 mod_handle_t instance; /* creator instance */
2459 lparam_t user_data; /* user-specific data */
2460 int extra_offset; /* offset to set in extra bytes */
2461 data_size_t extra_size; /* size to set in extra bytes */
2462 lparam_t extra_value; /* value to set in extra bytes */
2464 unsigned int old_style; /* old window style */
2465 unsigned int old_ex_style; /* old window extended style */
2466 mod_handle_t old_instance; /* old creator instance */
2467 lparam_t old_user_data; /* old user-specific data */
2468 lparam_t old_extra_value; /* old value in extra bytes */
2469 unsigned int old_id; /* old window id */
2471 #define SET_WIN_STYLE 0x01
2472 #define SET_WIN_EXSTYLE 0x02
2473 #define SET_WIN_ID 0x04
2474 #define SET_WIN_INSTANCE 0x08
2475 #define SET_WIN_USERDATA 0x10
2476 #define SET_WIN_EXTRA 0x20
2477 #define SET_WIN_UNICODE 0x40
2480 /* Set the parent of a window */
2482 user_handle_t handle; /* handle to the window */
2483 user_handle_t parent; /* handle to the parent */
2485 user_handle_t old_parent; /* old parent window */
2486 user_handle_t full_parent; /* full handle of new parent */
2490 /* Get a list of the window parents, up to the root of the tree */
2491 @REQ(get_window_parents)
2492 user_handle_t handle; /* handle to the window */
2494 int count; /* total count of parents */
2495 VARARG(parents,user_handles); /* parent handles */
2499 /* Get a list of the window children */
2500 @REQ(get_window_children)
2501 obj_handle_t desktop; /* handle to desktop */
2502 user_handle_t parent; /* parent window */
2503 atom_t atom; /* class atom for the listed children */
2504 thread_id_t tid; /* thread owning the listed children */
2505 VARARG(class,unicode_str); /* class name */
2507 int count; /* total count of children */
2508 VARARG(children,user_handles); /* children handles */
2512 /* Get a list of the window children that contain a given point */
2513 @REQ(get_window_children_from_point)
2514 user_handle_t parent; /* parent window */
2515 int x; /* point in parent coordinates */
2518 int count; /* total count of children */
2519 VARARG(children,user_handles); /* children handles */
2523 /* Get window tree information from a window handle */
2524 @REQ(get_window_tree)
2525 user_handle_t handle; /* handle to the window */
2527 user_handle_t parent; /* parent window */
2528 user_handle_t owner; /* owner window */
2529 user_handle_t next_sibling; /* next sibling in Z-order */
2530 user_handle_t prev_sibling; /* prev sibling in Z-order */
2531 user_handle_t first_sibling; /* first sibling in Z-order */
2532 user_handle_t last_sibling; /* last sibling in Z-order */
2533 user_handle_t first_child; /* first child */
2534 user_handle_t last_child; /* last child */
2537 /* Set the position and Z order of a window */
2538 @REQ(set_window_pos)
2539 unsigned short swp_flags; /* SWP_* flags */
2540 unsigned short paint_flags; /* paint flags (see below) */
2541 user_handle_t handle; /* handle to the window */
2542 user_handle_t previous; /* previous window in Z order */
2543 rectangle_t window; /* window rectangle (in parent coords) */
2544 rectangle_t client; /* client rectangle (in parent coords) */
2545 VARARG(valid,rectangles); /* valid rectangles from WM_NCCALCSIZE (in parent coords) */
2547 unsigned int new_style; /* new window style */
2548 unsigned int new_ex_style; /* new window extended style */
2549 user_handle_t surface_win; /* window that needs a surface update */
2551 #define SET_WINPOS_PAINT_SURFACE 0x01 /* window has a paintable surface */
2552 #define SET_WINPOS_PIXEL_FORMAT 0x02 /* window has a custom pixel format */
2554 /* Get the window and client rectangles of a window */
2555 @REQ(get_window_rectangles)
2556 user_handle_t handle; /* handle to the window */
2557 int relative; /* coords relative to (see below) */
2559 rectangle_t window; /* window rectangle */
2560 rectangle_t visible; /* visible part of the window rectangle */
2561 rectangle_t client; /* client rectangle */
2563 enum coords_relative
2565 COORDS_CLIENT, /* relative to client area */
2566 COORDS_WINDOW, /* relative to whole window area */
2567 COORDS_PARENT, /* relative to parent's client area
*/
2568 COORDS_SCREEN
/* relative to screen origin
*/
2572 /* Get the window text
*/
2573 @
REQ(get_window_text
)
2574 user_handle_t handle
; /* handle to the window
*/
2576 VARARG(text
,unicode_str
); /* window text
*/
2580 /* Set the window text
*/
2581 @
REQ(set_window_text
)
2582 user_handle_t handle
; /* handle to the window
*/
2583 VARARG(text
,unicode_str
); /* window text
*/
2587 /* Get the coordinates offset between two windows
*/
2588 @
REQ(get_windows_offset
)
2589 user_handle_t from
; /* handle to the first window
*/
2590 user_handle_t to
; /* handle to the second window
*/
2592 int x
; /* x coordinate offset
*/
2593 int y
; /* y coordinate offset
*/
2594 int mirror
; /* whether to mirror the x coordinate
*/
2598 /* Get the visible region of a window
*/
2599 @
REQ(get_visible_region
)
2600 user_handle_t window
; /* handle to the window
*/
2601 unsigned int flags
; /* DCX flags
*/
2603 user_handle_t top_win
; /* top window to clip against
*/
2604 rectangle_t top_rect
; /* top window visible rect with screen coords
*/
2605 rectangle_t win_rect
; /* window rect in screen coords
*/
2606 unsigned int paint_flags
; /* paint
flags (from SET_WINPOS_
* flags
) */
2607 data_size_t total_size
; /* total size of the resulting region
*/
2608 VARARG(region
,rectangles
); /* list of rectangles for the
region (in screen coords
) */
2612 /* Get the visible surface region of a window
*/
2613 @
REQ(get_surface_region
)
2614 user_handle_t window
; /* handle to the window
*/
2616 rectangle_t visible_rect
; /* window visible rect in screen coords
*/
2617 data_size_t total_size
; /* total size of the resulting region
*/
2618 VARARG(region
,rectangles
); /* list of rectangles for the
region (in screen coords
) */
2622 /* Get the window region
*/
2623 @
REQ(get_window_region
)
2624 user_handle_t window
; /* handle to the window
*/
2626 data_size_t total_size
; /* total size of the resulting region
*/
2627 VARARG(region
,rectangles
); /* list of rectangles for the
region (in window coords
) */
2631 /* Set the window region
*/
2632 @
REQ(set_window_region
)
2633 user_handle_t window
; /* handle to the window
*/
2634 int redraw
; /* redraw the window?
*/
2635 VARARG(region
,rectangles
); /* list of rectangles for the
region (in window coords
) */
2639 /* Get the window update region
*/
2640 @
REQ(get_update_region
)
2641 user_handle_t window
; /* handle to the window
*/
2642 user_handle_t from_child
; /* child to start searching from
*/
2643 unsigned int flags
; /* update
flags (see below
) */
2645 user_handle_t child
; /* child to
repaint (or window itself
) */
2646 unsigned int flags
; /* resulting update
flags (see below
) */
2647 data_size_t total_size
; /* total size of the resulting region
*/
2648 VARARG(region
,rectangles
); /* list of rectangles for the
region (in screen coords
) */
2650 #define UPDATE_NONCLIENT
0x01 /* get region for repainting non
-client area
*/
2651 #define UPDATE_ERASE
0x02 /* get region for erasing client area
*/
2652 #define UPDATE_PAINT
0x04 /* get region for painting client area
*/
2653 #define UPDATE_INTERNALPAINT
0x08 /* get region if internal paint is pending
*/
2654 #define UPDATE_ALLCHILDREN
0x10 /* force repaint of all children
*/
2655 #define UPDATE_NOCHILDREN
0x20 /* don
't try to repaint any children */
2656 #define UPDATE_NOREGION 0x40 /* don't return a region
, only the flags
*/
2657 #define UPDATE_DELAYED_ERASE
0x80 /* still needs erase after BeginPaint
*/
2660 /* Update the z order of a window so that a given rectangle is fully visible
*/
2661 @
REQ(update_window_zorder
)
2662 user_handle_t window
; /* handle to the window
*/
2663 rectangle_t rect
; /* rectangle that must be
visible (in client coords
) */
2667 /* Mark parts of a window as needing a redraw
*/
2669 user_handle_t window
; /* handle to the window
*/
2670 unsigned int flags
; /* RDW_
* flags
*/
2671 VARARG(region
,rectangles
); /* list of rectangles for the
region (in window coords
) */
2675 /* Set a window property
*/
2676 @
REQ(set_window_property
)
2677 user_handle_t window
; /* handle to the window
*/
2678 lparam_t data
; /* data to store
*/
2679 atom_t atom
; /* property
atom (if no name specified
) */
2680 VARARG(name
,unicode_str
); /* property name
*/
2684 /* Remove a window property
*/
2685 @
REQ(remove_window_property
)
2686 user_handle_t window
; /* handle to the window
*/
2687 atom_t atom
; /* property
atom (if no name specified
) */
2688 VARARG(name
,unicode_str
); /* property name
*/
2690 lparam_t data
; /* data stored in property
*/
2694 /* Get a window property
*/
2695 @
REQ(get_window_property
)
2696 user_handle_t window
; /* handle to the window
*/
2697 atom_t atom
; /* property
atom (if no name specified
) */
2698 VARARG(name
,unicode_str
); /* property name
*/
2700 lparam_t data
; /* data stored in property
*/
2704 /* Get the list of properties of a window
*/
2705 @
REQ(get_window_properties
)
2706 user_handle_t window
; /* handle to the window
*/
2708 int total
; /* total number of properties
*/
2709 VARARG(props
,properties
); /* list of properties
*/
2713 /* Create a window station
*/
2714 @
REQ(create_winstation
)
2715 unsigned int flags
; /* window station flags
*/
2716 unsigned int access
; /* wanted access rights
*/
2717 unsigned int attributes
; /* object attributes
*/
2718 VARARG(name
,unicode_str
); /* object name
*/
2720 obj_handle_t handle
; /* handle to the window station
*/
2724 /* Open a handle to a window station
*/
2725 @
REQ(open_winstation
)
2726 unsigned int access
; /* wanted access rights
*/
2727 unsigned int attributes
; /* object attributes
*/
2728 VARARG(name
,unicode_str
); /* object name
*/
2730 obj_handle_t handle
; /* handle to the window station
*/
2734 /* Close a window station
*/
2735 @
REQ(close_winstation
)
2736 obj_handle_t handle
; /* handle to the window station
*/
2740 /* Get the process current window station
*/
2741 @
REQ(get_process_winstation
)
2743 obj_handle_t handle
; /* handle to the window station
*/
2747 /* Set the process current window station
*/
2748 @
REQ(set_process_winstation
)
2749 obj_handle_t handle
; /* handle to the window station
*/
2753 /* Enumerate window stations
*/
2754 @
REQ(enum_winstation
)
2755 unsigned int index
; /* current index
*/
2757 unsigned int next
; /* next index
*/
2758 VARARG(name
,unicode_str
); /* window station name
*/
2762 /* Create a desktop
*/
2763 @
REQ(create_desktop
)
2764 unsigned int flags
; /* desktop flags
*/
2765 unsigned int access
; /* wanted access rights
*/
2766 unsigned int attributes
; /* object attributes
*/
2767 VARARG(name
,unicode_str
); /* object name
*/
2769 obj_handle_t handle
; /* handle to the desktop
*/
2773 /* Open a handle to a desktop
*/
2775 obj_handle_t winsta
; /* window station to
open (null allowed
) */
2776 unsigned int flags
; /* desktop flags
*/
2777 unsigned int access
; /* wanted access rights
*/
2778 unsigned int attributes
; /* object attributes
*/
2779 VARARG(name
,unicode_str
); /* object name
*/
2781 obj_handle_t handle
; /* handle to the desktop
*/
2785 /* Open a handle to current input desktop
*/
2786 @
REQ(open_input_desktop
)
2787 unsigned int flags
; /* desktop flags
*/
2788 unsigned int access
; /* wanted access rights
*/
2789 unsigned int attributes
; /* object attributes
*/
2791 obj_handle_t handle
; /* handle to the desktop
*/
2795 /* Close a desktop
*/
2797 obj_handle_t handle
; /* handle to the desktop
*/
2801 /* Get the thread current desktop
*/
2802 @
REQ(get_thread_desktop
)
2803 thread_id_t tid
; /* thread id
*/
2805 obj_handle_t handle
; /* handle to the desktop
*/
2809 /* Set the thread current desktop
*/
2810 @
REQ(set_thread_desktop
)
2811 obj_handle_t handle
; /* handle to the desktop
*/
2815 /* Enumerate desktops
*/
2817 obj_handle_t winstation
; /* handle to the window station
*/
2818 unsigned int index
; /* current index
*/
2820 unsigned int next
; /* next index
*/
2821 VARARG(name
,unicode_str
); /* window station name
*/
2825 /* Get
/set information about a user
object (window station or desktop
) */
2826 @
REQ(set_user_object_info
)
2827 obj_handle_t handle
; /* handle to the object
*/
2828 unsigned int flags
; /* information to set
*/
2829 unsigned int obj_flags
; /* new object flags
*/
2831 int is_desktop
; /* is object a desktop?
*/
2832 unsigned int old_obj_flags
; /* old object flags
*/
2833 VARARG(name
,unicode_str
); /* object name
*/
2835 #define SET_USER_OBJECT_FLAGS
1
2838 /* Register a hotkey
*/
2839 @
REQ(register_hotkey
)
2840 user_handle_t window
; /* handle to the window
*/
2841 int id
; /* hotkey identifier
*/
2842 unsigned int flags
; /* modifier keys
*/
2843 unsigned int vkey
; /* virtual key code
*/
2845 int replaced
; /* did we replace an existing hotkey?
*/
2846 unsigned int flags
; /* flags of replaced hotkey
*/
2847 unsigned int vkey
; /* virtual key code of replaced hotkey
*/
2851 /* Unregister a hotkey
*/
2852 @
REQ(unregister_hotkey
)
2853 user_handle_t window
; /* handle to the window
*/
2854 int id
; /* hotkey identifier
*/
2856 unsigned int flags
; /* flags of removed hotkey
*/
2857 unsigned int vkey
; /* virtual key code of removed hotkey
*/
2861 /* Attach (or detach
) thread inputs
*/
2862 @
REQ(attach_thread_input
)
2863 thread_id_t tid_from
; /* thread to be attached
*/
2864 thread_id_t tid_to
; /* thread to which tid_from should be attached
*/
2865 int attach
; /* is it an attach?
*/
2869 /* Get input data for a given thread
*/
2870 @
REQ(get_thread_input
)
2871 thread_id_t tid
; /* id of thread
*/
2873 user_handle_t focus
; /* handle to the focus window
*/
2874 user_handle_t capture
; /* handle to the capture window
*/
2875 user_handle_t active
; /* handle to the active window
*/
2876 user_handle_t foreground
; /* handle to the global foreground window
*/
2877 user_handle_t menu_owner
; /* handle to the menu owner
*/
2878 user_handle_t move_size
; /* handle to the moving
/resizing window
*/
2879 user_handle_t caret
; /* handle to the caret window
*/
2880 user_handle_t cursor
; /* handle to the cursor
*/
2881 int show_count
; /* cursor show count
*/
2882 rectangle_t rect
; /* caret rectangle
*/
2886 /* Get the time of the last input event
*/
2887 @
REQ(get_last_input_time
)
2893 /* Retrieve queue keyboard state for a given thread
*/
2895 thread_id_t tid
; /* id of thread
*/
2896 int key
; /* optional key code or
-1 */
2898 unsigned char state
; /* state of specified key
*/
2899 VARARG(keystate
,bytes
); /* state array for all the keys
*/
2902 /* Set queue keyboard state for a given thread
*/
2904 thread_id_t tid
; /* id of thread
*/
2905 int async
; /* whether to change the async state too
*/
2906 VARARG(keystate
,bytes
); /* state array for all the keys
*/
2909 /* Set the system foreground window
*/
2910 @
REQ(set_foreground_window
)
2911 user_handle_t handle
; /* handle to the foreground window
*/
2913 user_handle_t previous
; /* handle to the previous foreground window
*/
2914 int send_msg_old
; /* whether we have to send a msg to the old window
*/
2915 int send_msg_new
; /* whether we have to send a msg to the new window
*/
2918 /* Set the current thread focus window
*/
2919 @
REQ(set_focus_window
)
2920 user_handle_t handle
; /* handle to the focus window
*/
2922 user_handle_t previous
; /* handle to the previous focus window
*/
2925 /* Set the current thread active window
*/
2926 @
REQ(set_active_window
)
2927 user_handle_t handle
; /* handle to the active window
*/
2929 user_handle_t previous
; /* handle to the previous active window
*/
2932 /* Set the current thread capture window
*/
2933 @
REQ(set_capture_window
)
2934 user_handle_t handle
; /* handle to the capture window
*/
2935 unsigned int flags
; /* capture
flags (see below
) */
2937 user_handle_t previous
; /* handle to the previous capture window
*/
2938 user_handle_t full_handle
; /* full
32-bit handle of new capture window
*/
2940 #define CAPTURE_MENU
0x01 /* capture is for a menu
*/
2941 #define CAPTURE_MOVESIZE
0x02 /* capture is for moving
/resizing
*/
2944 /* Set the current thread caret window
*/
2945 @
REQ(set_caret_window
)
2946 user_handle_t handle
; /* handle to the caret window
*/
2947 int width
; /* caret width
*/
2948 int height
; /* caret height
*/
2950 user_handle_t previous
; /* handle to the previous caret window
*/
2951 rectangle_t old_rect
; /* previous caret rectangle
*/
2952 int old_hide
; /* previous hide count
*/
2953 int old_state
; /* previous caret
state (1=on
, 0=off
) */
2957 /* Set the current thread caret information
*/
2958 @
REQ(set_caret_info
)
2959 unsigned int flags
; /* caret
flags (see below
) */
2960 user_handle_t handle
; /* handle to the caret window
*/
2961 int x
; /* caret x position
*/
2962 int y
; /* caret y position
*/
2963 int hide
; /* increment for hide
count (can be negative to show it
) */
2964 int state
; /* caret
state (1=on
, 0=off
, -1=toggle current state
) */
2966 user_handle_t full_handle
; /* handle to the current caret window
*/
2967 rectangle_t old_rect
; /* previous caret rectangle
*/
2968 int old_hide
; /* previous hide count
*/
2969 int old_state
; /* previous caret
state (1=on
, 0=off
) */
2971 #define SET_CARET_POS
0x01 /* set the caret position from x
,y
*/
2972 #define SET_CARET_HIDE
0x02 /* increment the caret hide count
*/
2973 #define SET_CARET_STATE
0x04 /* set the caret on
/off state
*/
2976 /* Set a window hook
*/
2978 int id
; /* id of the hook
*/
2979 process_id_t pid
; /* id of process to set the hook into
*/
2980 thread_id_t tid
; /* id of thread to set the hook into
*/
2983 client_ptr_t proc
; /* hook procedure
*/
2985 int unicode
; /* is it a unicode hook?
*/
2986 VARARG(module
,unicode_str
); /* module name
*/
2988 user_handle_t handle
; /* handle to the hook
*/
2989 unsigned int active_hooks
; /* active hooks bitmap
*/
2993 /* Remove a window hook
*/
2995 user_handle_t handle
; /* handle to the hook
*/
2996 client_ptr_t proc
; /* hook procedure if handle is
0 */
2997 int id
; /* id of the hook if handle is
0 */
2999 unsigned int active_hooks
; /* active hooks bitmap
*/
3003 /* Start calling a hook chain
*/
3004 @
REQ(start_hook_chain
)
3005 int id
; /* id of the hook
*/
3006 int event
; /* signalled event
*/
3007 user_handle_t window
; /* handle to the event window
*/
3008 int object_id
; /* object id for out of context winevent
*/
3009 int child_id
; /* child id for out of context winevent
*/
3011 user_handle_t handle
; /* handle to the next hook
*/
3012 process_id_t pid
; /* process id for low
-level keyboard
/mouse hooks
*/
3013 thread_id_t tid
; /* thread id for low
-level keyboard
/mouse hooks
*/
3014 int unicode
; /* is it a unicode hook?
*/
3015 client_ptr_t proc
; /* hook procedure
*/
3016 unsigned int active_hooks
; /* active hooks bitmap
*/
3017 VARARG(module
,unicode_str
); /* module name
*/
3021 /* Finished calling a hook chain
*/
3022 @
REQ(finish_hook_chain
)
3023 int id
; /* id of the hook
*/
3027 /* Get the hook information
*/
3029 user_handle_t handle
; /* handle to the current hook
*/
3030 int get_next
; /* do we want info about current or next hook?
*/
3031 int event
; /* signalled event
*/
3032 user_handle_t window
; /* handle to the event window
*/
3033 int object_id
; /* object id for out of context winevent
*/
3034 int child_id
; /* child id for out of context winevent
*/
3036 user_handle_t handle
; /* handle to the hook
*/
3037 int id
; /* id of the hook
*/
3038 process_id_t pid
; /* process id for low
-level keyboard
/mouse hooks
*/
3039 thread_id_t tid
; /* thread id for low
-level keyboard
/mouse hooks
*/
3040 client_ptr_t proc
; /* hook procedure
*/
3041 int unicode
; /* is it a unicode hook?
*/
3042 VARARG(module
,unicode_str
); /* module name
*/
3046 /* Create a window class
*/
3048 int local
; /* is it a local class?
*/
3049 atom_t atom
; /* class atom
*/
3050 unsigned int style
; /* class style
*/
3051 mod_handle_t instance
; /* module instance
*/
3052 int extra
; /* number of extra class bytes
*/
3053 int win_extra
; /* number of window extra bytes
*/
3054 client_ptr_t client_ptr
; /* pointer to class in client address space
*/
3055 VARARG(name
,unicode_str
); /* class name
*/
3057 atom_t atom
; /* resulting class atom
*/
3061 /* Destroy a window class
*/
3063 atom_t atom
; /* class atom
*/
3064 mod_handle_t instance
; /* module instance
*/
3065 VARARG(name
,unicode_str
); /* class name
*/
3067 client_ptr_t client_ptr
; /* pointer to class in client address space
*/
3071 /* Set some information in a class
*/
3072 @
REQ(set_class_info
)
3073 user_handle_t window
; /* handle to the window
*/
3074 unsigned int flags
; /* flags for info to
set (see below
) */
3075 atom_t atom
; /* class atom
*/
3076 unsigned int style
; /* class style
*/
3077 int win_extra
; /* number of window extra bytes
*/
3078 mod_handle_t instance
; /* module instance
*/
3079 int extra_offset
; /* offset to set in extra bytes
*/
3080 data_size_t extra_size
; /* size to set in extra bytes
*/
3081 lparam_t extra_value
; /* value to set in extra bytes
*/
3083 atom_t old_atom
; /* previous class atom
*/
3084 unsigned int old_style
; /* previous class style
*/
3085 int old_extra
; /* previous number of class extra bytes
*/
3086 int old_win_extra
; /* previous number of window extra bytes
*/
3087 mod_handle_t old_instance
; /* previous module instance
*/
3088 lparam_t old_extra_value
; /* old value in extra bytes
*/
3090 #define SET_CLASS_ATOM
0x0001
3091 #define SET_CLASS_STYLE
0x0002
3092 #define SET_CLASS_WINEXTRA
0x0004
3093 #define SET_CLASS_INSTANCE
0x0008
3094 #define SET_CLASS_EXTRA
0x0010
3097 /* Set
/get clipboard information
*/
3098 @
REQ(set_clipboard_info
)
3099 unsigned int flags
; /* flags for fields to
set (see below
) */
3100 user_handle_t clipboard
; /* clipboard window
*/
3101 user_handle_t owner
; /* clipboard owner
*/
3102 user_handle_t viewer
; /* first clipboard viewer
*/
3103 unsigned int seqno
; /* change sequence number
*/
3105 unsigned int flags
; /* status
flags (see below
) */
3106 user_handle_t old_clipboard
; /* old clipboard window
*/
3107 user_handle_t old_owner
; /* old clipboard owner
*/
3108 user_handle_t old_viewer
; /* old clipboard viewer
*/
3109 unsigned int seqno
; /* current sequence number
*/
3112 #define SET_CB_OPEN
0x001
3113 #define SET_CB_VIEWER
0x004
3114 #define SET_CB_SEQNO
0x008
3115 #define SET_CB_RELOWNER
0x010
3116 #define SET_CB_CLOSE
0x020
3117 #define CB_OPEN
0x040
3118 #define CB_OWNER
0x080
3119 #define CB_PROCESS
0x100
3122 /* Empty the clipboard and grab ownership
*/
3123 @
REQ(empty_clipboard
)
3127 /* Open a security token
*/
3129 obj_handle_t handle
; /* handle to the thread or process
*/
3130 unsigned int access
; /* access rights to the new token
*/
3131 unsigned int attributes
;/* object attributes
*/
3132 unsigned int flags
; /* flags (see below
) */
3134 obj_handle_t token
; /* handle to the token
*/
3136 #define OPEN_TOKEN_THREAD
1
3137 #define OPEN_TOKEN_AS_SELF
2
3140 /* Set
/get the global windows
*/
3141 @
REQ(set_global_windows
)
3142 unsigned int flags
; /* flags for fields to
set (see below
) */
3143 user_handle_t shell_window
; /* handle to the new shell window
*/
3144 user_handle_t shell_listview
; /* handle to the new shell listview window
*/
3145 user_handle_t progman_window
; /* handle to the new program manager window
*/
3146 user_handle_t taskman_window
; /* handle to the new task manager window
*/
3148 user_handle_t old_shell_window
; /* handle to the shell window
*/
3149 user_handle_t old_shell_listview
; /* handle to the shell listview window
*/
3150 user_handle_t old_progman_window
; /* handle to the new program manager window
*/
3151 user_handle_t old_taskman_window
; /* handle to the new task manager window
*/
3153 #define SET_GLOBAL_SHELL_WINDOWS
0x01 /* set both main shell and listview windows
*/
3154 #define SET_GLOBAL_PROGMAN_WINDOW
0x02
3155 #define SET_GLOBAL_TASKMAN_WINDOW
0x04
3157 /* Adjust the privileges held by a token
*/
3158 @
REQ(adjust_token_privileges
)
3159 obj_handle_t handle
; /* handle to the token
*/
3160 int disable_all
; /* disable all privileges?
*/
3161 int get_modified_state
; /* get modified privileges?
*/
3162 VARARG(privileges
,LUID_AND_ATTRIBUTES
); /* privileges to enable
/disable
/remove
*/
3164 unsigned int len
; /* total length in bytes required to store token privileges
*/
3165 VARARG(privileges
,LUID_AND_ATTRIBUTES
); /* modified privileges
*/
3168 /* Retrieves the set of privileges held by or available to a token
*/
3169 @
REQ(get_token_privileges
)
3170 obj_handle_t handle
; /* handle to the token
*/
3172 unsigned int len
; /* total length in bytes required to store token privileges
*/
3173 VARARG(privileges
,LUID_AND_ATTRIBUTES
); /* privileges held by or available to a token
*/
3176 /* Check the token has the required privileges
*/
3177 @
REQ(check_token_privileges
)
3178 obj_handle_t handle
; /* handle to the token
*/
3179 int all_required
; /* are all the privileges required for the check to succeed?
*/
3180 VARARG(privileges
,LUID_AND_ATTRIBUTES
); /* privileges to check
*/
3182 int has_privileges
; /* does the token have the required privileges?
*/
3183 VARARG(privileges
,LUID_AND_ATTRIBUTES
); /* privileges held by or available to a token
*/
3186 @
REQ(duplicate_token
)
3187 obj_handle_t handle
; /* handle to the token to duplicate
*/
3188 unsigned int access
; /* access rights to the new token
*/
3189 unsigned int attributes
; /* object attributes
*/
3190 int primary
; /* is the new token to be a primary one?
*/
3191 int impersonation_level
; /* impersonation level of the new token
*/
3193 obj_handle_t new_handle
; /* duplicated handle
*/
3197 obj_handle_t handle
; /* handle to the token
*/
3198 unsigned int desired_access
; /* desired access to the object
*/
3199 unsigned int mapping_read
; /* mapping from generic read to specific rights
*/
3200 unsigned int mapping_write
; /* mapping from generic write to specific rights
*/
3201 unsigned int mapping_execute
; /* mapping from generic execute to specific rights
*/
3202 unsigned int mapping_all
; /* mapping from generic all to specific rights
*/
3203 VARARG(sd
,security_descriptor
); /* security descriptor to check
*/
3205 unsigned int access_granted
; /* access rights actually granted
*/
3206 unsigned int access_status
; /* was access granted?
*/
3207 unsigned int privileges_len
; /* length needed to store privileges
*/
3208 VARARG(privileges
,LUID_AND_ATTRIBUTES
); /* privileges used during access check
*/
3212 obj_handle_t handle
; /* handle to the token
*/
3213 unsigned int which_sid
; /* which SID to retrieve from the token
*/
3215 data_size_t sid_len
; /* length needed to store sid
*/
3216 VARARG(sid
,SID
); /* the sid specified by which_sid from the token
*/
3219 @
REQ(get_token_groups
)
3220 obj_handle_t handle
; /* handle to the token
*/
3222 data_size_t user_len
; /* length needed to store user
*/
3223 VARARG(user
,token_groups
); /* groups the token
's user belongs to */
3226 @REQ(get_token_default_dacl)
3227 obj_handle_t handle; /* handle to the token */
3229 data_size_t acl_len; /* length needed to store access control list */
3230 VARARG(acl,ACL); /* access control list */
3233 @REQ(set_token_default_dacl)
3234 obj_handle_t handle; /* handle to the token */
3235 VARARG(acl,ACL); /* default dacl to set */
3238 @REQ(set_security_object)
3239 obj_handle_t handle; /* handle to the object */
3240 unsigned int security_info; /* which parts of security descriptor to set */
3241 VARARG(sd,security_descriptor); /* security descriptor to set */
3244 @REQ(get_security_object)
3245 obj_handle_t handle; /* handle to the object */
3246 unsigned int security_info; /* which parts of security descriptor to get */
3248 unsigned int sd_len; /* buffer size needed for sd */
3249 VARARG(sd,security_descriptor); /* retrieved security descriptor */
3252 /* Create a mailslot */
3253 @REQ(create_mailslot)
3254 unsigned int access; /* wanted access rights */
3255 unsigned int attributes; /* object attributes */
3256 obj_handle_t rootdir; /* root directory */
3257 timeout_t read_timeout;
3258 unsigned int max_msgsize;
3259 VARARG(name,unicode_str); /* mailslot name */
3261 obj_handle_t handle; /* handle to the mailslot */
3265 /* Set mailslot information */
3266 @REQ(set_mailslot_info)
3267 obj_handle_t handle; /* handle to the mailslot */
3268 timeout_t read_timeout;
3271 timeout_t read_timeout;
3272 unsigned int max_msgsize;
3274 #define MAILSLOT_SET_READ_TIMEOUT 1
3277 /* Create a directory object */
3278 @REQ(create_directory)
3279 unsigned int access; /* access flags */
3280 unsigned int attributes; /* object attributes */
3281 obj_handle_t rootdir; /* root directory */
3282 VARARG(directory_name,unicode_str); /* Directory name */
3284 obj_handle_t handle; /* handle to the directory */
3288 /* Open a directory object */
3289 @REQ(open_directory)
3290 unsigned int access; /* access flags */
3291 unsigned int attributes; /* object attributes */
3292 obj_handle_t rootdir; /* root directory */
3293 VARARG(directory_name,unicode_str); /* Directory name */
3295 obj_handle_t handle; /* handle to the directory */
3299 /* Get a directory entry by index */
3300 @REQ(get_directory_entry)
3301 obj_handle_t handle; /* handle to the directory */
3302 unsigned int index; /* entry index */
3304 data_size_t name_len; /* length of the entry name in bytes */
3305 VARARG(name,unicode_str,name_len); /* entry name */
3306 VARARG(type,unicode_str); /* entry type */
3310 /* Create a symbolic link object */
3311 @REQ(create_symlink)
3312 unsigned int access; /* access flags */
3313 unsigned int attributes; /* object attributes */
3314 obj_handle_t rootdir; /* root directory */
3315 data_size_t name_len; /* length of the symlink name in bytes */
3316 VARARG(name,unicode_str,name_len); /* symlink name */
3317 VARARG(target_name,unicode_str); /* target name */
3319 obj_handle_t handle; /* handle to the symlink */
3323 /* Open a symbolic link object */
3325 unsigned int access; /* access flags */
3326 unsigned int attributes; /* object attributes */
3327 obj_handle_t rootdir; /* root directory */
3328 VARARG(name,unicode_str); /* symlink name */
3330 obj_handle_t handle; /* handle to the symlink */
3334 /* Query a symbolic link object */
3336 obj_handle_t handle; /* handle to the symlink */
3338 data_size_t total; /* total needed size for name */
3339 VARARG(target_name,unicode_str); /* target name */
3343 /* Query basic object information */
3344 @REQ(get_object_info)
3345 obj_handle_t handle; /* handle to the object */
3347 unsigned int access; /* granted access mask */
3348 unsigned int ref_count; /* object ref count */
3349 unsigned int handle_count; /* object handle count */
3350 data_size_t total; /* total needed size for name */
3351 VARARG(name,unicode_str); /* object name */
3355 /* Query object type name information */
3356 @REQ(get_object_type)
3357 obj_handle_t handle; /* handle to the object */
3359 data_size_t total; /* needed size for type name */
3360 VARARG(type,unicode_str); /* type name */
3364 /* Unlink a named object */
3366 obj_handle_t handle; /* handle to the object */
3370 /* Query the impersonation level of an impersonation token */
3371 @REQ(get_token_impersonation_level)
3372 obj_handle_t handle; /* handle to the object */
3374 int impersonation_level; /* impersonation level of the impersonation token */
3377 /* Allocate a locally-unique identifier */
3378 @REQ(allocate_locally_unique_id)
3384 /* Create a device manager */
3385 @REQ(create_device_manager)
3386 unsigned int access; /* wanted access rights */
3387 unsigned int attributes; /* object attributes */
3389 obj_handle_t handle; /* handle to the device */
3393 /* Create a device */
3395 unsigned int access; /* wanted access rights */
3396 unsigned int attributes; /* object attributes */
3397 obj_handle_t rootdir; /* root directory */
3398 client_ptr_t user_ptr; /* opaque ptr for use by client */
3399 obj_handle_t manager; /* device manager */
3400 VARARG(name,unicode_str); /* object name */
3402 obj_handle_t handle; /* handle to the device */
3406 /* Delete a device */
3408 obj_handle_t handle; /* handle to the device */
3412 /* Retrieve the next pending device irp request */
3413 @REQ(get_next_device_request)
3414 obj_handle_t manager; /* handle to the device manager */
3415 obj_handle_t prev; /* handle to the previous irp */
3416 unsigned int status; /* status of the previous irp */
3418 irp_params_t params; /* irp parameters */
3419 obj_handle_t next; /* handle to the next irp */
3420 process_id_t client_pid; /* pid of process calling irp */
3421 thread_id_t client_tid; /* tid of thread calling irp */
3422 data_size_t in_size; /* total needed input size */
3423 data_size_t out_size; /* needed output size */
3424 VARARG(next_data,bytes); /* input data of the next irp */
3428 /* Make the current process a system process */
3429 @REQ(make_process_system)
3431 obj_handle_t event; /* event signaled when all user processes have exited */
3435 /* Get detailed fixed-size information about a token */
3436 @REQ(get_token_statistics)
3437 obj_handle_t handle; /* handle to the object */
3439 luid_t token_id; /* locally-unique identifier of the token */
3440 luid_t modified_id; /* locally-unique identifier of the modified version of the token */
3441 int primary; /* is the token primary or impersonation? */
3442 int impersonation_level; /* level of impersonation */
3443 int group_count; /* the number of groups the token is a member of */
3444 int privilege_count; /* the number of privileges the token has */
3448 /* Create I/O completion port */
3449 @REQ(create_completion)
3450 unsigned int access; /* desired access to a port */
3451 unsigned int attributes; /* object attributes */
3452 unsigned int concurrent; /* max number of concurrent active threads */
3453 obj_handle_t rootdir; /* root directory */
3454 VARARG(filename,unicode_str); /* port name */
3456 obj_handle_t handle; /* port handle */
3460 /* Open I/O completion port */
3461 @REQ(open_completion)
3462 unsigned int access; /* desired access to a port */
3463 unsigned int attributes; /* object attributes */
3464 obj_handle_t rootdir; /* root directory */
3465 VARARG(filename,unicode_str); /* port name */
3467 obj_handle_t handle; /* port handle */
3471 /* add completion to completion port */
3472 @REQ(add_completion)
3473 obj_handle_t handle; /* port handle */
3474 apc_param_t ckey; /* completion key */
3475 apc_param_t cvalue; /* completion value */
3476 apc_param_t information; /* IO_STATUS_BLOCK Information */
3477 unsigned int status; /* completion result */
3481 /* get completion from completion port queue */
3482 @REQ(remove_completion)
3483 obj_handle_t handle; /* port handle */
3485 apc_param_t ckey; /* completion key */
3486 apc_param_t cvalue; /* completion value */
3487 apc_param_t information; /* IO_STATUS_BLOCK Information */
3488 unsigned int status; /* completion result */
3492 /* get completion queue depth */
3493 @REQ(query_completion)
3494 obj_handle_t handle; /* port handle */
3496 unsigned int depth; /* completion queue depth */
3500 /* associate object with completion port */
3501 @REQ(set_completion_info)
3502 obj_handle_t handle; /* object handle */
3503 apc_param_t ckey; /* completion key */
3504 obj_handle_t chandle; /* port handle */
3508 /* check for associated completion and push msg */
3509 @REQ(add_fd_completion)
3510 obj_handle_t handle; /* async' object
*/
3511 apc_param_t cvalue
; /* completion value
*/
3512 apc_param_t information
; /* IO_STATUS_BLOCK Information
*/
3513 unsigned int status
; /* completion status
*/
3517 /* Retrieve layered info for a window
*/
3518 @
REQ(get_window_layered_info
)
3519 user_handle_t handle
; /* handle to the window
*/
3521 unsigned int color_key
; /* color key
*/
3522 unsigned int alpha
; /* alpha (0.
.255) */
3523 unsigned int flags
; /* LWA_
* flags
*/
3527 /* Set layered info for a window
*/
3528 @
REQ(set_window_layered_info
)
3529 user_handle_t handle
; /* handle to the window
*/
3530 unsigned int color_key
; /* color key
*/
3531 unsigned int alpha
; /* alpha (0.
.255) */
3532 unsigned int flags
; /* LWA_
* flags
*/
3536 /* Allocate an arbitrary user handle
*/
3537 @
REQ(alloc_user_handle
)
3539 user_handle_t handle
; /* allocated handle
*/
3543 /* Free an arbitrary user handle
*/
3544 @
REQ(free_user_handle
)
3545 user_handle_t handle
; /* handle to free
*/
3549 /* Set
/get the current cursor
*/
3551 unsigned int flags
; /* flags for fields to
set (see below
) */
3552 user_handle_t handle
; /* handle to the cursor
*/
3553 int show_count
; /* show count increment
/decrement
*/
3554 int x
; /* cursor position
*/
3556 rectangle_t clip
; /* cursor clip rectangle
*/
3557 unsigned int clip_msg
; /* message to post on cursor clip changes
*/
3559 user_handle_t prev_handle
; /* previous handle
*/
3560 int prev_count
; /* previous show count
*/
3561 int prev_x
; /* previous position
*/
3563 int new_x
; /* new position
*/
3565 rectangle_t new_clip
; /* new clip rectangle
*/
3566 unsigned int last_change
; /* time of last position change
*/
3568 #define SET_CURSOR_HANDLE
0x01
3569 #define SET_CURSOR_COUNT
0x02
3570 #define SET_CURSOR_POS
0x04
3571 #define SET_CURSOR_CLIP
0x08
3572 #define SET_CURSOR_NOCLIP
0x10
3575 /* Modify the list of registered rawinput devices
*/
3576 @
REQ(update_rawinput_devices
)
3577 VARARG(devices
,rawinput_devices
);
3581 /* Retrieve the suspended context of a thread
*/
3582 @
REQ(get_suspend_context
)
3584 VARARG(context
,context
); /* thread context
*/
3588 /* Store the suspend context of a thread
*/
3589 @
REQ(set_suspend_context
)
3590 VARARG(context
,context
); /* thread context
*/
3594 /* Create a new job object
*/
3596 unsigned int access
; /* wanted access rights
*/
3597 unsigned int attributes
; /* object attributes
*/
3598 VARARG(objattr
,object_attributes
); /* object attributes
*/
3600 obj_handle_t handle
; /* handle to the job
*/
3604 /* Assign a job object to a process
*/
3606 obj_handle_t job
; /* handle to the job
*/
3607 obj_handle_t process
; /* handle to the process
*/
3611 /* Check if a process is associated with a job
*/
3612 @
REQ(process_in_job
)
3613 obj_handle_t job
; /* handle to the job
*/
3614 obj_handle_t process
; /* handle to the process
*/
3618 /* Set limit flags on a job
*/
3619 @
REQ(set_job_limits
)
3620 obj_handle_t handle
; /* handle to the job
*/
3621 unsigned int limit_flags
; /* new limit flags
*/
3625 /* Set new completion port for a job
*/
3626 @
REQ(set_job_completion_port
)
3627 obj_handle_t job
; /* handle to the job
*/
3628 obj_handle_t port
; /* handle to the completion port
*/
3629 client_ptr_t key
; /* key to send with completion messages
*/
3633 /* Terminate all processes associated with the job
*/
3635 obj_handle_t handle
; /* handle to the job
*/
3636 int status
; /* process exit code
*/