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 int x
; /* x position
*/
283 int y
; /* y position
*/
284 unsigned int hw_id
; /* unique id
*/
285 unsigned int flags
; /* hook flags
*/
291 int type
; /* RIM_TYPEKEYBOARD
*/
292 unsigned int message
; /* message generated by this rawinput event
*/
293 unsigned short vkey
; /* virtual key code
*/
294 unsigned short scan
; /* scan code
*/
298 int type
; /* RIM_TYPEMOUSE
*/
299 int x
; /* x coordinate
*/
300 int y
; /* y coordinate
*/
301 unsigned int data
; /* mouse data
*/
306 struct callback_msg_data
308 client_ptr_t callback
; /* callback function
*/
309 lparam_t data
; /* user data for callback
*/
310 lparam_t result
; /* message result
*/
313 struct winevent_msg_data
315 user_handle_t hook
; /* hook handle
*/
316 thread_id_t tid
; /* thread id
*/
317 client_ptr_t hook_proc
; /* hook proc address
*/
318 /* followed by module name if any
*/
326 int type
; /* INPUT_KEYBOARD
*/
327 unsigned short vkey
; /* virtual key code
*/
328 unsigned short scan
; /* scan code
*/
329 unsigned int flags
; /* event flags
*/
330 unsigned int time
; /* event time
*/
331 lparam_t info
; /* extra info
*/
335 int type
; /* INPUT_MOUSE
*/
336 int x
; /* coordinates
*/
338 unsigned int data
; /* mouse data
*/
339 unsigned int flags
; /* event flags
*/
340 unsigned int time
; /* event time
*/
341 lparam_t info
; /* extra info
*/
345 int type
; /* INPUT_HARDWARE
*/
346 unsigned int msg
; /* message code
*/
347 lparam_t lparam
; /* message param
*/
353 unsigned char bytes
[1]; /* raw data for sent messages
*/
354 struct hardware_msg_data hardware
;
355 struct callback_msg_data callback
;
356 struct winevent_msg_data winevent
;
359 /* structure for console char
/attribute info
*/
366 /* structure returned in filesystem events
*/
367 struct filesystem_event
376 unsigned int low_part
;
380 #define MAX_ACL_LEN
65535
382 struct security_descriptor
384 unsigned int control
; /* SE_ flags
*/
385 data_size_t owner_len
;
386 data_size_t group_len
;
387 data_size_t sacl_len
;
388 data_size_t dacl_len
;
389 /* VARARG(owner
,SID
); */
390 /* VARARG(group
,SID
); */
391 /* VARARG(sacl
,ACL
); */
392 /* VARARG(dacl
,ACL
); */
395 struct object_attributes
397 obj_handle_t rootdir
; /* root directory
*/
398 data_size_t sd_len
; /* length of security_descriptor data. may be
0 */
399 data_size_t name_len
; /* length of the name string. may be
0 */
400 /* VARARG(sd
,security_descriptor
); */
401 /* VARARG(name
,unicode_str
); */
407 /* unsigned int attributes
[count
]; */
408 /* VARARG(sids
,SID
); */
416 SELECT_SIGNAL_AND_WAIT
,
417 SELECT_KEYED_EVENT_WAIT
,
418 SELECT_KEYED_EVENT_RELEASE
426 enum select_op op
; /* SELECT_WAIT or SELECT_WAIT_ALL
*/
427 obj_handle_t handles
[MAXIMUM_WAIT_OBJECTS
];
431 enum select_op op
; /* SELECT_SIGNAL_AND_WAIT
*/
433 obj_handle_t signal
; /* must be last in the structure so we can remove it on retries
*/
437 enum select_op op
; /* SELECT_KEYED_EVENT_WAIT or SELECT_KEYED_EVENT_RELEASE
*/
466 enum apc_type type
; /* APC_USER
*/
468 client_ptr_t func
; /* void (__stdcall
*func
)(ULONG_PTR
,ULONG_PTR
,ULONG_PTR
); */
469 apc_param_t args
[3]; /* arguments for user function
*/
473 enum apc_type type
; /* APC_TIMER
*/
475 client_ptr_t func
; /* void (__stdcall
*func
)(void
*, unsigned int
, unsigned int
); */
476 timeout_t time
; /* absolute time of expiration
*/
477 client_ptr_t arg
; /* user argument
*/
481 enum apc_type type
; /* APC_ASYNC_IO
*/
482 unsigned int status
; /* I
/O status
*/
483 client_ptr_t func
; /* unsigned
int (*func)(void*, void*, unsigned int, void**, void**); */
484 client_ptr_t user
; /* user pointer
*/
485 client_ptr_t sb
; /* status block
*/
489 enum apc_type type
; /* APC_VIRTUAL_ALLOC
*/
490 unsigned int op_type
; /* type of operation
*/
491 client_ptr_t addr
; /* requested address
*/
492 mem_size_t size
; /* allocation size
*/
493 unsigned int zero_bits
; /* allocation alignment
*/
494 unsigned int prot
; /* memory protection flags
*/
498 enum apc_type type
; /* APC_VIRTUAL_FREE
*/
499 unsigned int op_type
; /* type of operation
*/
500 client_ptr_t addr
; /* requested address
*/
501 mem_size_t size
; /* allocation size
*/
505 enum apc_type type
; /* APC_VIRTUAL_QUERY
*/
507 client_ptr_t addr
; /* requested address
*/
511 enum apc_type type
; /* APC_VIRTUAL_PROTECT
*/
512 unsigned int prot
; /* new protection flags
*/
513 client_ptr_t addr
; /* requested address
*/
514 mem_size_t size
; /* requested size
*/
518 enum apc_type type
; /* APC_VIRTUAL_FLUSH
*/
520 client_ptr_t addr
; /* requested address
*/
521 mem_size_t size
; /* requested size
*/
525 enum apc_type type
; /* APC_VIRTUAL_LOCK
*/
527 client_ptr_t addr
; /* requested address
*/
528 mem_size_t size
; /* requested size
*/
532 enum apc_type type
; /* APC_VIRTUAL_UNLOCK
*/
534 client_ptr_t addr
; /* requested address
*/
535 mem_size_t size
; /* requested size
*/
539 enum apc_type type
; /* APC_MAP_VIEW
*/
540 obj_handle_t handle
; /* mapping handle
*/
541 client_ptr_t addr
; /* requested address
*/
542 mem_size_t size
; /* allocation size
*/
543 file_pos_t offset
; /* file offset
*/
544 unsigned int alloc_type
;/* allocation type
*/
545 unsigned short zero_bits
; /* allocation alignment
*/
546 unsigned short prot
; /* memory protection flags
*/
550 enum apc_type type
; /* APC_UNMAP_VIEW
*/
552 client_ptr_t addr
; /* view address
*/
556 enum apc_type type
; /* APC_CREATE_THREAD
*/
557 int suspend
; /* suspended thread?
*/
558 client_ptr_t func
; /* void (__stdcall
*func
)(void*)
; start function
*/
559 client_ptr_t arg
; /* argument for start function
*/
560 mem_size_t reserve
; /* reserve size for thread stack
*/
561 mem_size_t commit
; /* commit size for thread stack
*/
570 enum apc_type type
; /* APC_ASYNC_IO
*/
571 unsigned int status
; /* new status of async operation
*/
572 client_ptr_t apc
; /* user APC to call
*/
573 client_ptr_t arg
; /* user APC argument
*/
574 unsigned int total
; /* bytes transferred
*/
578 enum apc_type type
; /* APC_VIRTUAL_ALLOC
*/
579 unsigned int status
; /* status returned by call
*/
580 client_ptr_t addr
; /* resulting address
*/
581 mem_size_t size
; /* resulting size
*/
585 enum apc_type type
; /* APC_VIRTUAL_FREE
*/
586 unsigned int status
; /* status returned by call
*/
587 client_ptr_t addr
; /* resulting address
*/
588 mem_size_t size
; /* resulting size
*/
592 enum apc_type type
; /* APC_VIRTUAL_QUERY
*/
593 unsigned int status
; /* status returned by call
*/
594 client_ptr_t base
; /* resulting base address
*/
595 client_ptr_t alloc_base
;/* resulting allocation base
*/
596 mem_size_t size
; /* resulting region size
*/
597 unsigned short state
; /* resulting region state
*/
598 unsigned short prot
; /* resulting region protection
*/
599 unsigned short alloc_prot
;/* resulting allocation protection
*/
600 unsigned short alloc_type
;/* resulting region allocation type
*/
604 enum apc_type type
; /* APC_VIRTUAL_PROTECT
*/
605 unsigned int status
; /* status returned by call
*/
606 client_ptr_t addr
; /* resulting address
*/
607 mem_size_t size
; /* resulting size
*/
608 unsigned int prot
; /* old protection flags
*/
612 enum apc_type type
; /* APC_VIRTUAL_FLUSH
*/
613 unsigned int status
; /* status returned by call
*/
614 client_ptr_t addr
; /* resulting address
*/
615 mem_size_t size
; /* resulting size
*/
619 enum apc_type type
; /* APC_VIRTUAL_LOCK
*/
620 unsigned int status
; /* status returned by call
*/
621 client_ptr_t addr
; /* resulting address
*/
622 mem_size_t size
; /* resulting size
*/
626 enum apc_type type
; /* APC_VIRTUAL_UNLOCK
*/
627 unsigned int status
; /* status returned by call
*/
628 client_ptr_t addr
; /* resulting address
*/
629 mem_size_t size
; /* resulting size
*/
633 enum apc_type type
; /* APC_MAP_VIEW
*/
634 unsigned int status
; /* status returned by call
*/
635 client_ptr_t addr
; /* resulting address
*/
636 mem_size_t size
; /* resulting size
*/
640 enum apc_type type
; /* APC_MAP_VIEW
*/
641 unsigned int status
; /* status returned by call
*/
645 enum apc_type type
; /* APC_CREATE_THREAD
*/
646 unsigned int status
; /* status returned by call
*/
647 thread_id_t tid
; /* thread id
*/
648 obj_handle_t handle
; /* handle to new thread
*/
652 struct rawinput_device
654 unsigned short usage_page
;
655 unsigned short usage
;
657 user_handle_t target
;
660 /****************************************************************/
661 /* Request declarations
*/
663 /* Create a new process from the context of the parent
*/
665 int inherit_all
; /* inherit all handles from parent
*/
666 unsigned int create_flags
; /* creation flags
*/
667 int socket_fd
; /* file descriptor for process socket
*/
668 obj_handle_t exe_file
; /* file handle for main exe
*/
669 unsigned int process_access
; /* access rights for process object
*/
670 unsigned int process_attr
; /* attributes for process object
*/
671 unsigned int thread_access
; /* access rights for thread object
*/
672 unsigned int thread_attr
; /* attributes for thread object
*/
673 cpu_type_t cpu
; /* CPU that the new process will use
*/
674 data_size_t info_size
; /* size of startup info
*/
675 VARARG(info
,startup_info
,info_size
); /* startup information
*/
676 VARARG(env
,unicode_str
); /* environment for new process
*/
678 obj_handle_t info
; /* new process info handle
*/
679 process_id_t pid
; /* process id
*/
680 obj_handle_t phandle
; /* process
handle (in the current process
) */
681 thread_id_t tid
; /* thread id
*/
682 obj_handle_t thandle
; /* thread
handle (in the current process
) */
686 /* Retrieve information about a newly started process
*/
687 @
REQ(get_new_process_info
)
688 obj_handle_t info
; /* info handle returned from new_process_request
*/
690 int success
; /* did the process start successfully?
*/
691 int exit_code
; /* process exit code if failed
*/
695 /* Create a new thread from the context of the parent
*/
697 unsigned int access
; /* wanted access rights
*/
698 unsigned int attributes
; /* object attributes
*/
699 int suspend
; /* new thread should be suspended on creation
*/
700 int request_fd
; /* fd for request pipe
*/
702 thread_id_t tid
; /* thread id
*/
703 obj_handle_t handle
; /* thread
handle (in the current process
) */
707 /* Retrieve the new process startup info
*/
708 @
REQ(get_startup_info
)
710 obj_handle_t exe_file
; /* file handle for main exe
*/
711 data_size_t info_size
; /* size of startup info
*/
712 VARARG(info
,startup_info
,info_size
); /* startup information
*/
713 VARARG(env
,unicode_str
); /* environment
*/
717 /* Signal the end of the process initialization
*/
718 @
REQ(init_process_done
)
719 int gui
; /* is it a GUI process?
*/
720 mod_handle_t module
; /* main module base address
*/
721 client_ptr_t ldt_copy
; /* address of LDT
copy (in thread address space
) */
722 client_ptr_t entry
; /* process entry point
*/
726 /* Initialize a thread
; called from the child after
fork()/clone() */
728 int unix_pid
; /* Unix pid of new thread
*/
729 int unix_tid
; /* Unix tid of new thread
*/
730 int debug_level
; /* new debug level
*/
731 client_ptr_t teb
; /* TEB of new
thread (in thread address space
) */
732 client_ptr_t entry
; /* entry point or PEB if initial
thread (in thread address space
) */
733 int reply_fd
; /* fd for reply pipe
*/
734 int wait_fd
; /* fd for blocking calls pipe
*/
735 cpu_type_t cpu
; /* CPU that this thread is running on
*/
737 process_id_t pid
; /* process id of the new thread
's process */
738 thread_id_t tid; /* thread id of the new thread */
739 timeout_t server_start; /* server start time */
740 data_size_t info_size; /* total size of startup info */
741 int version; /* protocol version */
742 unsigned int all_cpus; /* bitset of supported CPUs */
746 /* Terminate a process */
747 @REQ(terminate_process)
748 obj_handle_t handle; /* process handle to terminate */
749 int exit_code; /* process exit code */
751 int self; /* suicide? */
755 /* Terminate a thread */
756 @REQ(terminate_thread)
757 obj_handle_t handle; /* thread handle to terminate */
758 int exit_code; /* thread exit code */
760 int self; /* suicide? */
761 int last; /* last thread in this process? */
765 /* Retrieve information about a process */
766 @REQ(get_process_info)
767 obj_handle_t handle; /* process handle */
769 process_id_t pid; /* server process id */
770 process_id_t ppid; /* server process id of parent */
771 affinity_t affinity; /* process affinity mask */
772 client_ptr_t peb; /* PEB address in process address space */
773 timeout_t start_time; /* process start time */
774 timeout_t end_time; /* process end time */
775 int exit_code; /* process exit code */
776 int priority; /* priority class */
777 cpu_type_t cpu; /* CPU that this process is running on */
778 int debugger_present; /* process is being debugged */
782 /* Set a process information */
783 @REQ(set_process_info)
784 obj_handle_t handle; /* process handle */
785 int mask; /* setting mask (see below) */
786 int priority; /* priority class */
787 affinity_t affinity; /* affinity mask */
789 #define SET_PROCESS_INFO_PRIORITY 0x01
790 #define SET_PROCESS_INFO_AFFINITY 0x02
793 /* Retrieve information about a thread */
794 @REQ(get_thread_info)
795 obj_handle_t handle; /* thread handle */
796 thread_id_t tid_in; /* thread id (optional) */
798 process_id_t pid; /* server process id */
799 thread_id_t tid; /* server thread id */
800 client_ptr_t teb; /* thread teb pointer */
801 affinity_t affinity; /* thread affinity mask */
802 timeout_t creation_time; /* thread creation time */
803 timeout_t exit_time; /* thread exit time */
804 int exit_code; /* thread exit code */
805 int priority; /* thread priority level */
806 int last; /* last thread in process */
810 /* Set a thread information */
811 @REQ(set_thread_info)
812 obj_handle_t handle; /* thread handle */
813 int mask; /* setting mask (see below) */
814 int priority; /* priority class */
815 affinity_t affinity; /* affinity mask */
816 obj_handle_t token; /* impersonation token */
818 #define SET_THREAD_INFO_PRIORITY 0x01
819 #define SET_THREAD_INFO_AFFINITY 0x02
820 #define SET_THREAD_INFO_TOKEN 0x04
823 /* Retrieve information about a module */
825 obj_handle_t handle; /* process handle */
826 mod_handle_t base_address; /* base address of module */
828 client_ptr_t entry_point;
829 data_size_t size; /* module size */
830 data_size_t filename_len; /* buffer len in bytes required to store filename */
831 VARARG(filename,unicode_str); /* file name of module */
835 /* Suspend a thread */
837 obj_handle_t handle; /* thread handle */
839 int count; /* new suspend count */
843 /* Resume a thread */
845 obj_handle_t handle; /* thread handle */
847 int count; /* new suspend count */
851 /* Notify the server that a dll has been loaded */
853 obj_handle_t mapping; /* file mapping handle */
854 mod_handle_t base; /* base address */
855 client_ptr_t name; /* ptr to ptr to name (in process addr space) */
856 data_size_t size; /* dll size */
857 int dbg_offset; /* debug info offset */
858 int dbg_size; /* debug info size */
859 VARARG(filename,unicode_str); /* file name of dll */
863 /* Notify the server that a dll is being unloaded */
865 mod_handle_t base; /* base address */
869 /* Queue an APC for a thread or process */
871 obj_handle_t handle; /* thread or process handle */
872 apc_call_t call; /* call arguments */
874 obj_handle_t handle; /* APC handle */
875 int self; /* run APC in caller itself? */
879 /* Get the result of an APC call */
881 obj_handle_t handle; /* handle to the APC */
883 apc_result_t result; /* result of the APC */
887 /* Close a handle for the current process */
889 obj_handle_t handle; /* handle to close */
893 /* Set a handle information */
894 @REQ(set_handle_info)
895 obj_handle_t handle; /* handle we are interested in */
896 int flags; /* new handle flags */
897 int mask; /* mask for flags to set */
899 int old_flags; /* old flag value */
903 /* Duplicate a handle */
905 obj_handle_t src_process; /* src process handle */
906 obj_handle_t src_handle; /* src handle to duplicate */
907 obj_handle_t dst_process; /* dst process handle */
908 unsigned int access; /* wanted access rights */
909 unsigned int attributes; /* object attributes */
910 unsigned int options; /* duplicate options (see below) */
912 obj_handle_t handle; /* duplicated handle in dst process */
913 int self; /* is the source the current process? */
914 int closed; /* whether the source handle has been closed */
916 #define DUP_HANDLE_CLOSE_SOURCE DUPLICATE_CLOSE_SOURCE
917 #define DUP_HANDLE_SAME_ACCESS DUPLICATE_SAME_ACCESS
918 #define DUP_HANDLE_MAKE_GLOBAL 0x80000000 /* Not a Windows flag */
921 /* Open a handle to a process */
923 process_id_t pid; /* process id to open */
924 unsigned int access; /* wanted access rights */
925 unsigned int attributes; /* object attributes */
927 obj_handle_t handle; /* handle to the process */
931 /* Open a handle to a thread */
933 thread_id_t tid; /* thread id to open */
934 unsigned int access; /* wanted access rights */
935 unsigned int attributes; /* object attributes */
937 obj_handle_t handle; /* handle to the thread */
941 /* Wait for handles */
943 int flags; /* wait flags (see below) */
944 client_ptr_t cookie; /* magic cookie to return to client */
945 timeout_t timeout; /* timeout */
946 obj_handle_t prev_apc; /* handle to previous APC */
947 VARARG(result,apc_result); /* result of previous APC */
948 VARARG(data,select_op); /* operation-specific data */
950 timeout_t timeout; /* timeout converted to absolute */
951 apc_call_t call; /* APC call arguments */
952 obj_handle_t apc_handle; /* handle to next APC */
954 #define SELECT_ALERTABLE 1
955 #define SELECT_INTERRUPTIBLE 2
958 /* Create an event */
960 unsigned int access; /* wanted access rights */
961 unsigned int attributes; /* object attributes */
962 int manual_reset; /* manual reset event */
963 int initial_state; /* initial state of the event */
964 VARARG(objattr,object_attributes); /* object attributes */
966 obj_handle_t handle; /* handle to the event */
969 /* Event operation */
971 obj_handle_t handle; /* handle to event */
972 int op; /* event operation (see below) */
974 enum event_op { PULSE_EVENT, SET_EVENT, RESET_EVENT };
977 obj_handle_t handle; /* handle to event */
979 int manual_reset; /* manual reset event */
980 int state; /* current state of the event */
985 unsigned int access; /* wanted access rights */
986 unsigned int attributes; /* object attributes */
987 obj_handle_t rootdir; /* root directory */
988 VARARG(name,unicode_str); /* object name */
990 obj_handle_t handle; /* handle to the event */
994 /* Create a keyed event */
995 @REQ(create_keyed_event)
996 unsigned int access; /* wanted access rights */
997 unsigned int attributes; /* object attributes */
998 VARARG(objattr,object_attributes); /* object attributes */
1000 obj_handle_t handle; /* handle to the event */
1003 /* Open a keyed event */
1004 @REQ(open_keyed_event)
1005 unsigned int access; /* wanted access rights */
1006 unsigned int attributes; /* object attributes */
1007 obj_handle_t rootdir; /* root directory */
1008 VARARG(name,unicode_str); /* object name */
1010 obj_handle_t handle; /* handle to the event */
1014 /* Create a mutex */
1016 unsigned int access; /* wanted access rights */
1017 unsigned int attributes; /* object attributes */
1018 int owned; /* initially owned? */
1019 VARARG(objattr,object_attributes); /* object attributes */
1021 obj_handle_t handle; /* handle to the mutex */
1025 /* Release a mutex */
1027 obj_handle_t handle; /* handle to the mutex */
1029 unsigned int prev_count; /* value of internal counter, before release */
1035 unsigned int access; /* wanted access rights */
1036 unsigned int attributes; /* object attributes */
1037 obj_handle_t rootdir; /* root directory */
1038 VARARG(name,unicode_str); /* object name */
1040 obj_handle_t handle; /* handle to the mutex */
1044 /* Create a semaphore */
1045 @REQ(create_semaphore)
1046 unsigned int access; /* wanted access rights */
1047 unsigned int attributes; /* object attributes */
1048 unsigned int initial; /* initial count */
1049 unsigned int max; /* maximum count */
1050 VARARG(objattr,object_attributes); /* object attributes */
1052 obj_handle_t handle; /* handle to the semaphore */
1056 /* Release a semaphore */
1057 @REQ(release_semaphore)
1058 obj_handle_t handle; /* handle to the semaphore */
1059 unsigned int count; /* count to add to semaphore */
1061 unsigned int prev_count; /* previous semaphore count */
1064 @REQ(query_semaphore)
1065 obj_handle_t handle; /* handle to the semaphore */
1067 unsigned int current; /* current count */
1068 unsigned int max; /* maximum count */
1071 /* Open a semaphore */
1072 @REQ(open_semaphore)
1073 unsigned int access; /* wanted access rights */
1074 unsigned int attributes; /* object attributes */
1075 obj_handle_t rootdir; /* root directory */
1076 VARARG(name,unicode_str); /* object name */
1078 obj_handle_t handle; /* handle to the semaphore */
1084 unsigned int access; /* wanted access rights */
1085 unsigned int attributes; /* object attributes */
1086 unsigned int sharing; /* sharing flags */
1087 int create; /* file create action */
1088 unsigned int options; /* file options */
1089 unsigned int attrs; /* file attributes for creation */
1090 VARARG(objattr,object_attributes); /* object attributes */
1091 VARARG(filename,string); /* file name */
1093 obj_handle_t handle; /* handle to the file */
1097 /* Open a file object */
1098 @REQ(open_file_object)
1099 unsigned int access; /* wanted access rights */
1100 unsigned int attributes; /* open attributes */
1101 obj_handle_t rootdir; /* root directory */
1102 unsigned int sharing; /* sharing flags */
1103 unsigned int options; /* file options */
1104 VARARG(filename,unicode_str); /* file name */
1106 obj_handle_t handle; /* handle to the file */
1110 /* Allocate a file handle for a Unix fd */
1111 @REQ(alloc_file_handle)
1112 unsigned int access; /* wanted access rights */
1113 unsigned int attributes; /* object attributes */
1114 int fd; /* file descriptor on the client side */
1116 obj_handle_t handle; /* handle to the file */
1120 /* Get the Unix name from a file handle */
1121 @REQ(get_handle_unix_name)
1122 obj_handle_t handle; /* file handle */
1124 data_size_t name_len; /* unix name length */
1125 VARARG(name,string); /* unix name */
1129 /* Get a Unix fd to access a file */
1131 obj_handle_t handle; /* handle to the file */
1133 int type; /* file type (see below) */
1134 int cacheable; /* can fd be cached in the client? */
1135 unsigned int access; /* file access rights */
1136 unsigned int options; /* file open options */
1140 FD_TYPE_INVALID, /* invalid file (no associated fd) */
1141 FD_TYPE_FILE, /* regular file */
1142 FD_TYPE_DIR, /* directory */
1143 FD_TYPE_SOCKET, /* socket */
1144 FD_TYPE_SERIAL, /* serial port */
1145 FD_TYPE_PIPE, /* named pipe */
1146 FD_TYPE_MAILSLOT, /* mailslot */
1147 FD_TYPE_CHAR, /* unspecified char device */
1148 FD_TYPE_DEVICE, /* Windows device file */
1153 /* Flush a file buffers */
1155 obj_handle_t handle; /* handle to the file */
1157 obj_handle_t event; /* event set when finished */
1161 /* Lock a region of a file */
1163 obj_handle_t handle; /* handle to the file */
1164 file_pos_t offset; /* offset of start of lock */
1165 file_pos_t count; /* count of bytes to lock */
1166 int shared; /* shared or exclusive lock? */
1167 int wait; /* do we want to wait? */
1169 obj_handle_t handle; /* handle to wait on */
1170 int overlapped; /* is it an overlapped I/O handle? */
1174 /* Unlock a region of a file */
1176 obj_handle_t handle; /* handle to the file */
1177 file_pos_t offset; /* offset of start of unlock */
1178 file_pos_t count; /* count of bytes to unlock */
1182 /* Create a socket */
1184 unsigned int access; /* wanted access rights */
1185 unsigned int attributes; /* object attributes */
1186 int family; /* family, see socket manpage */
1187 int type; /* type, see socket manpage */
1188 int protocol; /* protocol, see socket manpage */
1189 unsigned int flags; /* socket flags */
1191 obj_handle_t handle; /* handle to the new socket */
1195 /* Accept a socket */
1197 obj_handle_t lhandle; /* handle to the listening socket */
1198 unsigned int access; /* wanted access rights */
1199 unsigned int attributes; /* object attributes */
1201 obj_handle_t handle; /* handle to the new socket */
1205 /* Accept into an initialized socket */
1206 @REQ(accept_into_socket)
1207 obj_handle_t lhandle; /* handle to the listening socket */
1208 obj_handle_t ahandle; /* handle to the accepting socket */
1212 /* Set socket event parameters */
1213 @REQ(set_socket_event)
1214 obj_handle_t handle; /* handle to the socket */
1215 unsigned int mask; /* event mask */
1216 obj_handle_t event; /* event object */
1217 user_handle_t window; /* window to send the message to */
1218 unsigned int msg; /* message to send */
1222 /* Get socket event parameters */
1223 @REQ(get_socket_event)
1224 obj_handle_t handle; /* handle to the socket */
1225 int service; /* clear pending? */
1226 obj_handle_t c_event; /* event to clear */
1228 unsigned int mask; /* event mask */
1229 unsigned int pmask; /* pending events */
1230 unsigned int state; /* status bits */
1231 VARARG(errors,ints); /* event errors */
1235 /* Get socket info */
1236 @REQ(get_socket_info)
1237 obj_handle_t handle; /* handle to the socket */
1239 int family; /* family, see socket manpage */
1240 int type; /* type, see socket manpage */
1241 int protocol; /* protocol, see socket manpage */
1245 /* Re-enable pending socket events */
1246 @REQ(enable_socket_event)
1247 obj_handle_t handle; /* handle to the socket */
1248 unsigned int mask; /* events to re-enable */
1249 unsigned int sstate; /* status bits to set */
1250 unsigned int cstate; /* status bits to clear */
1253 @REQ(set_socket_deferred)
1254 obj_handle_t handle; /* handle to the socket */
1255 obj_handle_t deferred; /* handle to the socket for which accept() is deferred */
1258 /* Allocate a console (only used by a console renderer) */
1260 unsigned int access; /* wanted access rights */
1261 unsigned int attributes; /* object attributes */
1262 process_id_t pid; /* pid of process which shall be attached to the console */
1263 int input_fd; /* if pid=-1 (bare console to current process), fd for input */
1265 obj_handle_t handle_in; /* handle to console input */
1266 obj_handle_t event; /* handle to renderer events change notification */
1270 /* Free the console of the current process */
1275 #define CONSOLE_RENDERER_NONE_EVENT 0x00
1276 #define CONSOLE_RENDERER_TITLE_EVENT 0x01
1277 #define CONSOLE_RENDERER_ACTIVE_SB_EVENT 0x02
1278 #define CONSOLE_RENDERER_SB_RESIZE_EVENT 0x03
1279 #define CONSOLE_RENDERER_UPDATE_EVENT 0x04
1280 #define CONSOLE_RENDERER_CURSOR_POS_EVENT 0x05
1281 #define CONSOLE_RENDERER_CURSOR_GEOM_EVENT 0x06
1282 #define CONSOLE_RENDERER_DISPLAY_EVENT 0x07
1283 #define CONSOLE_RENDERER_EXIT_EVENT 0x08
1284 struct console_renderer_event
1319 /* retrieve console events for the renderer */
1320 @REQ(get_console_renderer_events)
1321 obj_handle_t handle; /* handle to console input events */
1323 VARARG(data,bytes); /* the various console_renderer_events */
1327 /* Open a handle to the process console */
1329 obj_handle_t from; /* 0 (resp 1) input (resp output) of current process console */
1330 /* otherwise console_in handle to get active screen buffer? */
1331 unsigned int access; /* wanted access rights */
1332 unsigned int attributes; /* object attributes */
1333 int share; /* share mask (only for output handles) */
1335 obj_handle_t handle; /* handle to the console */
1339 /* Get the input queue wait event */
1340 @REQ(get_console_wait_event)
1342 obj_handle_t handle;
1345 /* Get a console mode (input or output) */
1346 @REQ(get_console_mode)
1347 obj_handle_t handle; /* handle to the console */
1349 int mode; /* console mode */
1353 /* Set a console mode (input or output) */
1354 @REQ(set_console_mode)
1355 obj_handle_t handle; /* handle to the console */
1356 int mode; /* console mode */
1360 /* Set info about a console (input only) */
1361 @REQ(set_console_input_info)
1362 obj_handle_t handle; /* handle to console input, or 0 for process' console
*/
1363 int mask
; /* setting
mask (see below
) */
1364 obj_handle_t active_sb
; /* active screen buffer
*/
1365 int history_mode
; /* whether we duplicate lines in history
*/
1366 int history_size
; /* number of lines in history
*/
1367 int edition_mode
; /* index to the edition mode flavors
*/
1368 int input_cp
; /* console input codepage
*/
1369 int output_cp
; /* console output codepage
*/
1370 user_handle_t win
; /* console window if backend supports it
*/
1371 VARARG(title
,unicode_str
); /* console title
*/
1373 #define SET_CONSOLE_INPUT_INFO_ACTIVE_SB
0x01
1374 #define SET_CONSOLE_INPUT_INFO_TITLE
0x02
1375 #define SET_CONSOLE_INPUT_INFO_HISTORY_MODE
0x04
1376 #define SET_CONSOLE_INPUT_INFO_HISTORY_SIZE
0x08
1377 #define SET_CONSOLE_INPUT_INFO_EDITION_MODE
0x10
1378 #define SET_CONSOLE_INPUT_INFO_INPUT_CODEPAGE
0x20
1379 #define SET_CONSOLE_INPUT_INFO_OUTPUT_CODEPAGE
0x40
1380 #define SET_CONSOLE_INPUT_INFO_WIN
0x80
1383 /* Get info about a
console (input only
) */
1384 @
REQ(get_console_input_info
)
1385 obj_handle_t handle
; /* handle to console input
, or
0 for process
' console */
1387 int history_mode; /* whether we duplicate lines in history */
1388 int history_size; /* number of lines in history */
1389 int history_index; /* number of used lines in history */
1390 int edition_mode; /* index to the edition mode flavors */
1391 int input_cp; /* console input codepage */
1392 int output_cp; /* console output codepage */
1393 user_handle_t win; /* console window if backend supports it */
1394 VARARG(title,unicode_str); /* console title */
1398 /* appends a string to console's history
*/
1399 @
REQ(append_console_input_history
)
1400 obj_handle_t handle
; /* handle to console input
, or
0 for process
' console */
1401 VARARG(line,unicode_str); /* line to add */
1405 /* appends a string to console's history
*/
1406 @
REQ(get_console_input_history
)
1407 obj_handle_t handle
; /* handle to console input
, or
0 for process
' console */
1408 int index; /* index to get line from */
1410 int total; /* total length of line in Unicode chars */
1411 VARARG(line,unicode_str); /* line to add */
1415 /* creates a new screen buffer on process' console
*/
1416 @
REQ(create_console_output
)
1417 obj_handle_t handle_in
; /* handle to console input
, or
0 for process
' console */
1418 unsigned int access; /* wanted access rights */
1419 unsigned int attributes; /* object attributes */
1420 unsigned int share; /* sharing credentials */
1421 int fd; /* for bare consoles, fd the screen-buffer is attached to */
1423 obj_handle_t handle_out; /* handle to the screen buffer */
1427 /* Set info about a console (output only) */
1428 @REQ(set_console_output_info)
1429 obj_handle_t handle; /* handle to the console */
1430 int mask; /* setting mask (see below) */
1431 short int cursor_size; /* size of cursor (percentage filled) */
1432 short int cursor_visible;/* cursor visibility flag */
1433 short int cursor_x; /* position of cursor (x, y) */
1435 short int width; /* width of the screen buffer */
1436 short int height; /* height of the screen buffer */
1437 short int attr; /* default attribute */
1438 short int win_left; /* window actually displayed by renderer */
1439 short int win_top; /* the rect area is expressed within the */
1440 short int win_right; /* boundaries of the screen buffer */
1441 short int win_bottom;
1442 short int max_width; /* maximum size (width x height) for the window */
1443 short int max_height;
1445 #define SET_CONSOLE_OUTPUT_INFO_CURSOR_GEOM 0x01
1446 #define SET_CONSOLE_OUTPUT_INFO_CURSOR_POS 0x02
1447 #define SET_CONSOLE_OUTPUT_INFO_SIZE 0x04
1448 #define SET_CONSOLE_OUTPUT_INFO_ATTR 0x08
1449 #define SET_CONSOLE_OUTPUT_INFO_DISPLAY_WINDOW 0x10
1450 #define SET_CONSOLE_OUTPUT_INFO_MAX_SIZE 0x20
1453 /* Get info about a console (output only) */
1454 @REQ(get_console_output_info)
1455 obj_handle_t handle; /* handle to the console */
1457 short int cursor_size; /* size of cursor (percentage filled) */
1458 short int cursor_visible;/* cursor visibility flag */
1459 short int cursor_x; /* position of cursor (x, y) */
1461 short int width; /* width of the screen buffer */
1462 short int height; /* height of the screen buffer */
1463 short int attr; /* default attribute */
1464 short int win_left; /* window actually displayed by renderer */
1465 short int win_top; /* the rect area is expressed within the */
1466 short int win_right; /* boundaries of the screen buffer */
1467 short int win_bottom;
1468 short int max_width; /* maximum size (width x height) for the window */
1469 short int max_height;
1472 /* Add input records to a console input queue */
1473 @REQ(write_console_input)
1474 obj_handle_t handle; /* handle to the console input */
1475 VARARG(rec,input_records); /* input records */
1477 int written; /* number of records written */
1481 /* Fetch input records from a console input queue */
1482 @REQ(read_console_input)
1483 obj_handle_t handle; /* handle to the console input */
1484 int flush; /* flush the retrieved records from the queue? */
1486 int read; /* number of records read */
1487 VARARG(rec,input_records); /* input records */
1491 /* write data (chars and/or attributes) in a screen buffer */
1492 @REQ(write_console_output)
1493 obj_handle_t handle; /* handle to the console output */
1494 int x; /* position where to start writing */
1496 int mode; /* char info (see below) */
1497 int wrap; /* wrap around at end of line? */
1498 VARARG(data,bytes); /* info to write */
1500 int written; /* number of char infos actually written */
1501 int width; /* width of screen buffer */
1502 int height; /* height of screen buffer */
1506 CHAR_INFO_MODE_TEXT, /* characters only */
1507 CHAR_INFO_MODE_ATTR, /* attributes only */
1508 CHAR_INFO_MODE_TEXTATTR, /* both characters and attributes */
1509 CHAR_INFO_MODE_TEXTSTDATTR /* characters but use standard attributes */
1513 /* fill a screen buffer with constant data (chars and/or attributes) */
1514 @REQ(fill_console_output)
1515 obj_handle_t handle; /* handle to the console output */
1516 int x; /* position where to start writing */
1518 int mode; /* char info mode */
1519 int count; /* number to write */
1520 int wrap; /* wrap around at end of line? */
1521 char_info_t data; /* data to write */
1523 int written; /* number of char infos actually written */
1527 /* read data (chars and/or attributes) from a screen buffer */
1528 @REQ(read_console_output)
1529 obj_handle_t handle; /* handle to the console output */
1530 int x; /* position (x,y) where to start reading */
1532 int mode; /* char info mode */
1533 int wrap; /* wrap around at end of line? */
1535 int width; /* width of screen buffer */
1536 int height; /* height of screen buffer */
1541 /* move a rect (of data) in screen buffer content */
1542 @REQ(move_console_output)
1543 obj_handle_t handle; /* handle to the console output */
1544 short int x_src; /* position (x, y) of rect to start moving from */
1546 short int x_dst; /* position (x, y) of rect to move to */
1548 short int w; /* size of the rect (width, height) to move */
1553 /* Sends a signal to a process group */
1554 @REQ(send_console_signal)
1555 int signal; /* the signal to send */
1556 process_id_t group_id; /* the group to send the signal to */
1560 /* enable directory change notifications */
1561 @REQ(read_directory_changes)
1562 unsigned int filter; /* notification filter */
1563 int subtree; /* watch the subtree? */
1564 int want_data; /* flag indicating whether change data should be collected */
1565 async_data_t async; /* async I/O parameters */
1570 obj_handle_t handle;
1572 VARARG(events,filesystem_event); /* collected filesystem events */
1576 /* Create a file mapping */
1577 @REQ(create_mapping)
1578 unsigned int access; /* wanted access rights */
1579 unsigned int attributes; /* object attributes */
1580 unsigned int protect; /* protection flags (see below) */
1581 mem_size_t size; /* mapping size */
1582 obj_handle_t file_handle; /* file handle */
1583 VARARG(objattr,object_attributes); /* object attributes */
1585 obj_handle_t handle; /* handle to the mapping */
1587 /* per-page protection flags */
1588 #define VPROT_READ 0x01
1589 #define VPROT_WRITE 0x02
1590 #define VPROT_EXEC 0x04
1591 #define VPROT_WRITECOPY 0x08
1592 #define VPROT_GUARD 0x10
1593 #define VPROT_NOCACHE 0x20
1594 #define VPROT_COMMITTED 0x40
1595 #define VPROT_WRITEWATCH 0x80
1596 /* per-mapping protection flags */
1597 #define VPROT_IMAGE 0x0100 /* mapping for an exe image */
1598 #define VPROT_SYSTEM 0x0200 /* system view (underlying mmap not under our control) */
1599 #define VPROT_VALLOC 0x0400 /* allocated by VirtualAlloc */
1600 #define VPROT_NOEXEC 0x0800 /* don't force exec permission
*/
1603 /* Open a mapping
*/
1605 unsigned int access
; /* wanted access rights
*/
1606 unsigned int attributes
; /* object attributes
*/
1607 obj_handle_t rootdir
; /* root directory
*/
1608 VARARG(name
,unicode_str
); /* object name
*/
1610 obj_handle_t handle
; /* handle to the mapping
*/
1614 /* Get information about a file mapping
*/
1615 @
REQ(get_mapping_info
)
1616 obj_handle_t handle
; /* handle to the mapping
*/
1617 unsigned int access
; /* wanted access rights
*/
1619 mem_size_t size
; /* mapping size
*/
1620 int protect
; /* protection flags
*/
1621 int header_size
; /* header
size (for VPROT_IMAGE mapping
) */
1622 client_ptr_t base
; /* default base
addr (for VPROT_IMAGE mapping
) */
1623 obj_handle_t mapping
; /* duplicate mapping handle unless removable
*/
1624 obj_handle_t shared_file
; /* shared mapping file handle
*/
1628 /* Get a range of committed pages in a file mapping
*/
1629 @
REQ(get_mapping_committed_range
)
1630 obj_handle_t handle
; /* handle to the mapping
*/
1631 file_pos_t offset
; /* starting
offset (page
-aligned
, in bytes
) */
1633 mem_size_t size
; /* size of range starting at
offset (page
-aligned
, in bytes
) */
1634 int committed
; /* whether it is a committed range
*/
1638 /* Add a range to the committed pages in a file mapping
*/
1639 @
REQ(add_mapping_committed_range
)
1640 obj_handle_t handle
; /* handle to the mapping
*/
1641 file_pos_t offset
; /* starting
offset (page
-aligned
, in bytes
) */
1642 mem_size_t size
; /* size to
set (page
-aligned
, in bytes
) or
0 if only retrieving
*/
1646 #define SNAP_PROCESS
0x00000001
1647 #define SNAP_THREAD
0x00000002
1648 /* Create a snapshot
*/
1649 @
REQ(create_snapshot
)
1650 unsigned int attributes
; /* object attributes
*/
1651 unsigned int flags
; /* snapshot
flags (SNAP_*)
*/
1653 obj_handle_t handle
; /* handle to the snapshot
*/
1657 /* Get the next process from a snapshot
*/
1659 obj_handle_t handle
; /* handle to the snapshot
*/
1660 int reset
; /* reset snapshot position?
*/
1662 int count
; /* process usage count
*/
1663 process_id_t pid
; /* process id
*/
1664 process_id_t ppid
; /* parent process id
*/
1665 int threads
; /* number of threads
*/
1666 int priority
; /* process priority
*/
1667 int handles
; /* number of handles
*/
1668 int unix_pid
; /* Unix pid
*/
1669 VARARG(filename
,unicode_str
); /* file name of main exe
*/
1673 /* Get the next thread from a snapshot
*/
1675 obj_handle_t handle
; /* handle to the snapshot
*/
1676 int reset
; /* reset snapshot position?
*/
1678 int count
; /* thread usage count
*/
1679 process_id_t pid
; /* process id
*/
1680 thread_id_t tid
; /* thread id
*/
1681 int base_pri
; /* base priority
*/
1682 int delta_pri
; /* delta priority
*/
1686 /* Wait for a debug event
*/
1687 @
REQ(wait_debug_event
)
1688 int get_handle
; /* should we alloc a handle for waiting?
*/
1690 process_id_t pid
; /* process id
*/
1691 thread_id_t tid
; /* thread id
*/
1692 obj_handle_t wait
; /* wait handle if no event ready
*/
1693 VARARG(event
,debug_event
); /* debug event data
*/
1697 /* Queue an exception event
*/
1698 @
REQ(queue_exception_event
)
1699 int first
; /* first chance exception?
*/
1700 unsigned int code
; /* exception code
*/
1701 unsigned int flags
; /* exception flags
*/
1702 client_ptr_t record
; /* exception record
*/
1703 client_ptr_t address
; /* exception address
*/
1704 data_size_t len
; /* size of parameters
*/
1705 VARARG(params
,uints64
,len
);/* exception parameters
*/
1706 VARARG(context
,context
); /* thread context
*/
1708 obj_handle_t handle
; /* handle to the queued event
*/
1712 /* Retrieve the status of an exception event
*/
1713 @
REQ(get_exception_status
)
1714 obj_handle_t handle
; /* handle to the queued event
*/
1716 VARARG(context
,context
); /* modified thread context
*/
1720 /* Continue a debug event
*/
1721 @
REQ(continue_debug_event
)
1722 process_id_t pid
; /* process id to continue
*/
1723 thread_id_t tid
; /* thread id to continue
*/
1724 int status
; /* continuation status
*/
1728 /* Start
/stop debugging an existing process
*/
1730 process_id_t pid
; /* id of the process to debug
*/
1731 int attach
; /* 1=attaching
/ 0=detaching from the process
*/
1735 /* Simulate a breakpoint in a process
*/
1737 obj_handle_t handle
; /* process handle
*/
1739 int self
; /* was it the caller itself?
*/
1743 /* Set debugger kill on exit flag
*/
1744 @
REQ(set_debugger_kill_on_exit
)
1745 int kill_on_exit
; /* 0=detach
/1=kill debuggee when debugger dies
*/
1749 /* Read data from a process address space
*/
1750 @
REQ(read_process_memory
)
1751 obj_handle_t handle
; /* process handle
*/
1752 client_ptr_t addr
; /* addr to read from
*/
1754 VARARG(data
,bytes
); /* result data
*/
1758 /* Write data to a process address space
*/
1759 @
REQ(write_process_memory
)
1760 obj_handle_t handle
; /* process handle
*/
1761 client_ptr_t addr
; /* addr to write to
*/
1762 VARARG(data
,bytes
); /* data to write
*/
1766 /* Create a registry key
*/
1768 obj_handle_t parent
; /* handle to the parent key
*/
1769 unsigned int access
; /* desired access rights
*/
1770 unsigned int attributes
; /* object attributes
*/
1771 unsigned int options
; /* creation options
*/
1772 data_size_t namelen
; /* length of key name in bytes
*/
1773 VARARG(name
,unicode_str
,namelen
); /* key name
*/
1774 VARARG(class
,unicode_str
); /* class name
*/
1776 obj_handle_t hkey
; /* handle to the created key
*/
1777 int created
; /* has it been newly created?
*/
1780 /* Open a registry key
*/
1782 obj_handle_t parent
; /* handle to the parent key
*/
1783 unsigned int access
; /* desired access rights
*/
1784 unsigned int attributes
; /* object attributes
*/
1785 VARARG(name
,unicode_str
); /* key name
*/
1787 obj_handle_t hkey
; /* handle to the open key
*/
1791 /* Delete a registry key
*/
1793 obj_handle_t hkey
; /* handle to the key
*/
1797 /* Flush a registry key
*/
1799 obj_handle_t hkey
; /* handle to the key
*/
1803 /* Enumerate registry subkeys
*/
1805 obj_handle_t hkey
; /* handle to registry key
*/
1806 int index
; /* index of
subkey (or
-1 for current key
) */
1807 int info_class
; /* requested information class
*/
1809 int subkeys
; /* number of subkeys
*/
1810 int max_subkey
; /* longest subkey name
*/
1811 int max_class
; /* longest class name
*/
1812 int values
; /* number of values
*/
1813 int max_value
; /* longest value name
*/
1814 int max_data
; /* longest value data
*/
1815 timeout_t modif
; /* last modification time
*/
1816 data_size_t total
; /* total length needed for full name and class
*/
1817 data_size_t namelen
; /* length of key name in bytes
*/
1818 VARARG(name
,unicode_str
,namelen
); /* key name
*/
1819 VARARG(class
,unicode_str
); /* class name
*/
1823 /* Set a value of a registry key
*/
1825 obj_handle_t hkey
; /* handle to registry key
*/
1826 int type
; /* value type
*/
1827 data_size_t namelen
; /* length of value name in bytes
*/
1828 VARARG(name
,unicode_str
,namelen
); /* value name
*/
1829 VARARG(data
,bytes
); /* value data
*/
1833 /* Retrieve the value of a registry key
*/
1835 obj_handle_t hkey
; /* handle to registry key
*/
1836 VARARG(name
,unicode_str
); /* value name
*/
1838 int type
; /* value type
*/
1839 data_size_t total
; /* total length needed for data
*/
1840 VARARG(data
,bytes
); /* value data
*/
1844 /* Enumerate a value of a registry key
*/
1845 @
REQ(enum_key_value
)
1846 obj_handle_t hkey
; /* handle to registry key
*/
1847 int index
; /* value index
*/
1848 int info_class
; /* requested information class
*/
1850 int type
; /* value type
*/
1851 data_size_t total
; /* total length needed for full name and data
*/
1852 data_size_t namelen
; /* length of value name in bytes
*/
1853 VARARG(name
,unicode_str
,namelen
); /* value name
*/
1854 VARARG(data
,bytes
); /* value data
*/
1858 /* Delete a value of a registry key
*/
1859 @
REQ(delete_key_value
)
1860 obj_handle_t hkey
; /* handle to registry key
*/
1861 VARARG(name
,unicode_str
); /* value name
*/
1865 /* Load a registry branch from a file
*/
1867 obj_handle_t hkey
; /* root key to load to
*/
1868 obj_handle_t file
; /* file to load from
*/
1869 VARARG(name
,unicode_str
); /* subkey name
*/
1873 /* UnLoad a registry branch from a file
*/
1874 @
REQ(unload_registry
)
1875 obj_handle_t hkey
; /* root key to unload to
*/
1879 /* Save a registry branch to a file
*/
1881 obj_handle_t hkey
; /* key to save
*/
1882 obj_handle_t file
; /* file to save to
*/
1886 /* Add a registry key change notification
*/
1887 @
REQ(set_registry_notification
)
1888 obj_handle_t hkey
; /* key to watch for changes
*/
1889 obj_handle_t event
; /* event to set
*/
1890 int subtree
; /* should we watch the whole subtree?
*/
1891 unsigned int filter
; /* things to watch
*/
1895 /* Create a waitable timer
*/
1897 unsigned int access
; /* wanted access rights
*/
1898 unsigned int attributes
; /* object attributes
*/
1899 obj_handle_t rootdir
; /* root directory
*/
1900 int manual
; /* manual reset
*/
1901 VARARG(name
,unicode_str
); /* object name
*/
1903 obj_handle_t handle
; /* handle to the timer
*/
1907 /* Open a waitable timer
*/
1909 unsigned int access
; /* wanted access rights
*/
1910 unsigned int attributes
; /* object attributes
*/
1911 obj_handle_t rootdir
; /* root directory
*/
1912 VARARG(name
,unicode_str
); /* object name
*/
1914 obj_handle_t handle
; /* handle to the timer
*/
1917 /* Set a waitable timer
*/
1919 obj_handle_t handle
; /* handle to the timer
*/
1920 timeout_t expire
; /* next expiration absolute time
*/
1921 client_ptr_t callback
; /* callback function
*/
1922 client_ptr_t arg
; /* callback argument
*/
1923 int period
; /* timer period in ms
*/
1925 int signaled
; /* was the timer signaled before this call ?
*/
1928 /* Cancel a waitable timer
*/
1930 obj_handle_t handle
; /* handle to the timer
*/
1932 int signaled
; /* was the timer signaled before this calltime ?
*/
1935 /* Get information on a waitable timer
*/
1936 @
REQ(get_timer_info
)
1937 obj_handle_t handle
; /* handle to the timer
*/
1939 timeout_t when
; /* absolute time when the timer next expires
*/
1940 int signaled
; /* is the timer signaled?
*/
1944 /* Retrieve the current context of a thread
*/
1945 @
REQ(get_thread_context
)
1946 obj_handle_t handle
; /* thread handle
*/
1947 unsigned int flags
; /* context flags
*/
1948 int suspend
; /* suspend the thread if needed
*/
1950 int self
; /* was it a handle to the current thread?
*/
1951 VARARG(context
,context
); /* thread context
*/
1955 /* Set the current context of a thread
*/
1956 @
REQ(set_thread_context
)
1957 obj_handle_t handle
; /* thread handle
*/
1958 int suspend
; /* suspend the thread if needed
*/
1959 VARARG(context
,context
); /* thread context
*/
1961 int self
; /* was it a handle to the current thread?
*/
1965 /* Fetch a selector entry for a thread
*/
1966 @
REQ(get_selector_entry
)
1967 obj_handle_t handle
; /* thread handle
*/
1968 int entry
; /* LDT entry
*/
1970 unsigned int base
; /* selector base
*/
1971 unsigned int limit
; /* selector limit
*/
1972 unsigned char flags
; /* selector flags
*/
1978 obj_handle_t table
; /* which table to add atom to
*/
1979 VARARG(name
,unicode_str
); /* atom name
*/
1981 atom_t atom
; /* resulting atom
*/
1985 /* Delete an atom
*/
1987 obj_handle_t table
; /* which table to delete atom from
*/
1988 atom_t atom
; /* atom handle
*/
1994 obj_handle_t table
; /* which table to find atom from
*/
1995 VARARG(name
,unicode_str
); /* atom name
*/
1997 atom_t atom
; /* atom handle
*/
2001 /* Get information about an atom
*/
2002 @
REQ(get_atom_information
)
2003 obj_handle_t table
; /* which table to find atom from
*/
2004 atom_t atom
; /* atom handle
*/
2006 int count
; /* atom lock count
*/
2007 int pinned
; /* whether the atom has been pinned
*/
2008 data_size_t total
; /* actual length of atom name
*/
2009 VARARG(name
,unicode_str
); /* atom name
*/
2013 /* Set information about an atom
*/
2014 @
REQ(set_atom_information
)
2015 obj_handle_t table
; /* which table to find atom from
*/
2016 atom_t atom
; /* atom handle
*/
2017 int pinned
; /* whether to bump atom information
*/
2021 /* Empty an atom table
*/
2022 @
REQ(empty_atom_table
)
2023 obj_handle_t table
; /* which table to find atom from
*/
2024 int if_pinned
; /* whether to delete pinned atoms
*/
2028 /* Init an atom table
*/
2029 @
REQ(init_atom_table
)
2030 int entries
; /* number of
entries (only for local
) */
2032 obj_handle_t table
; /* handle to the atom table
*/
2036 /* Get the message queue of the current thread
*/
2039 obj_handle_t handle
; /* handle to the queue
*/
2043 /* Set the file descriptor associated to the current thread queue
*/
2045 obj_handle_t handle
; /* handle to the file descriptor
*/
2049 /* Set the current message queue wakeup mask
*/
2050 @
REQ(set_queue_mask
)
2051 unsigned int wake_mask
; /* wakeup bits mask
*/
2052 unsigned int changed_mask
; /* changed bits mask
*/
2053 int skip_wait
; /* will we skip waiting if signaled?
*/
2055 unsigned int wake_bits
; /* current wake bits
*/
2056 unsigned int changed_bits
; /* current changed bits
*/
2060 /* Get the current message queue status
*/
2061 @
REQ(get_queue_status
)
2062 int clear
; /* should we clear the change bits?
*/
2064 unsigned int wake_bits
; /* wake bits
*/
2065 unsigned int changed_bits
; /* changed bits since last time
*/
2069 /* Retrieve the process idle event
*/
2070 @
REQ(get_process_idle_event
)
2071 obj_handle_t handle
; /* process handle
*/
2073 obj_handle_t event
; /* handle to idle event
*/
2077 /* Send a message to a thread queue
*/
2079 thread_id_t id
; /* thread id
*/
2080 int type
; /* message
type (see below
) */
2081 int flags
; /* message
flags (see below
) */
2082 user_handle_t win
; /* window handle
*/
2083 unsigned int msg
; /* message code
*/
2084 lparam_t wparam
; /* parameters
*/
2085 lparam_t lparam
; /* parameters
*/
2086 timeout_t timeout
; /* timeout for reply
*/
2087 VARARG(data
,message_data
); /* message data for sent messages
*/
2090 @
REQ(post_quit_message
)
2091 int exit_code
; /* exit code to return
*/
2096 MSG_ASCII
, /* Ascii
message (from SendMessageA
) */
2097 MSG_UNICODE
, /* Unicode
message (from SendMessageW
) */
2098 MSG_NOTIFY
, /* notify
message (from SendNotifyMessageW
), always Unicode
*/
2099 MSG_CALLBACK
, /* callback
message (from SendMessageCallbackW
), always Unicode
*/
2100 MSG_CALLBACK_RESULT
,/* result of a callback message
*/
2101 MSG_OTHER_PROCESS
, /* sent from other process
, may include vararg data
, always Unicode
*/
2102 MSG_POSTED
, /* posted
message (from PostMessageW
), always Unicode
*/
2103 MSG_HARDWARE
, /* hardware message
*/
2104 MSG_WINEVENT
, /* winevent message
*/
2105 MSG_HOOK_LL
/* low
-level hardware hook
*/
2107 #define SEND_MSG_ABORT_IF_HUNG
0x01
2110 /* Send a hardware message to a thread queue
*/
2111 @
REQ(send_hardware_message
)
2112 user_handle_t win
; /* window handle
*/
2113 hw_input_t input
; /* input data
*/
2114 unsigned int flags
; /* flags (see below
) */
2116 int wait
; /* do we need to wait for a reply?
*/
2117 int prev_x
; /* previous cursor position
*/
2119 int new_x
; /* new cursor position
*/
2121 VARARG(keystate
,bytes
); /* global state array for all the keys
*/
2123 #define SEND_HWMSG_INJECTED
0x01
2126 /* Get a message from the current queue
*/
2128 unsigned int flags
; /* PM_
* flags
*/
2129 user_handle_t get_win
; /* window handle to get
*/
2130 unsigned int get_first
; /* first message code to get
*/
2131 unsigned int get_last
; /* last message code to get
*/
2132 unsigned int hw_id
; /* id of the previous hardware
message (or
0) */
2133 unsigned int wake_mask
; /* wakeup bits mask
*/
2134 unsigned int changed_mask
; /* changed bits mask
*/
2136 user_handle_t win
; /* window handle
*/
2137 unsigned int msg
; /* message code
*/
2138 lparam_t wparam
; /* parameters
*/
2139 lparam_t lparam
; /* parameters
*/
2140 int type
; /* message type
*/
2141 unsigned int time
; /* message time
*/
2142 unsigned int active_hooks
; /* active hooks bitmap
*/
2143 data_size_t total
; /* total size of extra data
*/
2144 VARARG(data
,message_data
); /* message data for sent messages
*/
2148 /* Reply to a sent message
*/
2150 int remove
; /* should we remove the message?
*/
2151 lparam_t result
; /* message result
*/
2152 VARARG(data
,bytes
); /* message data for sent messages
*/
2156 /* Accept the current hardware message
*/
2157 @
REQ(accept_hardware_message
)
2158 unsigned int hw_id
; /* id of the hardware message
*/
2159 int remove
; /* should we remove the message?
*/
2163 /* Retrieve the reply for the last message sent
*/
2164 @
REQ(get_message_reply
)
2165 int cancel
; /* cancel message if not ready?
*/
2167 lparam_t result
; /* message result
*/
2168 VARARG(data
,bytes
); /* message data for sent messages
*/
2172 /* Set a window timer
*/
2174 user_handle_t win
; /* window handle
*/
2175 unsigned int msg
; /* message to post
*/
2176 unsigned int rate
; /* timer rate in ms
*/
2177 lparam_t id
; /* timer id
*/
2178 lparam_t lparam
; /* message
lparam (callback proc
) */
2180 lparam_t id
; /* timer id
*/
2184 /* Kill a window timer
*/
2185 @
REQ(kill_win_timer
)
2186 user_handle_t win
; /* window handle
*/
2187 lparam_t id
; /* timer id
*/
2188 unsigned int msg
; /* message to post
*/
2192 /* check if the thread owning the window is hung
*/
2193 @
REQ(is_window_hung
)
2194 user_handle_t win
; /* window handle
*/
2200 /* Retrieve info about a serial port
*/
2201 @
REQ(get_serial_info
)
2202 obj_handle_t handle
; /* handle to comm port
*/
2205 unsigned int readinterval
;
2206 unsigned int readconst
;
2207 unsigned int readmult
;
2208 unsigned int writeconst
;
2209 unsigned int writemult
;
2210 unsigned int eventmask
;
2211 unsigned int cookie
;
2212 unsigned int pending_write
;
2216 /* Set info about a serial port
*/
2217 @
REQ(set_serial_info
)
2218 obj_handle_t handle
; /* handle to comm port
*/
2219 int flags
; /* bitmask to set
values (see below
) */
2220 unsigned int readinterval
;
2221 unsigned int readconst
;
2222 unsigned int readmult
;
2223 unsigned int writeconst
;
2224 unsigned int writemult
;
2225 unsigned int eventmask
;
2227 #define SERIALINFO_SET_TIMEOUTS
0x01
2228 #define SERIALINFO_SET_MASK
0x02
2229 #define SERIALINFO_PENDING_WRITE
0x04
2230 #define SERIALINFO_PENDING_WAIT
0x08
2233 /* Create an async I
/O
*/
2234 @
REQ(register_async
)
2235 int type
; /* type of queue to look after
*/
2236 async_data_t async
; /* async I
/O parameters
*/
2237 int count
; /* count
- usually # of bytes to be read
/written
*/
2239 #define ASYNC_TYPE_READ
0x01
2240 #define ASYNC_TYPE_WRITE
0x02
2241 #define ASYNC_TYPE_WAIT
0x03
2244 /* Cancel all async op on a fd
*/
2246 obj_handle_t handle
; /* handle to comm port
, socket or file
*/
2247 client_ptr_t iosb
; /* I
/O status
block (NULL
=all
) */
2248 int only_thread
; /* cancel matching this thread
*/
2252 /* Perform an ioctl on a file
*/
2254 ioctl_code_t code
; /* ioctl code
*/
2255 async_data_t async
; /* async I
/O parameters
*/
2256 int blocking
; /* whether it
's a blocking ioctl */
2257 VARARG(in_data,bytes); /* ioctl input data */
2259 obj_handle_t wait; /* handle to wait on for blocking ioctl */
2260 unsigned int options; /* device open options */
2261 VARARG(out_data,bytes); /* ioctl output data */
2265 /* Store results of an async ioctl */
2266 @REQ(set_ioctl_result)
2267 obj_handle_t manager; /* handle to the device manager */
2268 obj_handle_t handle; /* handle to the ioctl */
2269 unsigned int status; /* status of the ioctl */
2270 VARARG(data,bytes); /* output data of the ioctl */
2274 /* Retrieve results of an async ioctl */
2275 @REQ(get_ioctl_result)
2276 obj_handle_t handle; /* handle to the device */
2277 client_ptr_t user_arg; /* user arg used to identify the request */
2279 VARARG(out_data,bytes); /* ioctl output data */
2283 /* Create a named pipe */
2284 @REQ(create_named_pipe)
2285 unsigned int access;
2286 unsigned int attributes; /* object attributes */
2287 unsigned int options;
2288 unsigned int sharing;
2289 unsigned int maxinstances;
2290 unsigned int outsize;
2291 unsigned int insize;
2294 VARARG(objattr,object_attributes); /* object attributes */
2296 obj_handle_t handle; /* handle to the pipe */
2299 /* flags in create_named_pipe and get_named_pipe_info */
2300 #define NAMED_PIPE_MESSAGE_STREAM_WRITE 0x0001
2301 #define NAMED_PIPE_MESSAGE_STREAM_READ 0x0002
2302 #define NAMED_PIPE_NONBLOCKING_MODE 0x0004
2303 #define NAMED_PIPE_SERVER_END 0x8000
2305 /* Get named pipe information by handle */
2306 @REQ(get_named_pipe_info)
2307 obj_handle_t handle;
2310 unsigned int sharing;
2311 unsigned int maxinstances;
2312 unsigned int instances;
2313 unsigned int outsize;
2314 unsigned int insize;
2317 /* Set named pipe information by handle */
2318 @REQ(set_named_pipe_info)
2319 obj_handle_t handle;
2323 /* Create a window */
2325 user_handle_t parent; /* parent window */
2326 user_handle_t owner; /* owner window */
2327 atom_t atom; /* class atom */
2328 mod_handle_t instance; /* module instance */
2329 VARARG(class,unicode_str); /* class name */
2331 user_handle_t handle; /* created window */
2332 user_handle_t parent; /* full handle of parent */
2333 user_handle_t owner; /* full handle of owner */
2334 int extra; /* number of extra bytes */
2335 client_ptr_t class_ptr; /* pointer to class in client address space */
2339 /* Destroy a window */
2340 @REQ(destroy_window)
2341 user_handle_t handle; /* handle to the window */
2345 /* Retrieve the desktop window for the current thread */
2346 @REQ(get_desktop_window)
2347 int force; /* force creation if it doesn't exist
*/
2349 user_handle_t top_window
; /* handle to the desktop window
*/
2350 user_handle_t msg_window
; /* handle to the top
-level HWND_MESSAGE parent
*/
2354 /* Set a window owner
*/
2355 @
REQ(set_window_owner
)
2356 user_handle_t handle
; /* handle to the window
*/
2357 user_handle_t owner
; /* new owner
*/
2359 user_handle_t full_owner
; /* full handle of new owner
*/
2360 user_handle_t prev_owner
; /* full handle of previous owner
*/
2364 /* Get information from a window handle
*/
2365 @
REQ(get_window_info
)
2366 user_handle_t handle
; /* handle to the window
*/
2368 user_handle_t full_handle
; /* full
32-bit handle
*/
2369 user_handle_t last_active
; /* last active popup
*/
2370 process_id_t pid
; /* process owning the window
*/
2371 thread_id_t tid
; /* thread owning the window
*/
2372 atom_t atom
; /* class atom
*/
2373 int is_unicode
; /* ANSI or unicode
*/
2377 /* Set some information in a window
*/
2378 @
REQ(set_window_info
)
2379 unsigned short flags
; /* flags for fields to
set (see below
) */
2380 short int is_unicode
; /* ANSI or unicode
*/
2381 user_handle_t handle
; /* handle to the window
*/
2382 unsigned int style
; /* window style
*/
2383 unsigned int ex_style
; /* window extended style
*/
2384 unsigned int id
; /* window id
*/
2385 mod_handle_t instance
; /* creator instance
*/
2386 lparam_t user_data
; /* user
-specific data
*/
2387 int extra_offset
; /* offset to set in extra bytes
*/
2388 data_size_t extra_size
; /* size to set in extra bytes
*/
2389 lparam_t extra_value
; /* value to set in extra bytes
*/
2391 unsigned int old_style
; /* old window style
*/
2392 unsigned int old_ex_style
; /* old window extended style
*/
2393 mod_handle_t old_instance
; /* old creator instance
*/
2394 lparam_t old_user_data
; /* old user
-specific data
*/
2395 lparam_t old_extra_value
; /* old value in extra bytes
*/
2396 unsigned int old_id
; /* old window id
*/
2398 #define SET_WIN_STYLE
0x01
2399 #define SET_WIN_EXSTYLE
0x02
2400 #define SET_WIN_ID
0x04
2401 #define SET_WIN_INSTANCE
0x08
2402 #define SET_WIN_USERDATA
0x10
2403 #define SET_WIN_EXTRA
0x20
2404 #define SET_WIN_UNICODE
0x40
2407 /* Set the parent of a window
*/
2409 user_handle_t handle
; /* handle to the window
*/
2410 user_handle_t parent
; /* handle to the parent
*/
2412 user_handle_t old_parent
; /* old parent window
*/
2413 user_handle_t full_parent
; /* full handle of new parent
*/
2417 /* Get a list of the window parents
, up to the root of the tree
*/
2418 @
REQ(get_window_parents
)
2419 user_handle_t handle
; /* handle to the window
*/
2421 int count
; /* total count of parents
*/
2422 VARARG(parents
,user_handles
); /* parent handles
*/
2426 /* Get a list of the window children
*/
2427 @
REQ(get_window_children
)
2428 obj_handle_t desktop
; /* handle to desktop
*/
2429 user_handle_t parent
; /* parent window
*/
2430 atom_t atom
; /* class atom for the listed children
*/
2431 thread_id_t tid
; /* thread owning the listed children
*/
2432 VARARG(class
,unicode_str
); /* class name
*/
2434 int count
; /* total count of children
*/
2435 VARARG(children
,user_handles
); /* children handles
*/
2439 /* Get a list of the window children that contain a given point
*/
2440 @
REQ(get_window_children_from_point
)
2441 user_handle_t parent
; /* parent window
*/
2442 int x
; /* point in parent coordinates
*/
2445 int count
; /* total count of children
*/
2446 VARARG(children
,user_handles
); /* children handles
*/
2450 /* Get window tree information from a window handle
*/
2451 @
REQ(get_window_tree
)
2452 user_handle_t handle
; /* handle to the window
*/
2454 user_handle_t parent
; /* parent window
*/
2455 user_handle_t owner
; /* owner window
*/
2456 user_handle_t next_sibling
; /* next sibling in Z
-order
*/
2457 user_handle_t prev_sibling
; /* prev sibling in Z
-order
*/
2458 user_handle_t first_sibling
; /* first sibling in Z
-order
*/
2459 user_handle_t last_sibling
; /* last sibling in Z
-order
*/
2460 user_handle_t first_child
; /* first child
*/
2461 user_handle_t last_child
; /* last child
*/
2464 /* Set the position and Z order of a window
*/
2465 @
REQ(set_window_pos
)
2466 unsigned short swp_flags
; /* SWP_
* flags
*/
2467 unsigned short paint_flags
; /* paint
flags (see below
) */
2468 user_handle_t handle
; /* handle to the window
*/
2469 user_handle_t previous
; /* previous window in Z order
*/
2470 rectangle_t window
; /* window
rectangle (in parent coords
) */
2471 rectangle_t client
; /* client
rectangle (in parent coords
) */
2472 VARARG(valid
,rectangles
); /* valid rectangles from
WM_NCCALCSIZE (in parent coords
) */
2474 unsigned int new_style
; /* new window style
*/
2475 unsigned int new_ex_style
; /* new window extended style
*/
2476 user_handle_t surface_win
; /* window that needs a surface update
*/
2478 #define SET_WINPOS_PAINT_SURFACE
0x01 /* window has a paintable surface
*/
2479 #define SET_WINPOS_PIXEL_FORMAT
0x02 /* window has a custom pixel format
*/
2481 /* Get the window and client rectangles of a window
*/
2482 @
REQ(get_window_rectangles
)
2483 user_handle_t handle
; /* handle to the window
*/
2484 int relative
; /* coords relative
to (see below
) */
2486 rectangle_t window
; /* window rectangle
*/
2487 rectangle_t visible
; /* visible part of the window rectangle
*/
2488 rectangle_t client
; /* client rectangle
*/
2490 enum coords_relative
2492 COORDS_CLIENT
, /* relative to client area
*/
2493 COORDS_WINDOW
, /* relative to whole window area
*/
2494 COORDS_PARENT
, /* relative to parent
's client area */
2495 COORDS_SCREEN /* relative to screen origin */
2499 /* Get the window text */
2500 @REQ(get_window_text)
2501 user_handle_t handle; /* handle to the window */
2503 VARARG(text,unicode_str); /* window text */
2507 /* Set the window text */
2508 @REQ(set_window_text)
2509 user_handle_t handle; /* handle to the window */
2510 VARARG(text,unicode_str); /* window text */
2514 /* Get the coordinates offset between two windows */
2515 @REQ(get_windows_offset)
2516 user_handle_t from; /* handle to the first window */
2517 user_handle_t to; /* handle to the second window */
2519 int x; /* x coordinate offset */
2520 int y; /* y coordinate offset */
2521 int mirror; /* whether to mirror the x coordinate */
2525 /* Get the visible region of a window */
2526 @REQ(get_visible_region)
2527 user_handle_t window; /* handle to the window */
2528 unsigned int flags; /* DCX flags */
2530 user_handle_t top_win; /* top window to clip against */
2531 rectangle_t top_rect; /* top window visible rect with screen coords */
2532 rectangle_t win_rect; /* window rect in screen coords */
2533 unsigned int paint_flags; /* paint flags (from SET_WINPOS_* flags) */
2534 data_size_t total_size; /* total size of the resulting region */
2535 VARARG(region,rectangles); /* list of rectangles for the region (in screen coords) */
2539 /* Get the visible surface region of a window */
2540 @REQ(get_surface_region)
2541 user_handle_t window; /* handle to the window */
2543 rectangle_t visible_rect; /* window visible rect in screen coords */
2544 data_size_t total_size; /* total size of the resulting region */
2545 VARARG(region,rectangles); /* list of rectangles for the region (in screen coords) */
2549 /* Get the window region */
2550 @REQ(get_window_region)
2551 user_handle_t window; /* handle to the window */
2553 data_size_t total_size; /* total size of the resulting region */
2554 VARARG(region,rectangles); /* list of rectangles for the region (in window coords) */
2558 /* Set the window region */
2559 @REQ(set_window_region)
2560 user_handle_t window; /* handle to the window */
2561 int redraw; /* redraw the window? */
2562 VARARG(region,rectangles); /* list of rectangles for the region (in window coords) */
2566 /* Get the window update region */
2567 @REQ(get_update_region)
2568 user_handle_t window; /* handle to the window */
2569 user_handle_t from_child; /* child to start searching from */
2570 unsigned int flags; /* update flags (see below) */
2572 user_handle_t child; /* child to repaint (or window itself) */
2573 unsigned int flags; /* resulting update flags (see below) */
2574 data_size_t total_size; /* total size of the resulting region */
2575 VARARG(region,rectangles); /* list of rectangles for the region (in screen coords) */
2577 #define UPDATE_NONCLIENT 0x01 /* get region for repainting non-client area */
2578 #define UPDATE_ERASE 0x02 /* get region for erasing client area */
2579 #define UPDATE_PAINT 0x04 /* get region for painting client area */
2580 #define UPDATE_INTERNALPAINT 0x08 /* get region if internal paint is pending */
2581 #define UPDATE_ALLCHILDREN 0x10 /* force repaint of all children */
2582 #define UPDATE_NOCHILDREN 0x20 /* don't try to repaint any children
*/
2583 #define UPDATE_NOREGION
0x40 /* don
't return a region, only the flags */
2584 #define UPDATE_DELAYED_ERASE 0x80 /* still needs erase after BeginPaint */
2587 /* Update the z order of a window so that a given rectangle is fully visible */
2588 @REQ(update_window_zorder)
2589 user_handle_t window; /* handle to the window */
2590 rectangle_t rect; /* rectangle that must be visible (in client coords) */
2594 /* Mark parts of a window as needing a redraw */
2596 user_handle_t window; /* handle to the window */
2597 unsigned int flags; /* RDW_* flags */
2598 VARARG(region,rectangles); /* list of rectangles for the region (in window coords) */
2602 /* Set a window property */
2603 @REQ(set_window_property)
2604 user_handle_t window; /* handle to the window */
2605 lparam_t data; /* data to store */
2606 atom_t atom; /* property atom (if no name specified) */
2607 VARARG(name,unicode_str); /* property name */
2611 /* Remove a window property */
2612 @REQ(remove_window_property)
2613 user_handle_t window; /* handle to the window */
2614 atom_t atom; /* property atom (if no name specified) */
2615 VARARG(name,unicode_str); /* property name */
2617 lparam_t data; /* data stored in property */
2621 /* Get a window property */
2622 @REQ(get_window_property)
2623 user_handle_t window; /* handle to the window */
2624 atom_t atom; /* property atom (if no name specified) */
2625 VARARG(name,unicode_str); /* property name */
2627 lparam_t data; /* data stored in property */
2631 /* Get the list of properties of a window */
2632 @REQ(get_window_properties)
2633 user_handle_t window; /* handle to the window */
2635 int total; /* total number of properties */
2636 VARARG(props,properties); /* list of properties */
2640 /* Create a window station */
2641 @REQ(create_winstation)
2642 unsigned int flags; /* window station flags */
2643 unsigned int access; /* wanted access rights */
2644 unsigned int attributes; /* object attributes */
2645 VARARG(name,unicode_str); /* object name */
2647 obj_handle_t handle; /* handle to the window station */
2651 /* Open a handle to a window station */
2652 @REQ(open_winstation)
2653 unsigned int access; /* wanted access rights */
2654 unsigned int attributes; /* object attributes */
2655 VARARG(name,unicode_str); /* object name */
2657 obj_handle_t handle; /* handle to the window station */
2661 /* Close a window station */
2662 @REQ(close_winstation)
2663 obj_handle_t handle; /* handle to the window station */
2667 /* Get the process current window station */
2668 @REQ(get_process_winstation)
2670 obj_handle_t handle; /* handle to the window station */
2674 /* Set the process current window station */
2675 @REQ(set_process_winstation)
2676 obj_handle_t handle; /* handle to the window station */
2680 /* Enumerate window stations */
2681 @REQ(enum_winstation)
2682 unsigned int index; /* current index */
2684 unsigned int next; /* next index */
2685 VARARG(name,unicode_str); /* window station name */
2689 /* Create a desktop */
2690 @REQ(create_desktop)
2691 unsigned int flags; /* desktop flags */
2692 unsigned int access; /* wanted access rights */
2693 unsigned int attributes; /* object attributes */
2694 VARARG(name,unicode_str); /* object name */
2696 obj_handle_t handle; /* handle to the desktop */
2700 /* Open a handle to a desktop */
2702 obj_handle_t winsta; /* window station to open (null allowed) */
2703 unsigned int flags; /* desktop flags */
2704 unsigned int access; /* wanted access rights */
2705 unsigned int attributes; /* object attributes */
2706 VARARG(name,unicode_str); /* object name */
2708 obj_handle_t handle; /* handle to the desktop */
2712 /* Open a handle to current input desktop */
2713 @REQ(open_input_desktop)
2714 unsigned int flags; /* desktop flags */
2715 unsigned int access; /* wanted access rights */
2716 unsigned int attributes; /* object attributes */
2718 obj_handle_t handle; /* handle to the desktop */
2722 /* Close a desktop */
2724 obj_handle_t handle; /* handle to the desktop */
2728 /* Get the thread current desktop */
2729 @REQ(get_thread_desktop)
2730 thread_id_t tid; /* thread id */
2732 obj_handle_t handle; /* handle to the desktop */
2736 /* Set the thread current desktop */
2737 @REQ(set_thread_desktop)
2738 obj_handle_t handle; /* handle to the desktop */
2742 /* Enumerate desktops */
2744 obj_handle_t winstation; /* handle to the window station */
2745 unsigned int index; /* current index */
2747 unsigned int next; /* next index */
2748 VARARG(name,unicode_str); /* window station name */
2752 /* Get/set information about a user object (window station or desktop) */
2753 @REQ(set_user_object_info)
2754 obj_handle_t handle; /* handle to the object */
2755 unsigned int flags; /* information to set */
2756 unsigned int obj_flags; /* new object flags */
2758 int is_desktop; /* is object a desktop? */
2759 unsigned int old_obj_flags; /* old object flags */
2760 VARARG(name,unicode_str); /* object name */
2762 #define SET_USER_OBJECT_FLAGS 1
2765 /* Register a hotkey */
2766 @REQ(register_hotkey)
2767 user_handle_t window; /* handle to the window */
2768 int id; /* hotkey identifier */
2769 unsigned int flags; /* modifier keys */
2770 unsigned int vkey; /* virtual key code */
2772 int replaced; /* did we replace an existing hotkey? */
2773 unsigned int flags; /* flags of replaced hotkey */
2774 unsigned int vkey; /* virtual key code of replaced hotkey */
2778 /* Unregister a hotkey */
2779 @REQ(unregister_hotkey)
2780 user_handle_t window; /* handle to the window */
2781 int id; /* hotkey identifier */
2783 unsigned int flags; /* flags of removed hotkey */
2784 unsigned int vkey; /* virtual key code of removed hotkey */
2788 /* Attach (or detach) thread inputs */
2789 @REQ(attach_thread_input)
2790 thread_id_t tid_from; /* thread to be attached */
2791 thread_id_t tid_to; /* thread to which tid_from should be attached */
2792 int attach; /* is it an attach? */
2796 /* Get input data for a given thread */
2797 @REQ(get_thread_input)
2798 thread_id_t tid; /* id of thread */
2800 user_handle_t focus; /* handle to the focus window */
2801 user_handle_t capture; /* handle to the capture window */
2802 user_handle_t active; /* handle to the active window */
2803 user_handle_t foreground; /* handle to the global foreground window */
2804 user_handle_t menu_owner; /* handle to the menu owner */
2805 user_handle_t move_size; /* handle to the moving/resizing window */
2806 user_handle_t caret; /* handle to the caret window */
2807 user_handle_t cursor; /* handle to the cursor */
2808 int show_count; /* cursor show count */
2809 rectangle_t rect; /* caret rectangle */
2813 /* Get the time of the last input event */
2814 @REQ(get_last_input_time)
2820 /* Retrieve queue keyboard state for a given thread */
2822 thread_id_t tid; /* id of thread */
2823 int key; /* optional key code or -1 */
2825 unsigned char state; /* state of specified key */
2826 VARARG(keystate,bytes); /* state array for all the keys */
2829 /* Set queue keyboard state for a given thread */
2831 thread_id_t tid; /* id of thread */
2832 int async; /* whether to change the async state too */
2833 VARARG(keystate,bytes); /* state array for all the keys */
2836 /* Set the system foreground window */
2837 @REQ(set_foreground_window)
2838 user_handle_t handle; /* handle to the foreground window */
2840 user_handle_t previous; /* handle to the previous foreground window */
2841 int send_msg_old; /* whether we have to send a msg to the old window */
2842 int send_msg_new; /* whether we have to send a msg to the new window */
2845 /* Set the current thread focus window */
2846 @REQ(set_focus_window)
2847 user_handle_t handle; /* handle to the focus window */
2849 user_handle_t previous; /* handle to the previous focus window */
2852 /* Set the current thread active window */
2853 @REQ(set_active_window)
2854 user_handle_t handle; /* handle to the active window */
2856 user_handle_t previous; /* handle to the previous active window */
2859 /* Set the current thread capture window */
2860 @REQ(set_capture_window)
2861 user_handle_t handle; /* handle to the capture window */
2862 unsigned int flags; /* capture flags (see below) */
2864 user_handle_t previous; /* handle to the previous capture window */
2865 user_handle_t full_handle; /* full 32-bit handle of new capture window */
2867 #define CAPTURE_MENU 0x01 /* capture is for a menu */
2868 #define CAPTURE_MOVESIZE 0x02 /* capture is for moving/resizing */
2871 /* Set the current thread caret window */
2872 @REQ(set_caret_window)
2873 user_handle_t handle; /* handle to the caret window */
2874 int width; /* caret width */
2875 int height; /* caret height */
2877 user_handle_t previous; /* handle to the previous caret window */
2878 rectangle_t old_rect; /* previous caret rectangle */
2879 int old_hide; /* previous hide count */
2880 int old_state; /* previous caret state (1=on, 0=off) */
2884 /* Set the current thread caret information */
2885 @REQ(set_caret_info)
2886 unsigned int flags; /* caret flags (see below) */
2887 user_handle_t handle; /* handle to the caret window */
2888 int x; /* caret x position */
2889 int y; /* caret y position */
2890 int hide; /* increment for hide count (can be negative to show it) */
2891 int state; /* caret state (1=on, 0=off, -1=toggle current state) */
2893 user_handle_t full_handle; /* handle to the current caret window */
2894 rectangle_t old_rect; /* previous caret rectangle */
2895 int old_hide; /* previous hide count */
2896 int old_state; /* previous caret state (1=on, 0=off) */
2898 #define SET_CARET_POS 0x01 /* set the caret position from x,y */
2899 #define SET_CARET_HIDE 0x02 /* increment the caret hide count */
2900 #define SET_CARET_STATE 0x04 /* set the caret on/off state */
2903 /* Set a window hook */
2905 int id; /* id of the hook */
2906 process_id_t pid; /* id of process to set the hook into */
2907 thread_id_t tid; /* id of thread to set the hook into */
2910 client_ptr_t proc; /* hook procedure */
2912 int unicode; /* is it a unicode hook? */
2913 VARARG(module,unicode_str); /* module name */
2915 user_handle_t handle; /* handle to the hook */
2916 unsigned int active_hooks; /* active hooks bitmap */
2920 /* Remove a window hook */
2922 user_handle_t handle; /* handle to the hook */
2923 client_ptr_t proc; /* hook procedure if handle is 0 */
2924 int id; /* id of the hook if handle is 0 */
2926 unsigned int active_hooks; /* active hooks bitmap */
2930 /* Start calling a hook chain */
2931 @REQ(start_hook_chain)
2932 int id; /* id of the hook */
2933 int event; /* signalled event */
2934 user_handle_t window; /* handle to the event window */
2935 int object_id; /* object id for out of context winevent */
2936 int child_id; /* child id for out of context winevent */
2938 user_handle_t handle; /* handle to the next hook */
2939 process_id_t pid; /* process id for low-level keyboard/mouse hooks */
2940 thread_id_t tid; /* thread id for low-level keyboard/mouse hooks */
2941 int unicode; /* is it a unicode hook? */
2942 client_ptr_t proc; /* hook procedure */
2943 unsigned int active_hooks; /* active hooks bitmap */
2944 VARARG(module,unicode_str); /* module name */
2948 /* Finished calling a hook chain */
2949 @REQ(finish_hook_chain)
2950 int id; /* id of the hook */
2954 /* Get the hook information */
2956 user_handle_t handle; /* handle to the current hook */
2957 int get_next; /* do we want info about current or next hook? */
2958 int event; /* signalled event */
2959 user_handle_t window; /* handle to the event window */
2960 int object_id; /* object id for out of context winevent */
2961 int child_id; /* child id for out of context winevent */
2963 user_handle_t handle; /* handle to the hook */
2964 int id; /* id of the hook */
2965 process_id_t pid; /* process id for low-level keyboard/mouse hooks */
2966 thread_id_t tid; /* thread id for low-level keyboard/mouse hooks */
2967 client_ptr_t proc; /* hook procedure */
2968 int unicode; /* is it a unicode hook? */
2969 VARARG(module,unicode_str); /* module name */
2973 /* Create a window class */
2975 int local; /* is it a local class? */
2976 atom_t atom; /* class atom */
2977 unsigned int style; /* class style */
2978 mod_handle_t instance; /* module instance */
2979 int extra; /* number of extra class bytes */
2980 int win_extra; /* number of window extra bytes */
2981 client_ptr_t client_ptr; /* pointer to class in client address space */
2982 VARARG(name,unicode_str); /* class name */
2984 atom_t atom; /* resulting class atom */
2988 /* Destroy a window class */
2990 atom_t atom; /* class atom */
2991 mod_handle_t instance; /* module instance */
2992 VARARG(name,unicode_str); /* class name */
2994 client_ptr_t client_ptr; /* pointer to class in client address space */
2998 /* Set some information in a class */
2999 @REQ(set_class_info)
3000 user_handle_t window; /* handle to the window */
3001 unsigned int flags; /* flags for info to set (see below) */
3002 atom_t atom; /* class atom */
3003 unsigned int style; /* class style */
3004 int win_extra; /* number of window extra bytes */
3005 mod_handle_t instance; /* module instance */
3006 int extra_offset; /* offset to set in extra bytes */
3007 data_size_t extra_size; /* size to set in extra bytes */
3008 lparam_t extra_value; /* value to set in extra bytes */
3010 atom_t old_atom; /* previous class atom */
3011 unsigned int old_style; /* previous class style */
3012 int old_extra; /* previous number of class extra bytes */
3013 int old_win_extra; /* previous number of window extra bytes */
3014 mod_handle_t old_instance; /* previous module instance */
3015 lparam_t old_extra_value; /* old value in extra bytes */
3017 #define SET_CLASS_ATOM 0x0001
3018 #define SET_CLASS_STYLE 0x0002
3019 #define SET_CLASS_WINEXTRA 0x0004
3020 #define SET_CLASS_INSTANCE 0x0008
3021 #define SET_CLASS_EXTRA 0x0010
3024 /* Set/get clipboard information */
3025 @REQ(set_clipboard_info)
3026 unsigned int flags; /* flags for fields to set (see below) */
3027 user_handle_t clipboard; /* clipboard window */
3028 user_handle_t owner; /* clipboard owner */
3029 user_handle_t viewer; /* first clipboard viewer */
3030 unsigned int seqno; /* change sequence number */
3032 unsigned int flags; /* status flags (see below) */
3033 user_handle_t old_clipboard; /* old clipboard window */
3034 user_handle_t old_owner; /* old clipboard owner */
3035 user_handle_t old_viewer; /* old clipboard viewer */
3036 unsigned int seqno; /* current sequence number */
3039 #define SET_CB_OPEN 0x001
3040 #define SET_CB_OWNER 0x002
3041 #define SET_CB_VIEWER 0x004
3042 #define SET_CB_SEQNO 0x008
3043 #define SET_CB_RELOWNER 0x010
3044 #define SET_CB_CLOSE 0x020
3045 #define CB_OPEN 0x040
3046 #define CB_OWNER 0x080
3047 #define CB_PROCESS 0x100
3050 /* Open a security token */
3052 obj_handle_t handle; /* handle to the thread or process */
3053 unsigned int access; /* access rights to the new token */
3054 unsigned int attributes;/* object attributes */
3055 unsigned int flags; /* flags (see below) */
3057 obj_handle_t token; /* handle to the token */
3059 #define OPEN_TOKEN_THREAD 1
3060 #define OPEN_TOKEN_AS_SELF 2
3063 /* Set/get the global windows */
3064 @REQ(set_global_windows)
3065 unsigned int flags; /* flags for fields to set (see below) */
3066 user_handle_t shell_window; /* handle to the new shell window */
3067 user_handle_t shell_listview; /* handle to the new shell listview window */
3068 user_handle_t progman_window; /* handle to the new program manager window */
3069 user_handle_t taskman_window; /* handle to the new task manager window */
3071 user_handle_t old_shell_window; /* handle to the shell window */
3072 user_handle_t old_shell_listview; /* handle to the shell listview window */
3073 user_handle_t old_progman_window; /* handle to the new program manager window */
3074 user_handle_t old_taskman_window; /* handle to the new task manager window */
3076 #define SET_GLOBAL_SHELL_WINDOWS 0x01 /* set both main shell and listview windows */
3077 #define SET_GLOBAL_PROGMAN_WINDOW 0x02
3078 #define SET_GLOBAL_TASKMAN_WINDOW 0x04
3080 /* Adjust the privileges held by a token */
3081 @REQ(adjust_token_privileges)
3082 obj_handle_t handle; /* handle to the token */
3083 int disable_all; /* disable all privileges? */
3084 int get_modified_state; /* get modified privileges? */
3085 VARARG(privileges,LUID_AND_ATTRIBUTES); /* privileges to enable/disable/remove */
3087 unsigned int len; /* total length in bytes required to store token privileges */
3088 VARARG(privileges,LUID_AND_ATTRIBUTES); /* modified privileges */
3091 /* Retrieves the set of privileges held by or available to a token */
3092 @REQ(get_token_privileges)
3093 obj_handle_t handle; /* handle to the token */
3095 unsigned int len; /* total length in bytes required to store token privileges */
3096 VARARG(privileges,LUID_AND_ATTRIBUTES); /* privileges held by or available to a token */
3099 /* Check the token has the required privileges */
3100 @REQ(check_token_privileges)
3101 obj_handle_t handle; /* handle to the token */
3102 int all_required; /* are all the privileges required for the check to succeed? */
3103 VARARG(privileges,LUID_AND_ATTRIBUTES); /* privileges to check */
3105 int has_privileges; /* does the token have the required privileges? */
3106 VARARG(privileges,LUID_AND_ATTRIBUTES); /* privileges held by or available to a token */
3109 @REQ(duplicate_token)
3110 obj_handle_t handle; /* handle to the token to duplicate */
3111 unsigned int access; /* access rights to the new token */
3112 unsigned int attributes; /* object attributes */
3113 int primary; /* is the new token to be a primary one? */
3114 int impersonation_level; /* impersonation level of the new token */
3116 obj_handle_t new_handle; /* duplicated handle */
3120 obj_handle_t handle; /* handle to the token */
3121 unsigned int desired_access; /* desired access to the object */
3122 unsigned int mapping_read; /* mapping from generic read to specific rights */
3123 unsigned int mapping_write; /* mapping from generic write to specific rights */
3124 unsigned int mapping_execute; /* mapping from generic execute to specific rights */
3125 unsigned int mapping_all; /* mapping from generic all to specific rights */
3126 VARARG(sd,security_descriptor); /* security descriptor to check */
3128 unsigned int access_granted; /* access rights actually granted */
3129 unsigned int access_status; /* was access granted? */
3130 unsigned int privileges_len; /* length needed to store privileges */
3131 VARARG(privileges,LUID_AND_ATTRIBUTES); /* privileges used during access check */
3135 obj_handle_t handle; /* handle to the token */
3136 unsigned int which_sid; /* which SID to retrieve from the token */
3138 data_size_t sid_len; /* length needed to store sid */
3139 VARARG(sid,SID); /* the sid specified by which_sid from the token */
3142 @REQ(get_token_groups)
3143 obj_handle_t handle; /* handle to the token */
3145 data_size_t user_len; /* length needed to store user */
3146 VARARG(user,token_groups); /* groups the token's user belongs to
*/
3149 @
REQ(get_token_default_dacl
)
3150 obj_handle_t handle
; /* handle to the token
*/
3152 data_size_t acl_len
; /* length needed to store access control list
*/
3153 VARARG(acl
,ACL
); /* access control list
*/
3156 @
REQ(set_token_default_dacl
)
3157 obj_handle_t handle
; /* handle to the token
*/
3158 VARARG(acl
,ACL
); /* default dacl to set
*/
3161 @
REQ(set_security_object
)
3162 obj_handle_t handle
; /* handle to the object
*/
3163 unsigned int security_info
; /* which parts of security descriptor to set
*/
3164 VARARG(sd
,security_descriptor
); /* security descriptor to set
*/
3167 @
REQ(get_security_object
)
3168 obj_handle_t handle
; /* handle to the object
*/
3169 unsigned int security_info
; /* which parts of security descriptor to get
*/
3171 unsigned int sd_len
; /* buffer size needed for sd
*/
3172 VARARG(sd
,security_descriptor
); /* retrieved security descriptor
*/
3175 /* Create a mailslot
*/
3176 @
REQ(create_mailslot
)
3177 unsigned int access
; /* wanted access rights
*/
3178 unsigned int attributes
; /* object attributes
*/
3179 obj_handle_t rootdir
; /* root directory
*/
3180 timeout_t read_timeout
;
3181 unsigned int max_msgsize
;
3182 VARARG(name
,unicode_str
); /* mailslot name
*/
3184 obj_handle_t handle
; /* handle to the mailslot
*/
3188 /* Set mailslot information
*/
3189 @
REQ(set_mailslot_info
)
3190 obj_handle_t handle
; /* handle to the mailslot
*/
3191 timeout_t read_timeout
;
3194 timeout_t read_timeout
;
3195 unsigned int max_msgsize
;
3197 #define MAILSLOT_SET_READ_TIMEOUT
1
3200 /* Create a directory object
*/
3201 @
REQ(create_directory
)
3202 unsigned int access
; /* access flags
*/
3203 unsigned int attributes
; /* object attributes
*/
3204 obj_handle_t rootdir
; /* root directory
*/
3205 VARARG(directory_name
,unicode_str
); /* Directory name
*/
3207 obj_handle_t handle
; /* handle to the directory
*/
3211 /* Open a directory object
*/
3212 @
REQ(open_directory
)
3213 unsigned int access
; /* access flags
*/
3214 unsigned int attributes
; /* object attributes
*/
3215 obj_handle_t rootdir
; /* root directory
*/
3216 VARARG(directory_name
,unicode_str
); /* Directory name
*/
3218 obj_handle_t handle
; /* handle to the directory
*/
3222 /* Get a directory entry by index
*/
3223 @
REQ(get_directory_entry
)
3224 obj_handle_t handle
; /* handle to the directory
*/
3225 unsigned int index
; /* entry index
*/
3227 data_size_t name_len
; /* length of the entry name in bytes
*/
3228 VARARG(name
,unicode_str
,name_len
); /* entry name
*/
3229 VARARG(type
,unicode_str
); /* entry type
*/
3233 /* Create a symbolic link object
*/
3234 @
REQ(create_symlink
)
3235 unsigned int access
; /* access flags
*/
3236 unsigned int attributes
; /* object attributes
*/
3237 obj_handle_t rootdir
; /* root directory
*/
3238 data_size_t name_len
; /* length of the symlink name in bytes
*/
3239 VARARG(name
,unicode_str
,name_len
); /* symlink name
*/
3240 VARARG(target_name
,unicode_str
); /* target name
*/
3242 obj_handle_t handle
; /* handle to the symlink
*/
3246 /* Open a symbolic link object
*/
3248 unsigned int access
; /* access flags
*/
3249 unsigned int attributes
; /* object attributes
*/
3250 obj_handle_t rootdir
; /* root directory
*/
3251 VARARG(name
,unicode_str
); /* symlink name
*/
3253 obj_handle_t handle
; /* handle to the symlink
*/
3257 /* Query a symbolic link object
*/
3259 obj_handle_t handle
; /* handle to the symlink
*/
3261 data_size_t total
; /* total needed size for name
*/
3262 VARARG(target_name
,unicode_str
); /* target name
*/
3266 /* Query basic object information
*/
3267 @
REQ(get_object_info
)
3268 obj_handle_t handle
; /* handle to the object
*/
3270 unsigned int access
; /* granted access mask
*/
3271 unsigned int ref_count
; /* object ref count
*/
3272 data_size_t total
; /* total needed size for name
*/
3273 VARARG(name
,unicode_str
); /* object name
*/
3277 /* Unlink a named object
*/
3279 obj_handle_t handle
; /* handle to the object
*/
3283 /* Query the impersonation level of an impersonation token
*/
3284 @
REQ(get_token_impersonation_level
)
3285 obj_handle_t handle
; /* handle to the object
*/
3287 int impersonation_level
; /* impersonation level of the impersonation token
*/
3290 /* Allocate a locally
-unique identifier
*/
3291 @
REQ(allocate_locally_unique_id
)
3297 /* Create a device manager
*/
3298 @
REQ(create_device_manager
)
3299 unsigned int access
; /* wanted access rights
*/
3300 unsigned int attributes
; /* object attributes
*/
3302 obj_handle_t handle
; /* handle to the device
*/
3306 /* Create a device
*/
3308 unsigned int access
; /* wanted access rights
*/
3309 unsigned int attributes
; /* object attributes
*/
3310 obj_handle_t rootdir
; /* root directory
*/
3311 client_ptr_t user_ptr
; /* opaque ptr for use by client
*/
3312 obj_handle_t manager
; /* device manager
*/
3313 VARARG(name
,unicode_str
); /* object name
*/
3315 obj_handle_t handle
; /* handle to the device
*/
3319 /* Delete a device
*/
3321 obj_handle_t handle
; /* handle to the device
*/
3325 /* Retrieve the next pending device ioctl request
*/
3326 @
REQ(get_next_device_request
)
3327 obj_handle_t manager
; /* handle to the device manager
*/
3328 obj_handle_t prev
; /* handle to the previous ioctl
*/
3329 unsigned int status
; /* status of the previous ioctl
*/
3330 VARARG(prev_data
,bytes
); /* output data of the previous ioctl
*/
3332 obj_handle_t next
; /* handle to the next ioctl
*/
3333 ioctl_code_t code
; /* ioctl code
*/
3334 client_ptr_t user_ptr
; /* opaque ptr for the device
*/
3335 process_id_t client_pid
; /* pid of process calling ioctl
*/
3336 thread_id_t client_tid
; /* tid of thread calling ioctl
*/
3337 data_size_t in_size
; /* total needed input size
*/
3338 data_size_t out_size
; /* needed output size
*/
3339 VARARG(next_data
,bytes
); /* input data of the next ioctl
*/
3343 /* Make the current process a system process
*/
3344 @
REQ(make_process_system
)
3346 obj_handle_t event
; /* event signaled when all user processes have exited
*/
3350 /* Get detailed fixed
-size information about a token
*/
3351 @
REQ(get_token_statistics
)
3352 obj_handle_t handle
; /* handle to the object
*/
3354 luid_t token_id
; /* locally
-unique identifier of the token
*/
3355 luid_t modified_id
; /* locally
-unique identifier of the modified version of the token
*/
3356 int primary
; /* is the token primary or impersonation?
*/
3357 int impersonation_level
; /* level of impersonation
*/
3358 int group_count
; /* the number of groups the token is a member of
*/
3359 int privilege_count
; /* the number of privileges the token has
*/
3363 /* Create I
/O completion port
*/
3364 @
REQ(create_completion
)
3365 unsigned int access
; /* desired access to a port
*/
3366 unsigned int attributes
; /* object attributes
*/
3367 unsigned int concurrent
; /* max number of concurrent active threads
*/
3368 obj_handle_t rootdir
; /* root directory
*/
3369 VARARG(filename
,unicode_str
); /* port name
*/
3371 obj_handle_t handle
; /* port handle
*/
3375 /* Open I
/O completion port
*/
3376 @
REQ(open_completion
)
3377 unsigned int access
; /* desired access to a port
*/
3378 unsigned int attributes
; /* object attributes
*/
3379 obj_handle_t rootdir
; /* root directory
*/
3380 VARARG(filename
,unicode_str
); /* port name
*/
3382 obj_handle_t handle
; /* port handle
*/
3386 /* add completion to completion port
*/
3387 @
REQ(add_completion
)
3388 obj_handle_t handle
; /* port handle
*/
3389 apc_param_t ckey
; /* completion key
*/
3390 apc_param_t cvalue
; /* completion value
*/
3391 apc_param_t information
; /* IO_STATUS_BLOCK Information
*/
3392 unsigned int status
; /* completion result
*/
3396 /* get completion from completion port queue
*/
3397 @
REQ(remove_completion
)
3398 obj_handle_t handle
; /* port handle
*/
3400 apc_param_t ckey
; /* completion key
*/
3401 apc_param_t cvalue
; /* completion value
*/
3402 apc_param_t information
; /* IO_STATUS_BLOCK Information
*/
3403 unsigned int status
; /* completion result
*/
3407 /* get completion queue depth
*/
3408 @
REQ(query_completion
)
3409 obj_handle_t handle
; /* port handle
*/
3411 unsigned int depth
; /* completion queue depth
*/
3415 /* associate object with completion port
*/
3416 @
REQ(set_completion_info
)
3417 obj_handle_t handle
; /* object handle
*/
3418 apc_param_t ckey
; /* completion key
*/
3419 obj_handle_t chandle
; /* port handle
*/
3423 /* check for associated completion and push msg
*/
3424 @
REQ(add_fd_completion
)
3425 obj_handle_t handle
; /* async
' object */
3426 apc_param_t cvalue; /* completion value */
3427 apc_param_t information; /* IO_STATUS_BLOCK Information */
3428 unsigned int status; /* completion status */
3432 /* Retrieve layered info for a window */
3433 @REQ(get_window_layered_info)
3434 user_handle_t handle; /* handle to the window */
3436 unsigned int color_key; /* color key */
3437 unsigned int alpha; /* alpha (0..255) */
3438 unsigned int flags; /* LWA_* flags */
3442 /* Set layered info for a window */
3443 @REQ(set_window_layered_info)
3444 user_handle_t handle; /* handle to the window */
3445 unsigned int color_key; /* color key */
3446 unsigned int alpha; /* alpha (0..255) */
3447 unsigned int flags; /* LWA_* flags */
3451 /* Allocate an arbitrary user handle */
3452 @REQ(alloc_user_handle)
3454 user_handle_t handle; /* allocated handle */
3458 /* Free an arbitrary user handle */
3459 @REQ(free_user_handle)
3460 user_handle_t handle; /* handle to free*/
3464 /* Set/get the current cursor */
3466 unsigned int flags; /* flags for fields to set (see below) */
3467 user_handle_t handle; /* handle to the cursor */
3468 int show_count; /* show count increment/decrement */
3469 int x; /* cursor position */
3471 rectangle_t clip; /* cursor clip rectangle */
3472 unsigned int clip_msg; /* message to post on cursor clip changes */
3474 user_handle_t prev_handle; /* previous handle */
3475 int prev_count; /* previous show count */
3476 int prev_x; /* previous position */
3478 int new_x; /* new position */
3480 rectangle_t new_clip; /* new clip rectangle */
3481 unsigned int last_change; /* time of last position change */
3483 #define SET_CURSOR_HANDLE 0x01
3484 #define SET_CURSOR_COUNT 0x02
3485 #define SET_CURSOR_POS 0x04
3486 #define SET_CURSOR_CLIP 0x08
3487 #define SET_CURSOR_NOCLIP 0x10
3490 /* Modify the list of registered rawinput devices */
3491 @REQ(update_rawinput_devices)
3492 VARARG(devices,rawinput_devices);
3496 /* Retrieve the suspended context of a thread */
3497 @REQ(get_suspend_context)
3499 VARARG(context,context); /* thread context */
3503 /* Store the suspend context of a thread */
3504 @REQ(set_suspend_context)
3505 VARARG(context,context); /* thread context */