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 struct
{ unsigned __int64 d
[32]; unsigned int fpscr
; } arm_regs
;
175 struct
{ unsigned __int64 d
[64]; unsigned int fpcr
, fpsr
; } arm64_regs
;
176 } fp
; /* selected by SERVER_CTX_FLOATING_POINT
*/
179 struct
{ unsigned int dr0
, dr1
, dr2
, dr3
, dr6
, dr7
; } i386_regs
;
180 struct
{ unsigned __int64 dr0
, dr1
, dr2
, dr3
, dr6
, dr7
; } x86_64_regs
;
181 struct
{ unsigned int dr
[8]; } powerpc_regs
;
182 struct
{ unsigned int bvr
[8], bcr
[8], wvr
[1], wcr
[1]; } arm_regs
;
183 struct
{ unsigned __int64 bvr
[8], wvr
[2]; unsigned int bcr
[8], wcr
[2]; } arm64_regs
;
184 } debug
; /* selected by SERVER_CTX_DEBUG_REGISTERS
*/
187 unsigned char i386_regs
[512];
188 } ext
; /* selected by SERVER_CTX_EXTENDED_REGISTERS
*/
191 #define SERVER_CTX_CONTROL
0x01
192 #define SERVER_CTX_INTEGER
0x02
193 #define SERVER_CTX_SEGMENTS
0x04
194 #define SERVER_CTX_FLOATING_POINT
0x08
195 #define SERVER_CTX_DEBUG_REGISTERS
0x10
196 #define SERVER_CTX_EXTENDED_REGISTERS
0x20
198 /* structure used in sending an fd from client to server
*/
201 thread_id_t tid
; /* thread id
*/
202 int fd
; /* file descriptor on client
-side
*/
205 /* structure sent by the server on the wait fifo
*/
208 client_ptr_t cookie
; /* magic cookie that was passed in select_request
*/
209 int signaled
; /* wait result
*/
213 /* NT
-style timeout
, in
100ns units
, negative means relative timeout
*/
214 typedef __int64 timeout_t
;
215 #define
TIMEOUT_INFINITE (((timeout_t
)0x7fffffff) << 32 |
0xffffffff)
217 /* structure for process startup info
*/
220 unsigned int debug_flags
;
221 unsigned int console_flags
;
222 obj_handle_t console
;
224 obj_handle_t hstdout
;
225 obj_handle_t hstderr
;
232 unsigned int attribute
;
235 data_size_t curdir_len
;
236 data_size_t dllpath_len
;
237 data_size_t imagepath_len
;
238 data_size_t cmdline_len
;
239 data_size_t title_len
;
240 data_size_t desktop_len
;
241 data_size_t shellinfo_len
;
242 data_size_t runtime_len
;
243 /* VARARG(curdir
,unicode_str
,curdir_len
); */
244 /* VARARG(dllpath
,unicode_str
,dllpath_len
); */
245 /* VARARG(imagepath
,unicode_str
,imagepath_len
); */
246 /* VARARG(cmdline
,unicode_str
,cmdline_len
); */
247 /* VARARG(title
,unicode_str
,title_len
); */
248 /* VARARG(desktop
,unicode_str
,desktop_len
); */
249 /* VARARG(shellinfo
,unicode_str
,shellinfo_len
); */
250 /* VARARG(runtime
,unicode_str
,runtime_len
); */
253 /* structure returned in the list of window properties
*/
256 atom_t atom
; /* property atom
*/
257 int string
; /* was atom a string originally?
*/
258 lparam_t data
; /* data stored in property
*/
261 /* structure to specify window rectangles
*/
270 /* structure for parameters of async I
/O calls
*/
273 obj_handle_t handle
; /* object to perform I
/O on
*/
274 obj_handle_t event
; /* event to signal when done
*/
275 client_ptr_t iosb
; /* I
/O status block in client addr space
*/
276 client_ptr_t user
; /* opaque user data containing callback pointer and async
-specific data
*/
277 client_ptr_t apc
; /* user APC to call
*/
278 apc_param_t apc_context
; /* user APC context or completion value
*/
281 /* structures for extra message data
*/
283 struct hardware_msg_data
285 lparam_t info
; /* extra info
*/
286 unsigned int hw_id
; /* unique id
*/
287 unsigned int flags
; /* hook flags
*/
293 int type
; /* RIM_TYPEKEYBOARD
*/
294 unsigned int message
; /* message generated by this rawinput event
*/
295 unsigned short vkey
; /* virtual key code
*/
296 unsigned short scan
; /* scan code
*/
300 int type
; /* RIM_TYPEMOUSE
*/
301 int x
; /* x coordinate
*/
302 int y
; /* y coordinate
*/
303 unsigned int data
; /* mouse data
*/
308 struct callback_msg_data
310 client_ptr_t callback
; /* callback function
*/
311 lparam_t data
; /* user data for callback
*/
312 lparam_t result
; /* message result
*/
315 struct winevent_msg_data
317 user_handle_t hook
; /* hook handle
*/
318 thread_id_t tid
; /* thread id
*/
319 client_ptr_t hook_proc
; /* hook proc address
*/
320 /* followed by module name if any
*/
328 int type
; /* INPUT_KEYBOARD
*/
329 unsigned short vkey
; /* virtual key code
*/
330 unsigned short scan
; /* scan code
*/
331 unsigned int flags
; /* event flags
*/
332 unsigned int time
; /* event time
*/
333 lparam_t info
; /* extra info
*/
337 int type
; /* INPUT_MOUSE
*/
338 int x
; /* coordinates
*/
340 unsigned int data
; /* mouse data
*/
341 unsigned int flags
; /* event flags
*/
342 unsigned int time
; /* event time
*/
343 lparam_t info
; /* extra info
*/
347 int type
; /* INPUT_HARDWARE
*/
348 unsigned int msg
; /* message code
*/
349 lparam_t lparam
; /* message param
*/
355 unsigned char bytes
[1]; /* raw data for sent messages
*/
356 struct hardware_msg_data hardware
;
357 struct callback_msg_data callback
;
358 struct winevent_msg_data winevent
;
361 /* structure for console char
/attribute info
*/
368 /* structure returned in filesystem events
*/
369 struct filesystem_event
378 unsigned int low_part
;
382 #define MAX_ACL_LEN
65535
384 struct security_descriptor
386 unsigned int control
; /* SE_ flags
*/
387 data_size_t owner_len
;
388 data_size_t group_len
;
389 data_size_t sacl_len
;
390 data_size_t dacl_len
;
391 /* VARARG(owner
,SID
); */
392 /* VARARG(group
,SID
); */
393 /* VARARG(sacl
,ACL
); */
394 /* VARARG(dacl
,ACL
); */
397 struct object_attributes
399 obj_handle_t rootdir
; /* root directory
*/
400 unsigned int attributes
; /* object attributes
*/
401 data_size_t sd_len
; /* length of security_descriptor data. may be
0 */
402 data_size_t name_len
; /* length of the name string. may be
0 */
403 /* VARARG(sd
,security_descriptor
); */
404 /* VARARG(name
,unicode_str
); */
410 /* unsigned int attributes
[count
]; */
411 /* VARARG(sids
,SID
); */
419 SELECT_SIGNAL_AND_WAIT
,
420 SELECT_KEYED_EVENT_WAIT
,
421 SELECT_KEYED_EVENT_RELEASE
429 enum select_op op
; /* SELECT_WAIT or SELECT_WAIT_ALL
*/
430 obj_handle_t handles
[MAXIMUM_WAIT_OBJECTS
];
434 enum select_op op
; /* SELECT_SIGNAL_AND_WAIT
*/
436 obj_handle_t signal
; /* must be last in the structure so we can remove it on retries
*/
440 enum select_op op
; /* SELECT_KEYED_EVENT_WAIT or SELECT_KEYED_EVENT_RELEASE
*/
469 enum apc_type type
; /* APC_USER
*/
471 client_ptr_t func
; /* void (__stdcall
*func
)(ULONG_PTR
,ULONG_PTR
,ULONG_PTR
); */
472 apc_param_t args
[3]; /* arguments for user function
*/
476 enum apc_type type
; /* APC_TIMER
*/
478 client_ptr_t func
; /* void (__stdcall
*func
)(void
*, unsigned int
, unsigned int
); */
479 timeout_t time
; /* absolute time of expiration
*/
480 client_ptr_t arg
; /* user argument
*/
484 enum apc_type type
; /* APC_ASYNC_IO
*/
485 unsigned int status
; /* I
/O status
*/
486 client_ptr_t user
; /* user pointer
*/
487 client_ptr_t sb
; /* status block
*/
491 enum apc_type type
; /* APC_VIRTUAL_ALLOC
*/
492 unsigned int op_type
; /* type of operation
*/
493 client_ptr_t addr
; /* requested address
*/
494 mem_size_t size
; /* allocation size
*/
495 unsigned int zero_bits
; /* allocation alignment
*/
496 unsigned int prot
; /* memory protection flags
*/
500 enum apc_type type
; /* APC_VIRTUAL_FREE
*/
501 unsigned int op_type
; /* type of operation
*/
502 client_ptr_t addr
; /* requested address
*/
503 mem_size_t size
; /* allocation size
*/
507 enum apc_type type
; /* APC_VIRTUAL_QUERY
*/
509 client_ptr_t addr
; /* requested address
*/
513 enum apc_type type
; /* APC_VIRTUAL_PROTECT
*/
514 unsigned int prot
; /* new protection flags
*/
515 client_ptr_t addr
; /* requested address
*/
516 mem_size_t size
; /* requested size
*/
520 enum apc_type type
; /* APC_VIRTUAL_FLUSH
*/
522 client_ptr_t addr
; /* requested address
*/
523 mem_size_t size
; /* requested size
*/
527 enum apc_type type
; /* APC_VIRTUAL_LOCK
*/
529 client_ptr_t addr
; /* requested address
*/
530 mem_size_t size
; /* requested size
*/
534 enum apc_type type
; /* APC_VIRTUAL_UNLOCK
*/
536 client_ptr_t addr
; /* requested address
*/
537 mem_size_t size
; /* requested size
*/
541 enum apc_type type
; /* APC_MAP_VIEW
*/
542 obj_handle_t handle
; /* mapping handle
*/
543 client_ptr_t addr
; /* requested address
*/
544 mem_size_t size
; /* allocation size
*/
545 file_pos_t offset
; /* file offset
*/
546 unsigned int alloc_type
;/* allocation type
*/
547 unsigned short zero_bits
; /* allocation alignment
*/
548 unsigned short prot
; /* memory protection flags
*/
552 enum apc_type type
; /* APC_UNMAP_VIEW
*/
554 client_ptr_t addr
; /* view address
*/
558 enum apc_type type
; /* APC_CREATE_THREAD
*/
559 int suspend
; /* suspended thread?
*/
560 client_ptr_t func
; /* void (__stdcall
*func
)(void*)
; start function
*/
561 client_ptr_t arg
; /* argument for start function
*/
562 mem_size_t reserve
; /* reserve size for thread stack
*/
563 mem_size_t commit
; /* commit size for thread stack
*/
572 enum apc_type type
; /* APC_ASYNC_IO
*/
573 unsigned int status
; /* new status of async operation
*/
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
*/
654 unsigned int major
; /* irp major function
*/
657 unsigned int major
; /* IRP_MJ_CREATE
*/
658 unsigned int access
; /* access rights
*/
659 unsigned int sharing
; /* sharing flags
*/
660 unsigned int options
; /* file options
*/
661 client_ptr_t device
; /* opaque ptr for the device
*/
665 unsigned int major
; /* IRP_MJ_CLOSE
*/
667 client_ptr_t file
; /* opaque ptr for the file object
*/
671 unsigned int major
; /* IRP_MJ_READ
*/
672 unsigned int key
; /* driver key
*/
673 client_ptr_t file
; /* opaque ptr for the file object
*/
674 file_pos_t pos
; /* file position
*/
678 unsigned int major
; /* IRP_MJ_WRITE
*/
679 unsigned int key
; /* driver key
*/
680 client_ptr_t file
; /* opaque ptr for the file object
*/
681 file_pos_t pos
; /* file position
*/
685 unsigned int major
; /* IRP_MJ_FLUSH_BUFFERS
*/
687 client_ptr_t file
; /* opaque ptr for the file object
*/
691 unsigned int major
; /* IRP_MJ_DEVICE_CONTROL
*/
692 ioctl_code_t code
; /* ioctl code
*/
693 client_ptr_t file
; /* opaque ptr for the file object
*/
697 /* information about a PE image mapping
, roughly equivalent to SECTION_IMAGE_INFORMATION
*/
701 client_ptr_t entry_point
;
703 mem_size_t stack_size
;
704 mem_size_t stack_commit
;
705 unsigned int zerobits
;
706 unsigned int subsystem
;
707 unsigned short subsystem_low
;
708 unsigned short subsystem_high
;
710 unsigned short image_charact
;
711 unsigned short dll_charact
;
712 unsigned short machine
;
713 unsigned char contains_code
;
714 unsigned char image_flags
;
715 unsigned int loader_flags
;
716 unsigned int header_size
;
717 unsigned int file_size
;
718 unsigned int checksum
;
720 #define IMAGE_FLAGS_ComPlusNativeReady
0x01
721 #define IMAGE_FLAGS_ComPlusILOnly
0x02
722 #define IMAGE_FLAGS_ImageDynamicallyRelocated
0x04
723 #define IMAGE_FLAGS_ImageMappedFlat
0x08
724 #define IMAGE_FLAGS_BaseBelow4gb
0x10
726 struct rawinput_device
728 unsigned short usage_page
;
729 unsigned short usage
;
731 user_handle_t target
;
734 /****************************************************************/
735 /* Request declarations
*/
737 /* Create a new process from the context of the parent
*/
739 int inherit_all
; /* inherit all handles from parent
*/
740 unsigned int create_flags
; /* creation flags
*/
741 int socket_fd
; /* file descriptor for process socket
*/
742 obj_handle_t exe_file
; /* file handle for main exe
*/
743 unsigned int process_access
; /* access rights for process object
*/
744 unsigned int process_attr
; /* attributes for process object
*/
745 unsigned int thread_access
; /* access rights for thread object
*/
746 unsigned int thread_attr
; /* attributes for thread object
*/
747 cpu_type_t cpu
; /* CPU that the new process will use
*/
748 data_size_t info_size
; /* size of startup info
*/
749 VARARG(info
,startup_info
,info_size
); /* startup information
*/
750 VARARG(env
,unicode_str
); /* environment for new process
*/
752 obj_handle_t info
; /* new process info handle
*/
753 process_id_t pid
; /* process id
*/
754 obj_handle_t phandle
; /* process
handle (in the current process
) */
755 thread_id_t tid
; /* thread id
*/
756 obj_handle_t thandle
; /* thread
handle (in the current process
) */
760 /* Retrieve information about a newly started process
*/
761 @
REQ(get_new_process_info
)
762 obj_handle_t info
; /* info handle returned from new_process_request
*/
764 int success
; /* did the process start successfully?
*/
765 int exit_code
; /* process exit code if failed
*/
769 /* Create a new thread from the context of the parent
*/
771 unsigned int access
; /* wanted access rights
*/
772 unsigned int attributes
; /* object attributes
*/
773 int suspend
; /* new thread should be suspended on creation
*/
774 int request_fd
; /* fd for request pipe
*/
776 thread_id_t tid
; /* thread id
*/
777 obj_handle_t handle
; /* thread
handle (in the current process
) */
781 /* Retrieve the new process startup info
*/
782 @
REQ(get_startup_info
)
784 obj_handle_t exe_file
; /* file handle for main exe
*/
785 data_size_t info_size
; /* size of startup info
*/
786 VARARG(info
,startup_info
,info_size
); /* startup information
*/
787 VARARG(env
,unicode_str
); /* environment
*/
791 /* Signal the end of the process initialization
*/
792 @
REQ(init_process_done
)
793 int gui
; /* is it a GUI process?
*/
794 mod_handle_t module
; /* main module base address
*/
795 client_ptr_t ldt_copy
; /* address of LDT
copy (in thread address space
) */
796 client_ptr_t entry
; /* process entry point
*/
798 int suspend
; /* is process suspended?
*/
802 /* Initialize a thread
; called from the child after
fork()/clone() */
804 int unix_pid
; /* Unix pid of new thread
*/
805 int unix_tid
; /* Unix tid of new thread
*/
806 int debug_level
; /* new debug level
*/
807 client_ptr_t teb
; /* TEB of new
thread (in thread address space
) */
808 client_ptr_t entry
; /* entry point or PEB if initial
thread (in thread address space
) */
809 int reply_fd
; /* fd for reply pipe
*/
810 int wait_fd
; /* fd for blocking calls pipe
*/
811 cpu_type_t cpu
; /* CPU that this thread is running on
*/
813 process_id_t pid
; /* process id of the new thread
's process */
814 thread_id_t tid; /* thread id of the new thread */
815 timeout_t server_start; /* server start time */
816 data_size_t info_size; /* total size of startup info */
817 int version; /* protocol version */
818 unsigned int all_cpus; /* bitset of supported CPUs */
819 int suspend; /* is thread suspended? */
823 /* Terminate a process */
824 @REQ(terminate_process)
825 obj_handle_t handle; /* process handle to terminate */
826 int exit_code; /* process exit code */
828 int self; /* suicide? */
832 /* Terminate a thread */
833 @REQ(terminate_thread)
834 obj_handle_t handle; /* thread handle to terminate */
835 int exit_code; /* thread exit code */
837 int self; /* suicide? */
838 int last; /* last thread in this process? */
842 /* Retrieve information about a process */
843 @REQ(get_process_info)
844 obj_handle_t handle; /* process handle */
846 process_id_t pid; /* server process id */
847 process_id_t ppid; /* server process id of parent */
848 affinity_t affinity; /* process affinity mask */
849 client_ptr_t peb; /* PEB address in process address space */
850 timeout_t start_time; /* process start time */
851 timeout_t end_time; /* process end time */
852 int exit_code; /* process exit code */
853 int priority; /* priority class */
854 cpu_type_t cpu; /* CPU that this process is running on */
855 short int debugger_present; /* process is being debugged */
856 short int debug_children; /* inherit debugger to child processes */
860 /* Retrieve information about a process memory usage */
861 @REQ(get_process_vm_counters)
862 obj_handle_t handle; /* process handle */
864 mem_size_t peak_virtual_size; /* peak virtual memory in bytes */
865 mem_size_t virtual_size; /* virtual memory in bytes */
866 mem_size_t peak_working_set_size; /* peak real memory in bytes */
867 mem_size_t working_set_size; /* real memory in bytes */
868 mem_size_t pagefile_usage; /* commit charge in bytes */
869 mem_size_t peak_pagefile_usage; /* peak commit charge in bytes */
873 /* Set a process information */
874 @REQ(set_process_info)
875 obj_handle_t handle; /* process handle */
876 int mask; /* setting mask (see below) */
877 int priority; /* priority class */
878 affinity_t affinity; /* affinity mask */
880 #define SET_PROCESS_INFO_PRIORITY 0x01
881 #define SET_PROCESS_INFO_AFFINITY 0x02
884 /* Retrieve information about a thread */
885 @REQ(get_thread_info)
886 obj_handle_t handle; /* thread handle */
887 thread_id_t tid_in; /* thread id (optional) */
889 process_id_t pid; /* server process id */
890 thread_id_t tid; /* server thread id */
891 client_ptr_t teb; /* thread teb pointer */
892 client_ptr_t entry_point; /* thread entry point */
893 affinity_t affinity; /* thread affinity mask */
894 int exit_code; /* thread exit code */
895 int priority; /* thread priority level */
896 int last; /* last thread in process */
900 /* Retrieve information about thread times */
901 @REQ(get_thread_times)
902 obj_handle_t handle; /* thread handle */
904 timeout_t creation_time; /* thread creation time */
905 timeout_t exit_time; /* thread exit time */
909 /* Set a thread information */
910 @REQ(set_thread_info)
911 obj_handle_t handle; /* thread handle */
912 int mask; /* setting mask (see below) */
913 int priority; /* priority class */
914 affinity_t affinity; /* affinity mask */
915 client_ptr_t entry_point; /* thread entry point */
916 obj_handle_t token; /* impersonation token */
918 #define SET_THREAD_INFO_PRIORITY 0x01
919 #define SET_THREAD_INFO_AFFINITY 0x02
920 #define SET_THREAD_INFO_TOKEN 0x04
921 #define SET_THREAD_INFO_ENTRYPOINT 0x08
924 /* Retrieve information about a module */
926 obj_handle_t handle; /* process handle */
927 mod_handle_t base_address; /* base address of module */
929 client_ptr_t entry_point;
930 data_size_t filename_len; /* buffer len in bytes required to store filename */
931 VARARG(filename,unicode_str); /* file name of module */
935 /* Suspend a thread */
937 obj_handle_t handle; /* thread handle */
939 int count; /* new suspend count */
943 /* Resume a thread */
945 obj_handle_t handle; /* thread handle */
947 int count; /* new suspend count */
951 /* Notify the server that a dll has been loaded */
953 data_size_t dbg_offset; /* debug info offset */
954 mod_handle_t base; /* base address */
955 client_ptr_t name; /* ptr to ptr to name (in process addr space) */
956 data_size_t dbg_size; /* debug info size */
957 VARARG(filename,unicode_str); /* file name of dll */
961 /* Notify the server that a dll is being unloaded */
963 mod_handle_t base; /* base address */
967 /* Queue an APC for a thread or process */
969 obj_handle_t handle; /* thread or process handle */
970 apc_call_t call; /* call arguments */
972 obj_handle_t handle; /* APC handle */
973 int self; /* run APC in caller itself? */
977 /* Get the result of an APC call */
979 obj_handle_t handle; /* handle to the APC */
981 apc_result_t result; /* result of the APC */
985 /* Close a handle for the current process */
987 obj_handle_t handle; /* handle to close */
991 /* Set a handle information */
992 @REQ(set_handle_info)
993 obj_handle_t handle; /* handle we are interested in */
994 int flags; /* new handle flags */
995 int mask; /* mask for flags to set */
997 int old_flags; /* old flag value */
1001 /* Duplicate a handle */
1003 obj_handle_t src_process; /* src process handle */
1004 obj_handle_t src_handle; /* src handle to duplicate */
1005 obj_handle_t dst_process; /* dst process handle */
1006 unsigned int access; /* wanted access rights */
1007 unsigned int attributes; /* object attributes */
1008 unsigned int options; /* duplicate options (see below) */
1010 obj_handle_t handle; /* duplicated handle in dst process */
1011 int self; /* is the source the current process? */
1012 int closed; /* whether the source handle has been closed */
1014 #define DUP_HANDLE_CLOSE_SOURCE DUPLICATE_CLOSE_SOURCE
1015 #define DUP_HANDLE_SAME_ACCESS DUPLICATE_SAME_ACCESS
1016 #define DUP_HANDLE_MAKE_GLOBAL 0x80000000 /* Not a Windows flag */
1019 /* Open a handle to a process */
1021 process_id_t pid; /* process id to open */
1022 unsigned int access; /* wanted access rights */
1023 unsigned int attributes; /* object attributes */
1025 obj_handle_t handle; /* handle to the process */
1029 /* Open a handle to a thread */
1031 thread_id_t tid; /* thread id to open */
1032 unsigned int access; /* wanted access rights */
1033 unsigned int attributes; /* object attributes */
1035 obj_handle_t handle; /* handle to the thread */
1039 /* Wait for handles */
1041 int flags; /* wait flags (see below) */
1042 client_ptr_t cookie; /* magic cookie to return to client */
1043 timeout_t timeout; /* timeout */
1044 obj_handle_t prev_apc; /* handle to previous APC */
1045 VARARG(result,apc_result); /* result of previous APC */
1046 VARARG(data,select_op); /* operation-specific data */
1048 timeout_t timeout; /* timeout converted to absolute */
1049 apc_call_t call; /* APC call arguments */
1050 obj_handle_t apc_handle; /* handle to next APC */
1052 #define SELECT_ALERTABLE 1
1053 #define SELECT_INTERRUPTIBLE 2
1056 /* Create an event */
1058 unsigned int access; /* wanted access rights */
1059 int manual_reset; /* manual reset event */
1060 int initial_state; /* initial state of the event */
1061 VARARG(objattr,object_attributes); /* object attributes */
1063 obj_handle_t handle; /* handle to the event */
1066 /* Event operation */
1068 obj_handle_t handle; /* handle to event */
1069 int op; /* event operation (see below) */
1071 enum event_op { PULSE_EVENT, SET_EVENT, RESET_EVENT };
1074 obj_handle_t handle; /* handle to event */
1076 int manual_reset; /* manual reset event */
1077 int state; /* current state of the event */
1082 unsigned int access; /* wanted access rights */
1083 unsigned int attributes; /* object attributes */
1084 obj_handle_t rootdir; /* root directory */
1085 VARARG(name,unicode_str); /* object name */
1087 obj_handle_t handle; /* handle to the event */
1091 /* Create a keyed event */
1092 @REQ(create_keyed_event)
1093 unsigned int access; /* wanted access rights */
1094 VARARG(objattr,object_attributes); /* object attributes */
1096 obj_handle_t handle; /* handle to the event */
1099 /* Open a keyed event */
1100 @REQ(open_keyed_event)
1101 unsigned int access; /* wanted access rights */
1102 unsigned int attributes; /* object attributes */
1103 obj_handle_t rootdir; /* root directory */
1104 VARARG(name,unicode_str); /* object name */
1106 obj_handle_t handle; /* handle to the event */
1110 /* Create a mutex */
1112 unsigned int access; /* wanted access rights */
1113 int owned; /* initially owned? */
1114 VARARG(objattr,object_attributes); /* object attributes */
1116 obj_handle_t handle; /* handle to the mutex */
1120 /* Release a mutex */
1122 obj_handle_t handle; /* handle to the mutex */
1124 unsigned int prev_count; /* value of internal counter, before release */
1130 unsigned int access; /* wanted access rights */
1131 unsigned int attributes; /* object attributes */
1132 obj_handle_t rootdir; /* root directory */
1133 VARARG(name,unicode_str); /* object name */
1135 obj_handle_t handle; /* handle to the mutex */
1141 obj_handle_t handle; /* handle to mutex */
1143 unsigned int count; /* current count of mutex */
1144 int owned; /* true if owned by current thread */
1145 int abandoned; /* true if abandoned */
1149 /* Create a semaphore */
1150 @REQ(create_semaphore)
1151 unsigned int access; /* wanted access rights */
1152 unsigned int initial; /* initial count */
1153 unsigned int max; /* maximum count */
1154 VARARG(objattr,object_attributes); /* object attributes */
1156 obj_handle_t handle; /* handle to the semaphore */
1160 /* Release a semaphore */
1161 @REQ(release_semaphore)
1162 obj_handle_t handle; /* handle to the semaphore */
1163 unsigned int count; /* count to add to semaphore */
1165 unsigned int prev_count; /* previous semaphore count */
1168 @REQ(query_semaphore)
1169 obj_handle_t handle; /* handle to the semaphore */
1171 unsigned int current; /* current count */
1172 unsigned int max; /* maximum count */
1175 /* Open a semaphore */
1176 @REQ(open_semaphore)
1177 unsigned int access; /* wanted access rights */
1178 unsigned int attributes; /* object attributes */
1179 obj_handle_t rootdir; /* root directory */
1180 VARARG(name,unicode_str); /* object name */
1182 obj_handle_t handle; /* handle to the semaphore */
1188 unsigned int access; /* wanted access rights */
1189 unsigned int sharing; /* sharing flags */
1190 int create; /* file create action */
1191 unsigned int options; /* file options */
1192 unsigned int attrs; /* file attributes for creation */
1193 VARARG(objattr,object_attributes); /* object attributes */
1194 VARARG(filename,string); /* file name */
1196 obj_handle_t handle; /* handle to the file */
1200 /* Open a file object */
1201 @REQ(open_file_object)
1202 unsigned int access; /* wanted access rights */
1203 unsigned int attributes; /* open attributes */
1204 obj_handle_t rootdir; /* root directory */
1205 unsigned int sharing; /* sharing flags */
1206 unsigned int options; /* file options */
1207 VARARG(filename,unicode_str); /* file name */
1209 obj_handle_t handle; /* handle to the file */
1213 /* Allocate a file handle for a Unix fd */
1214 @REQ(alloc_file_handle)
1215 unsigned int access; /* wanted access rights */
1216 unsigned int attributes; /* object attributes */
1217 int fd; /* file descriptor on the client side */
1219 obj_handle_t handle; /* handle to the file */
1223 /* Get the Unix name from a file handle */
1224 @REQ(get_handle_unix_name)
1225 obj_handle_t handle; /* file handle */
1227 data_size_t name_len; /* unix name length */
1228 VARARG(name,string); /* unix name */
1232 /* Get a Unix fd to access a file */
1234 obj_handle_t handle; /* handle to the file */
1236 int type; /* file type (see below) */
1237 int cacheable; /* can fd be cached in the client? */
1238 unsigned int access; /* file access rights */
1239 unsigned int options; /* file open options */
1243 FD_TYPE_INVALID, /* invalid file (no associated fd) */
1244 FD_TYPE_FILE, /* regular file */
1245 FD_TYPE_DIR, /* directory */
1246 FD_TYPE_SOCKET, /* socket */
1247 FD_TYPE_SERIAL, /* serial port */
1248 FD_TYPE_PIPE, /* named pipe */
1249 FD_TYPE_MAILSLOT, /* mailslot */
1250 FD_TYPE_CHAR, /* unspecified char device */
1251 FD_TYPE_DEVICE, /* Windows device file */
1256 /* Retrieve (or allocate) the client-side directory cache entry */
1257 @REQ(get_directory_cache_entry)
1258 obj_handle_t handle; /* handle to the directory */
1260 int entry; /* cache entry on the client side */
1261 VARARG(free,ints); /* entries that can be freed */
1265 /* Flush a file buffers */
1267 async_data_t async; /* async I/O parameters */
1269 obj_handle_t event; /* event set when finished */
1272 /* Query file information */
1274 obj_handle_t handle; /* handle to the file */
1275 unsigned int info_class; /* queried information class */
1277 VARARG(data,bytes); /* file info data */
1280 /* Query volume information */
1281 @REQ(get_volume_info)
1282 obj_handle_t handle; /* handle to the file */
1283 unsigned int info_class; /* queried information class */
1285 VARARG(data,bytes); /* volume info data */
1288 /* Lock a region of a file */
1290 obj_handle_t handle; /* handle to the file */
1291 file_pos_t offset; /* offset of start of lock */
1292 file_pos_t count; /* count of bytes to lock */
1293 int shared; /* shared or exclusive lock? */
1294 int wait; /* do we want to wait? */
1296 obj_handle_t handle; /* handle to wait on */
1297 int overlapped; /* is it an overlapped I/O handle? */
1301 /* Unlock a region of a file */
1303 obj_handle_t handle; /* handle to the file */
1304 file_pos_t offset; /* offset of start of unlock */
1305 file_pos_t count; /* count of bytes to unlock */
1309 /* Create a socket */
1311 unsigned int access; /* wanted access rights */
1312 unsigned int attributes; /* object attributes */
1313 int family; /* family, see socket manpage */
1314 int type; /* type, see socket manpage */
1315 int protocol; /* protocol, see socket manpage */
1316 unsigned int flags; /* socket flags */
1318 obj_handle_t handle; /* handle to the new socket */
1322 /* Accept a socket */
1324 obj_handle_t lhandle; /* handle to the listening socket */
1325 unsigned int access; /* wanted access rights */
1326 unsigned int attributes; /* object attributes */
1328 obj_handle_t handle; /* handle to the new socket */
1332 /* Accept into an initialized socket */
1333 @REQ(accept_into_socket)
1334 obj_handle_t lhandle; /* handle to the listening socket */
1335 obj_handle_t ahandle; /* handle to the accepting socket */
1339 /* Set socket event parameters */
1340 @REQ(set_socket_event)
1341 obj_handle_t handle; /* handle to the socket */
1342 unsigned int mask; /* event mask */
1343 obj_handle_t event; /* event object */
1344 user_handle_t window; /* window to send the message to */
1345 unsigned int msg; /* message to send */
1349 /* Get socket event parameters */
1350 @REQ(get_socket_event)
1351 obj_handle_t handle; /* handle to the socket */
1352 int service; /* clear pending? */
1353 obj_handle_t c_event; /* event to clear */
1355 unsigned int mask; /* event mask */
1356 unsigned int pmask; /* pending events */
1357 unsigned int state; /* status bits */
1358 VARARG(errors,ints); /* event errors */
1362 /* Get socket info */
1363 @REQ(get_socket_info)
1364 obj_handle_t handle; /* handle to the socket */
1366 int family; /* family, see socket manpage */
1367 int type; /* type, see socket manpage */
1368 int protocol; /* protocol, see socket manpage */
1372 /* Re-enable pending socket events */
1373 @REQ(enable_socket_event)
1374 obj_handle_t handle; /* handle to the socket */
1375 unsigned int mask; /* events to re-enable */
1376 unsigned int sstate; /* status bits to set */
1377 unsigned int cstate; /* status bits to clear */
1380 @REQ(set_socket_deferred)
1381 obj_handle_t handle; /* handle to the socket */
1382 obj_handle_t deferred; /* handle to the socket for which accept() is deferred */
1385 /* Allocate a console (only used by a console renderer) */
1387 unsigned int access; /* wanted access rights */
1388 unsigned int attributes; /* object attributes */
1389 process_id_t pid; /* pid of process which shall be attached to the console */
1390 int input_fd; /* if pid=-1 (bare console to current process), fd for input */
1392 obj_handle_t handle_in; /* handle to console input */
1393 obj_handle_t event; /* handle to renderer events change notification */
1397 /* Free the console of the current process */
1402 #define CONSOLE_RENDERER_NONE_EVENT 0x00
1403 #define CONSOLE_RENDERER_TITLE_EVENT 0x01
1404 #define CONSOLE_RENDERER_ACTIVE_SB_EVENT 0x02
1405 #define CONSOLE_RENDERER_SB_RESIZE_EVENT 0x03
1406 #define CONSOLE_RENDERER_UPDATE_EVENT 0x04
1407 #define CONSOLE_RENDERER_CURSOR_POS_EVENT 0x05
1408 #define CONSOLE_RENDERER_CURSOR_GEOM_EVENT 0x06
1409 #define CONSOLE_RENDERER_DISPLAY_EVENT 0x07
1410 #define CONSOLE_RENDERER_EXIT_EVENT 0x08
1411 struct console_renderer_event
1446 /* retrieve console events for the renderer */
1447 @REQ(get_console_renderer_events)
1448 obj_handle_t handle; /* handle to console input events */
1450 VARARG(data,bytes); /* the various console_renderer_events */
1454 /* Open a handle to the process console */
1456 obj_handle_t from; /* 0 (resp 1) input (resp output) of current process console */
1457 /* otherwise console_in handle to get active screen buffer? */
1458 unsigned int access; /* wanted access rights */
1459 unsigned int attributes; /* object attributes */
1460 int share; /* share mask (only for output handles) */
1462 obj_handle_t handle; /* handle to the console */
1466 /* Get the input queue wait event */
1467 @REQ(get_console_wait_event)
1469 obj_handle_t handle;
1472 /* Get a console mode (input or output) */
1473 @REQ(get_console_mode)
1474 obj_handle_t handle; /* handle to the console */
1476 int mode; /* console mode */
1480 /* Set a console mode (input or output) */
1481 @REQ(set_console_mode)
1482 obj_handle_t handle; /* handle to the console */
1483 int mode; /* console mode */
1487 /* Set info about a console (input only) */
1488 @REQ(set_console_input_info)
1489 obj_handle_t handle; /* handle to console input, or 0 for process' console
*/
1490 int mask
; /* setting
mask (see below
) */
1491 obj_handle_t active_sb
; /* active screen buffer
*/
1492 int history_mode
; /* whether we duplicate lines in history
*/
1493 int history_size
; /* number of lines in history
*/
1494 int edition_mode
; /* index to the edition mode flavors
*/
1495 int input_cp
; /* console input codepage
*/
1496 int output_cp
; /* console output codepage
*/
1497 user_handle_t win
; /* console window if backend supports it
*/
1498 VARARG(title
,unicode_str
); /* console title
*/
1500 #define SET_CONSOLE_INPUT_INFO_ACTIVE_SB
0x01
1501 #define SET_CONSOLE_INPUT_INFO_TITLE
0x02
1502 #define SET_CONSOLE_INPUT_INFO_HISTORY_MODE
0x04
1503 #define SET_CONSOLE_INPUT_INFO_HISTORY_SIZE
0x08
1504 #define SET_CONSOLE_INPUT_INFO_EDITION_MODE
0x10
1505 #define SET_CONSOLE_INPUT_INFO_INPUT_CODEPAGE
0x20
1506 #define SET_CONSOLE_INPUT_INFO_OUTPUT_CODEPAGE
0x40
1507 #define SET_CONSOLE_INPUT_INFO_WIN
0x80
1510 /* Get info about a
console (input only
) */
1511 @
REQ(get_console_input_info
)
1512 obj_handle_t handle
; /* handle to console input
, or
0 for process
' console */
1514 int history_mode; /* whether we duplicate lines in history */
1515 int history_size; /* number of lines in history */
1516 int history_index; /* number of used lines in history */
1517 int edition_mode; /* index to the edition mode flavors */
1518 int input_cp; /* console input codepage */
1519 int output_cp; /* console output codepage */
1520 user_handle_t win; /* console window if backend supports it */
1521 VARARG(title,unicode_str); /* console title */
1525 /* appends a string to console's history
*/
1526 @
REQ(append_console_input_history
)
1527 obj_handle_t handle
; /* handle to console input
, or
0 for process
' console */
1528 VARARG(line,unicode_str); /* line to add */
1532 /* appends a string to console's history
*/
1533 @
REQ(get_console_input_history
)
1534 obj_handle_t handle
; /* handle to console input
, or
0 for process
' console */
1535 int index; /* index to get line from */
1537 int total; /* total length of line in Unicode chars */
1538 VARARG(line,unicode_str); /* line to add */
1542 /* creates a new screen buffer on process' console
*/
1543 @
REQ(create_console_output
)
1544 obj_handle_t handle_in
; /* handle to console input
, or
0 for process
' console */
1545 unsigned int access; /* wanted access rights */
1546 unsigned int attributes; /* object attributes */
1547 unsigned int share; /* sharing credentials */
1548 int fd; /* for bare consoles, fd the screen-buffer is attached to */
1550 obj_handle_t handle_out; /* handle to the screen buffer */
1554 /* Set info about a console (output only) */
1555 @REQ(set_console_output_info)
1556 obj_handle_t handle; /* handle to the console */
1557 int mask; /* setting mask (see below) */
1558 short int cursor_size; /* size of cursor (percentage filled) */
1559 short int cursor_visible;/* cursor visibility flag */
1560 short int cursor_x; /* position of cursor (x, y) */
1562 short int width; /* width of the screen buffer */
1563 short int height; /* height of the screen buffer */
1564 short int attr; /* default fill attributes (screen colors) */
1565 short int popup_attr; /* pop-up color attributes */
1566 short int win_left; /* window actually displayed by renderer */
1567 short int win_top; /* the rect area is expressed within the */
1568 short int win_right; /* boundaries of the screen buffer */
1569 short int win_bottom;
1570 short int max_width; /* maximum size (width x height) for the window */
1571 short int max_height;
1572 short int font_width; /* font size (width x height) */
1573 short int font_height;
1574 VARARG(colors,uints); /* color table */
1576 #define SET_CONSOLE_OUTPUT_INFO_CURSOR_GEOM 0x0001
1577 #define SET_CONSOLE_OUTPUT_INFO_CURSOR_POS 0x0002
1578 #define SET_CONSOLE_OUTPUT_INFO_SIZE 0x0004
1579 #define SET_CONSOLE_OUTPUT_INFO_ATTR 0x0008
1580 #define SET_CONSOLE_OUTPUT_INFO_DISPLAY_WINDOW 0x0010
1581 #define SET_CONSOLE_OUTPUT_INFO_MAX_SIZE 0x0020
1582 #define SET_CONSOLE_OUTPUT_INFO_FONT 0x0040
1583 #define SET_CONSOLE_OUTPUT_INFO_COLORTABLE 0x0080
1584 #define SET_CONSOLE_OUTPUT_INFO_POPUP_ATTR 0x0100
1587 /* Get info about a console (output only) */
1588 @REQ(get_console_output_info)
1589 obj_handle_t handle; /* handle to the console */
1591 short int cursor_size; /* size of cursor (percentage filled) */
1592 short int cursor_visible;/* cursor visibility flag */
1593 short int cursor_x; /* position of cursor (x, y) */
1595 short int width; /* width of the screen buffer */
1596 short int height; /* height of the screen buffer */
1597 short int attr; /* default fill attributes (screen colors) */
1598 short int popup_attr; /* pop-up color attributes */
1599 short int win_left; /* window actually displayed by renderer */
1600 short int win_top; /* the rect area is expressed within the */
1601 short int win_right; /* boundaries of the screen buffer */
1602 short int win_bottom;
1603 short int max_width; /* maximum size (width x height) for the window */
1604 short int max_height;
1605 short int font_width; /* font size (width x height) */
1606 short int font_height;
1607 VARARG(colors,uints); /* color table */
1610 /* Add input records to a console input queue */
1611 @REQ(write_console_input)
1612 obj_handle_t handle; /* handle to the console input */
1613 VARARG(rec,input_records); /* input records */
1615 int written; /* number of records written */
1619 /* Fetch input records from a console input queue */
1620 @REQ(read_console_input)
1621 obj_handle_t handle; /* handle to the console input */
1622 int flush; /* flush the retrieved records from the queue? */
1624 int read; /* number of records read */
1625 VARARG(rec,input_records); /* input records */
1629 /* write data (chars and/or attributes) in a screen buffer */
1630 @REQ(write_console_output)
1631 obj_handle_t handle; /* handle to the console output */
1632 int x; /* position where to start writing */
1634 int mode; /* char info (see below) */
1635 int wrap; /* wrap around at end of line? */
1636 VARARG(data,bytes); /* info to write */
1638 int written; /* number of char infos actually written */
1639 int width; /* width of screen buffer */
1640 int height; /* height of screen buffer */
1644 CHAR_INFO_MODE_TEXT, /* characters only */
1645 CHAR_INFO_MODE_ATTR, /* attributes only */
1646 CHAR_INFO_MODE_TEXTATTR, /* both characters and attributes */
1647 CHAR_INFO_MODE_TEXTSTDATTR /* characters but use standard attributes */
1651 /* fill a screen buffer with constant data (chars and/or attributes) */
1652 @REQ(fill_console_output)
1653 obj_handle_t handle; /* handle to the console output */
1654 int x; /* position where to start writing */
1656 int mode; /* char info mode */
1657 int count; /* number to write */
1658 int wrap; /* wrap around at end of line? */
1659 char_info_t data; /* data to write */
1661 int written; /* number of char infos actually written */
1665 /* read data (chars and/or attributes) from a screen buffer */
1666 @REQ(read_console_output)
1667 obj_handle_t handle; /* handle to the console output */
1668 int x; /* position (x,y) where to start reading */
1670 int mode; /* char info mode */
1671 int wrap; /* wrap around at end of line? */
1673 int width; /* width of screen buffer */
1674 int height; /* height of screen buffer */
1679 /* move a rect (of data) in screen buffer content */
1680 @REQ(move_console_output)
1681 obj_handle_t handle; /* handle to the console output */
1682 short int x_src; /* position (x, y) of rect to start moving from */
1684 short int x_dst; /* position (x, y) of rect to move to */
1686 short int w; /* size of the rect (width, height) to move */
1691 /* Sends a signal to a process group */
1692 @REQ(send_console_signal)
1693 int signal; /* the signal to send */
1694 process_id_t group_id; /* the group to send the signal to */
1698 /* enable directory change notifications */
1699 @REQ(read_directory_changes)
1700 unsigned int filter; /* notification filter */
1701 int subtree; /* watch the subtree? */
1702 int want_data; /* flag indicating whether change data should be collected */
1703 async_data_t async; /* async I/O parameters */
1708 obj_handle_t handle;
1710 VARARG(events,filesystem_event); /* collected filesystem events */
1714 /* Create a file mapping */
1715 @REQ(create_mapping)
1716 unsigned int access; /* wanted access rights */
1717 unsigned int flags; /* SEC_* flags */
1718 unsigned int file_access; /* file access rights */
1719 mem_size_t size; /* mapping size */
1720 obj_handle_t file_handle; /* file handle */
1721 VARARG(objattr,object_attributes); /* object attributes */
1723 obj_handle_t handle; /* handle to the mapping */
1727 /* Open a mapping */
1729 unsigned int access; /* wanted access rights */
1730 unsigned int attributes; /* object attributes */
1731 obj_handle_t rootdir; /* root directory */
1732 VARARG(name,unicode_str); /* object name */
1734 obj_handle_t handle; /* handle to the mapping */
1738 /* Get information about a file mapping */
1739 @REQ(get_mapping_info)
1740 obj_handle_t handle; /* handle to the mapping */
1741 unsigned int access; /* wanted access rights */
1743 mem_size_t size; /* mapping size */
1744 unsigned int flags; /* SEC_* flags */
1745 obj_handle_t shared_file; /* shared mapping file handle */
1746 VARARG(image,pe_image_info);/* image info for SEC_IMAGE mappings */
1750 /* Add a memory view in the current process */
1752 obj_handle_t mapping; /* file mapping handle */
1753 unsigned int access; /* wanted access rights */
1754 client_ptr_t base; /* view base address (page-aligned) */
1755 mem_size_t size; /* view size */
1756 file_pos_t start; /* start offset in mapping */
1760 /* Unmap a memory view from the current process */
1762 client_ptr_t base; /* view base address */
1766 /* Get a range of committed pages in a file mapping */
1767 @REQ(get_mapping_committed_range)
1768 client_ptr_t base; /* view base address */
1769 file_pos_t offset; /* starting offset (page-aligned, in bytes) */
1771 mem_size_t size; /* size of range starting at offset (page-aligned, in bytes) */
1772 int committed; /* whether it is a committed range */
1776 /* Add a range to the committed pages in a file mapping */
1777 @REQ(add_mapping_committed_range)
1778 client_ptr_t base; /* view base address */
1779 file_pos_t offset; /* starting offset (page-aligned, in bytes) */
1780 mem_size_t size; /* size to set (page-aligned, in bytes) or 0 if only retrieving */
1784 /* Check if two memory maps are for the same file */
1785 @REQ(is_same_mapping)
1786 client_ptr_t base1; /* first view base address */
1787 client_ptr_t base2; /* second view base address */
1791 #define SNAP_PROCESS 0x00000001
1792 #define SNAP_THREAD 0x00000002
1793 /* Create a snapshot */
1794 @REQ(create_snapshot)
1795 unsigned int attributes; /* object attributes */
1796 unsigned int flags; /* snapshot flags (SNAP_*) */
1798 obj_handle_t handle; /* handle to the snapshot */
1802 /* Get the next process from a snapshot */
1804 obj_handle_t handle; /* handle to the snapshot */
1805 int reset; /* reset snapshot position? */
1807 int count; /* process usage count */
1808 process_id_t pid; /* process id */
1809 process_id_t ppid; /* parent process id */
1810 int threads; /* number of threads */
1811 int priority; /* process priority */
1812 int handles; /* number of handles */
1813 int unix_pid; /* Unix pid */
1814 VARARG(filename,unicode_str); /* file name of main exe */
1818 /* Get the next thread from a snapshot */
1820 obj_handle_t handle; /* handle to the snapshot */
1821 int reset; /* reset snapshot position? */
1823 int count; /* thread usage count */
1824 process_id_t pid; /* process id */
1825 thread_id_t tid; /* thread id */
1826 int base_pri; /* base priority */
1827 int delta_pri; /* delta priority */
1831 /* Wait for a debug event */
1832 @REQ(wait_debug_event)
1833 int get_handle; /* should we alloc a handle for waiting? */
1835 process_id_t pid; /* process id */
1836 thread_id_t tid; /* thread id */
1837 obj_handle_t wait; /* wait handle if no event ready */
1838 VARARG(event,debug_event); /* debug event data */
1842 /* Queue an exception event */
1843 @REQ(queue_exception_event)
1844 int first; /* first chance exception? */
1845 unsigned int code; /* exception code */
1846 unsigned int flags; /* exception flags */
1847 client_ptr_t record; /* exception record */
1848 client_ptr_t address; /* exception address */
1849 data_size_t len; /* size of parameters */
1850 VARARG(params,uints64,len);/* exception parameters */
1851 VARARG(context,context); /* thread context */
1853 obj_handle_t handle; /* handle to the queued event */
1857 /* Retrieve the status of an exception event */
1858 @REQ(get_exception_status)
1859 obj_handle_t handle; /* handle to the queued event */
1861 VARARG(context,context); /* modified thread context */
1865 /* Continue a debug event */
1866 @REQ(continue_debug_event)
1867 process_id_t pid; /* process id to continue */
1868 thread_id_t tid; /* thread id to continue */
1869 int status; /* continuation status */
1873 /* Start/stop debugging an existing process */
1875 process_id_t pid; /* id of the process to debug */
1876 int attach; /* 1=attaching / 0=detaching from the process */
1880 /* Simulate a breakpoint in a process */
1882 obj_handle_t handle; /* process handle */
1884 int self; /* was it the caller itself? */
1888 /* Set debugger kill on exit flag */
1889 @REQ(set_debugger_kill_on_exit)
1890 int kill_on_exit; /* 0=detach/1=kill debuggee when debugger dies */
1894 /* Read data from a process address space */
1895 @REQ(read_process_memory)
1896 obj_handle_t handle; /* process handle */
1897 client_ptr_t addr; /* addr to read from */
1899 VARARG(data,bytes); /* result data */
1903 /* Write data to a process address space */
1904 @REQ(write_process_memory)
1905 obj_handle_t handle; /* process handle */
1906 client_ptr_t addr; /* addr to write to */
1907 VARARG(data,bytes); /* data to write */
1911 /* Create a registry key */
1913 unsigned int access; /* desired access rights */
1914 unsigned int options; /* creation options */
1915 VARARG(objattr,object_attributes); /* object attributes */
1916 VARARG(class,unicode_str); /* class name */
1918 obj_handle_t hkey; /* handle to the created key */
1919 int created; /* has it been newly created? */
1922 /* Open a registry key */
1924 obj_handle_t parent; /* handle to the parent key */
1925 unsigned int access; /* desired access rights */
1926 unsigned int attributes; /* object attributes */
1927 VARARG(name,unicode_str); /* key name */
1929 obj_handle_t hkey; /* handle to the open key */
1933 /* Delete a registry key */
1935 obj_handle_t hkey; /* handle to the key */
1939 /* Flush a registry key */
1941 obj_handle_t hkey; /* handle to the key */
1945 /* Enumerate registry subkeys */
1947 obj_handle_t hkey; /* handle to registry key */
1948 int index; /* index of subkey (or -1 for current key) */
1949 int info_class; /* requested information class */
1951 int subkeys; /* number of subkeys */
1952 int max_subkey; /* longest subkey name */
1953 int max_class; /* longest class name */
1954 int values; /* number of values */
1955 int max_value; /* longest value name */
1956 int max_data; /* longest value data */
1957 timeout_t modif; /* last modification time */
1958 data_size_t total; /* total length needed for full name and class */
1959 data_size_t namelen; /* length of key name in bytes */
1960 VARARG(name,unicode_str,namelen); /* key name */
1961 VARARG(class,unicode_str); /* class name */
1965 /* Set a value of a registry key */
1967 obj_handle_t hkey; /* handle to registry key */
1968 int type; /* value type */
1969 data_size_t namelen; /* length of value name in bytes */
1970 VARARG(name,unicode_str,namelen); /* value name */
1971 VARARG(data,bytes); /* value data */
1975 /* Retrieve the value of a registry key */
1977 obj_handle_t hkey; /* handle to registry key */
1978 VARARG(name,unicode_str); /* value name */
1980 int type; /* value type */
1981 data_size_t total; /* total length needed for data */
1982 VARARG(data,bytes); /* value data */
1986 /* Enumerate a value of a registry key */
1987 @REQ(enum_key_value)
1988 obj_handle_t hkey; /* handle to registry key */
1989 int index; /* value index */
1990 int info_class; /* requested information class */
1992 int type; /* value type */
1993 data_size_t total; /* total length needed for full name and data */
1994 data_size_t namelen; /* length of value name in bytes */
1995 VARARG(name,unicode_str,namelen); /* value name */
1996 VARARG(data,bytes); /* value data */
2000 /* Delete a value of a registry key */
2001 @REQ(delete_key_value)
2002 obj_handle_t hkey; /* handle to registry key */
2003 VARARG(name,unicode_str); /* value name */
2007 /* Load a registry branch from a file */
2009 obj_handle_t file; /* file to load from */
2010 VARARG(objattr,object_attributes); /* object attributes */
2014 /* UnLoad a registry branch from a file */
2015 @REQ(unload_registry)
2016 obj_handle_t hkey; /* root key to unload to */
2020 /* Save a registry branch to a file */
2022 obj_handle_t hkey; /* key to save */
2023 obj_handle_t file; /* file to save to */
2027 /* Add a registry key change notification */
2028 @REQ(set_registry_notification)
2029 obj_handle_t hkey; /* key to watch for changes */
2030 obj_handle_t event; /* event to set */
2031 int subtree; /* should we watch the whole subtree? */
2032 unsigned int filter; /* things to watch */
2036 /* Create a waitable timer */
2038 unsigned int access; /* wanted access rights */
2039 int manual; /* manual reset */
2040 VARARG(objattr,object_attributes); /* object attributes */
2042 obj_handle_t handle; /* handle to the timer */
2046 /* Open a waitable timer */
2048 unsigned int access; /* wanted access rights */
2049 unsigned int attributes; /* object attributes */
2050 obj_handle_t rootdir; /* root directory */
2051 VARARG(name,unicode_str); /* object name */
2053 obj_handle_t handle; /* handle to the timer */
2056 /* Set a waitable timer */
2058 obj_handle_t handle; /* handle to the timer */
2059 timeout_t expire; /* next expiration absolute time */
2060 client_ptr_t callback; /* callback function */
2061 client_ptr_t arg; /* callback argument */
2062 int period; /* timer period in ms */
2064 int signaled; /* was the timer signaled before this call ? */
2067 /* Cancel a waitable timer */
2069 obj_handle_t handle; /* handle to the timer */
2071 int signaled; /* was the timer signaled before this calltime ? */
2074 /* Get information on a waitable timer */
2075 @REQ(get_timer_info)
2076 obj_handle_t handle; /* handle to the timer */
2078 timeout_t when; /* absolute time when the timer next expires */
2079 int signaled; /* is the timer signaled? */
2083 /* Retrieve the current context of a thread */
2084 @REQ(get_thread_context)
2085 obj_handle_t handle; /* thread handle */
2086 unsigned int flags; /* context flags */
2087 int suspend; /* suspend the thread if needed */
2089 int self; /* was it a handle to the current thread? */
2090 VARARG(context,context); /* thread context */
2094 /* Set the current context of a thread */
2095 @REQ(set_thread_context)
2096 obj_handle_t handle; /* thread handle */
2097 int suspend; /* suspend the thread if needed */
2098 VARARG(context,context); /* thread context */
2100 int self; /* was it a handle to the current thread? */
2104 /* Fetch a selector entry for a thread */
2105 @REQ(get_selector_entry)
2106 obj_handle_t handle; /* thread handle */
2107 int entry; /* LDT entry */
2109 unsigned int base; /* selector base */
2110 unsigned int limit; /* selector limit */
2111 unsigned char flags; /* selector flags */
2117 obj_handle_t table; /* which table to add atom to */
2118 VARARG(name,unicode_str); /* atom name */
2120 atom_t atom; /* resulting atom */
2124 /* Delete an atom */
2126 obj_handle_t table; /* which table to delete atom from */
2127 atom_t atom; /* atom handle */
2133 obj_handle_t table; /* which table to find atom from */
2134 VARARG(name,unicode_str); /* atom name */
2136 atom_t atom; /* atom handle */
2140 /* Get information about an atom */
2141 @REQ(get_atom_information)
2142 obj_handle_t table; /* which table to find atom from */
2143 atom_t atom; /* atom handle */
2145 int count; /* atom lock count */
2146 int pinned; /* whether the atom has been pinned */
2147 data_size_t total; /* actual length of atom name */
2148 VARARG(name,unicode_str); /* atom name */
2152 /* Set information about an atom */
2153 @REQ(set_atom_information)
2154 obj_handle_t table; /* which table to find atom from */
2155 atom_t atom; /* atom handle */
2156 int pinned; /* whether to bump atom information */
2160 /* Empty an atom table */
2161 @REQ(empty_atom_table)
2162 obj_handle_t table; /* which table to find atom from */
2163 int if_pinned; /* whether to delete pinned atoms */
2167 /* Init an atom table */
2168 @REQ(init_atom_table)
2169 int entries; /* number of entries (only for local) */
2171 obj_handle_t table; /* handle to the atom table */
2175 /* Get the message queue of the current thread */
2178 obj_handle_t handle; /* handle to the queue */
2182 /* Set the file descriptor associated to the current thread queue */
2184 obj_handle_t handle; /* handle to the file descriptor */
2188 /* Set the current message queue wakeup mask */
2189 @REQ(set_queue_mask)
2190 unsigned int wake_mask; /* wakeup bits mask */
2191 unsigned int changed_mask; /* changed bits mask */
2192 int skip_wait; /* will we skip waiting if signaled? */
2194 unsigned int wake_bits; /* current wake bits */
2195 unsigned int changed_bits; /* current changed bits */
2199 /* Get the current message queue status */
2200 @REQ(get_queue_status)
2201 unsigned int clear_bits; /* should we clear the change bits? */
2203 unsigned int wake_bits; /* wake bits */
2204 unsigned int changed_bits; /* changed bits since last time */
2208 /* Retrieve the process idle event */
2209 @REQ(get_process_idle_event)
2210 obj_handle_t handle; /* process handle */
2212 obj_handle_t event; /* handle to idle event */
2216 /* Send a message to a thread queue */
2218 thread_id_t id; /* thread id */
2219 int type; /* message type (see below) */
2220 int flags; /* message flags (see below) */
2221 user_handle_t win; /* window handle */
2222 unsigned int msg; /* message code */
2223 lparam_t wparam; /* parameters */
2224 lparam_t lparam; /* parameters */
2225 timeout_t timeout; /* timeout for reply */
2226 VARARG(data,message_data); /* message data for sent messages */
2229 @REQ(post_quit_message)
2230 int exit_code; /* exit code to return */
2235 MSG_ASCII, /* Ascii message (from SendMessageA) */
2236 MSG_UNICODE, /* Unicode message (from SendMessageW) */
2237 MSG_NOTIFY, /* notify message (from SendNotifyMessageW), always Unicode */
2238 MSG_CALLBACK, /* callback message (from SendMessageCallbackW), always Unicode */
2239 MSG_CALLBACK_RESULT,/* result of a callback message */
2240 MSG_OTHER_PROCESS, /* sent from other process, may include vararg data, always Unicode */
2241 MSG_POSTED, /* posted message (from PostMessageW), always Unicode */
2242 MSG_HARDWARE, /* hardware message */
2243 MSG_WINEVENT, /* winevent message */
2244 MSG_HOOK_LL /* low-level hardware hook */
2246 #define SEND_MSG_ABORT_IF_HUNG 0x01
2249 /* Send a hardware message to a thread queue */
2250 @REQ(send_hardware_message)
2251 user_handle_t win; /* window handle */
2252 hw_input_t input; /* input data */
2253 unsigned int flags; /* flags (see below) */
2255 int wait; /* do we need to wait for a reply? */
2256 int prev_x; /* previous cursor position */
2258 int new_x; /* new cursor position */
2260 VARARG(keystate,bytes); /* global state array for all the keys */
2262 #define SEND_HWMSG_INJECTED 0x01
2265 /* Get a message from the current queue */
2267 unsigned int flags; /* PM_* flags */
2268 user_handle_t get_win; /* window handle to get */
2269 unsigned int get_first; /* first message code to get */
2270 unsigned int get_last; /* last message code to get */
2271 unsigned int hw_id; /* id of the previous hardware message (or 0) */
2272 unsigned int wake_mask; /* wakeup bits mask */
2273 unsigned int changed_mask; /* changed bits mask */
2275 user_handle_t win; /* window handle */
2276 unsigned int msg; /* message code */
2277 lparam_t wparam; /* parameters */
2278 lparam_t lparam; /* parameters */
2279 int type; /* message type */
2280 int x; /* message x position */
2281 int y; /* message y position */
2282 unsigned int time; /* message time */
2283 unsigned int active_hooks; /* active hooks bitmap */
2284 data_size_t total; /* total size of extra data */
2285 VARARG(data,message_data); /* message data for sent messages */
2289 /* Reply to a sent message */
2291 int remove; /* should we remove the message? */
2292 lparam_t result; /* message result */
2293 VARARG(data,bytes); /* message data for sent messages */
2297 /* Accept the current hardware message */
2298 @REQ(accept_hardware_message)
2299 unsigned int hw_id; /* id of the hardware message */
2300 int remove; /* should we remove the message? */
2304 /* Retrieve the reply for the last message sent */
2305 @REQ(get_message_reply)
2306 int cancel; /* cancel message if not ready? */
2308 lparam_t result; /* message result */
2309 VARARG(data,bytes); /* message data for sent messages */
2313 /* Set a window timer */
2315 user_handle_t win; /* window handle */
2316 unsigned int msg; /* message to post */
2317 unsigned int rate; /* timer rate in ms */
2318 lparam_t id; /* timer id */
2319 lparam_t lparam; /* message lparam (callback proc) */
2321 lparam_t id; /* timer id */
2325 /* Kill a window timer */
2326 @REQ(kill_win_timer)
2327 user_handle_t win; /* window handle */
2328 lparam_t id; /* timer id */
2329 unsigned int msg; /* message to post */
2333 /* check if the thread owning the window is hung */
2334 @REQ(is_window_hung)
2335 user_handle_t win; /* window handle */
2341 /* Retrieve info about a serial port */
2342 @REQ(get_serial_info)
2343 obj_handle_t handle; /* handle to comm port */
2346 unsigned int eventmask;
2347 unsigned int cookie;
2348 unsigned int pending_write;
2352 /* Set info about a serial port */
2353 @REQ(set_serial_info)
2354 obj_handle_t handle; /* handle to comm port */
2355 int flags; /* bitmask to set values (see below) */
2357 #define SERIALINFO_PENDING_WRITE 0x04
2358 #define SERIALINFO_PENDING_WAIT 0x08
2361 /* Create an async I/O */
2362 @REQ(register_async)
2363 int type; /* type of queue to look after */
2364 async_data_t async; /* async I/O parameters */
2365 int count; /* count - usually # of bytes to be read/written */
2367 #define ASYNC_TYPE_READ 0x01
2368 #define ASYNC_TYPE_WRITE 0x02
2369 #define ASYNC_TYPE_WAIT 0x03
2372 /* Cancel all async op on a fd */
2374 obj_handle_t handle; /* handle to comm port, socket or file */
2375 client_ptr_t iosb; /* I/O status block (NULL=all) */
2376 int only_thread; /* cancel matching this thread */
2380 /* Retrieve results of an async */
2381 @REQ(get_async_result)
2382 client_ptr_t user_arg; /* user arg used to identify async */
2384 data_size_t size; /* result size (input or output depending on the operation) */
2385 VARARG(out_data,bytes); /* iosb output data */
2389 /* Perform a read on a file object */
2391 async_data_t async; /* async I/O parameters */
2392 file_pos_t pos; /* read position */
2394 obj_handle_t wait; /* handle to wait on for blocking read */
2395 unsigned int options; /* device open options */
2396 VARARG(data,bytes); /* read data */
2400 /* Perform a write on a file object */
2402 async_data_t async; /* async I/O parameters */
2403 file_pos_t pos; /* write position */
2404 VARARG(data,bytes); /* write data */
2406 obj_handle_t wait; /* handle to wait on for blocking write */
2407 unsigned int options; /* device open options */
2408 data_size_t size; /* size written */
2412 /* Perform an ioctl on a file */
2414 ioctl_code_t code; /* ioctl code */
2415 async_data_t async; /* async I/O parameters */
2416 VARARG(in_data,bytes); /* ioctl input data */
2418 obj_handle_t wait; /* handle to wait on for blocking ioctl */
2419 unsigned int options; /* device open options */
2420 VARARG(out_data,bytes); /* ioctl output data */
2424 /* Store results of an async irp */
2425 @REQ(set_irp_result)
2426 obj_handle_t handle; /* handle to the irp */
2427 unsigned int status; /* status of the irp */
2428 data_size_t size; /* result size (input or output depending on the operation) */
2429 client_ptr_t file_ptr; /* opaque pointer to the file object */
2430 VARARG(data,bytes); /* output data of the irp */
2434 /* Create a named pipe */
2435 @REQ(create_named_pipe)
2436 unsigned int access;
2437 unsigned int options;
2438 unsigned int sharing;
2439 unsigned int maxinstances;
2440 unsigned int outsize;
2441 unsigned int insize;
2444 VARARG(objattr,object_attributes); /* object attributes */
2446 obj_handle_t handle; /* handle to the pipe */
2449 /* flags in create_named_pipe and get_named_pipe_info */
2450 #define NAMED_PIPE_MESSAGE_STREAM_WRITE 0x0001
2451 #define NAMED_PIPE_MESSAGE_STREAM_READ 0x0002
2452 #define NAMED_PIPE_NONBLOCKING_MODE 0x0004
2453 #define NAMED_PIPE_SERVER_END 0x8000
2455 /* Get named pipe information by handle */
2456 @REQ(get_named_pipe_info)
2457 obj_handle_t handle;
2460 unsigned int sharing;
2461 unsigned int maxinstances;
2462 unsigned int instances;
2463 unsigned int outsize;
2464 unsigned int insize;
2467 /* Set named pipe information by handle */
2468 @REQ(set_named_pipe_info)
2469 obj_handle_t handle;
2473 /* Create a window */
2475 user_handle_t parent; /* parent window */
2476 user_handle_t owner; /* owner window */
2477 atom_t atom; /* class atom */
2478 mod_handle_t instance; /* module instance */
2479 int dpi; /* system DPI */
2480 int awareness; /* thread DPI awareness */
2481 VARARG(class,unicode_str); /* class name */
2483 user_handle_t handle; /* created window */
2484 user_handle_t parent; /* full handle of parent */
2485 user_handle_t owner; /* full handle of owner */
2486 int extra; /* number of extra bytes */
2487 client_ptr_t class_ptr; /* pointer to class in client address space */
2488 int dpi; /* window DPI if not per-monitor aware */
2489 int awareness; /* window DPI awareness */
2493 /* Destroy a window */
2494 @REQ(destroy_window)
2495 user_handle_t handle; /* handle to the window */
2499 /* Retrieve the desktop window for the current thread */
2500 @REQ(get_desktop_window)
2501 int force; /* force creation if it doesn't exist
*/
2503 user_handle_t top_window
; /* handle to the desktop window
*/
2504 user_handle_t msg_window
; /* handle to the top
-level HWND_MESSAGE parent
*/
2508 /* Set a window owner
*/
2509 @
REQ(set_window_owner
)
2510 user_handle_t handle
; /* handle to the window
*/
2511 user_handle_t owner
; /* new owner
*/
2513 user_handle_t full_owner
; /* full handle of new owner
*/
2514 user_handle_t prev_owner
; /* full handle of previous owner
*/
2518 /* Get information from a window handle
*/
2519 @
REQ(get_window_info
)
2520 user_handle_t handle
; /* handle to the window
*/
2522 user_handle_t full_handle
; /* full
32-bit handle
*/
2523 user_handle_t last_active
; /* last active popup
*/
2524 process_id_t pid
; /* process owning the window
*/
2525 thread_id_t tid
; /* thread owning the window
*/
2526 atom_t atom
; /* class atom
*/
2527 int is_unicode
; /* ANSI or unicode
*/
2528 int dpi
; /* window DPI
*/
2529 int awareness
; /* DPI awareness
*/
2533 /* Set some information in a window
*/
2534 @
REQ(set_window_info
)
2535 unsigned short flags
; /* flags for fields to
set (see below
) */
2536 short int is_unicode
; /* ANSI or unicode
*/
2537 user_handle_t handle
; /* handle to the window
*/
2538 unsigned int style
; /* window style
*/
2539 unsigned int ex_style
; /* window extended style
*/
2540 unsigned int id
; /* window id
*/
2541 mod_handle_t instance
; /* creator instance
*/
2542 lparam_t user_data
; /* user
-specific data
*/
2543 int extra_offset
; /* offset to set in extra bytes
*/
2544 data_size_t extra_size
; /* size to set in extra bytes
*/
2545 lparam_t extra_value
; /* value to set in extra bytes
*/
2547 unsigned int old_style
; /* old window style
*/
2548 unsigned int old_ex_style
; /* old window extended style
*/
2549 mod_handle_t old_instance
; /* old creator instance
*/
2550 lparam_t old_user_data
; /* old user
-specific data
*/
2551 lparam_t old_extra_value
; /* old value in extra bytes
*/
2552 unsigned int old_id
; /* old window id
*/
2554 #define SET_WIN_STYLE
0x01
2555 #define SET_WIN_EXSTYLE
0x02
2556 #define SET_WIN_ID
0x04
2557 #define SET_WIN_INSTANCE
0x08
2558 #define SET_WIN_USERDATA
0x10
2559 #define SET_WIN_EXTRA
0x20
2560 #define SET_WIN_UNICODE
0x40
2563 /* Set the parent of a window
*/
2565 user_handle_t handle
; /* handle to the window
*/
2566 user_handle_t parent
; /* handle to the parent
*/
2568 user_handle_t old_parent
; /* old parent window
*/
2569 user_handle_t full_parent
; /* full handle of new parent
*/
2570 int dpi
; /* new window DPI if not per
-monitor aware
*/
2571 int awareness
; /* new DPI awareness
*/
2575 /* Get a list of the window parents
, up to the root of the tree
*/
2576 @
REQ(get_window_parents
)
2577 user_handle_t handle
; /* handle to the window
*/
2579 int count
; /* total count of parents
*/
2580 VARARG(parents
,user_handles
); /* parent handles
*/
2584 /* Get a list of the window children
*/
2585 @
REQ(get_window_children
)
2586 obj_handle_t desktop
; /* handle to desktop
*/
2587 user_handle_t parent
; /* parent window
*/
2588 atom_t atom
; /* class atom for the listed children
*/
2589 thread_id_t tid
; /* thread owning the listed children
*/
2590 VARARG(class
,unicode_str
); /* class name
*/
2592 int count
; /* total count of children
*/
2593 VARARG(children
,user_handles
); /* children handles
*/
2597 /* Get a list of the window children that contain a given point
*/
2598 @
REQ(get_window_children_from_point
)
2599 user_handle_t parent
; /* parent window
*/
2600 int x
; /* point in parent coordinates
*/
2603 int count
; /* total count of children
*/
2604 VARARG(children
,user_handles
); /* children handles
*/
2608 /* Get window tree information from a window handle
*/
2609 @
REQ(get_window_tree
)
2610 user_handle_t handle
; /* handle to the window
*/
2612 user_handle_t parent
; /* parent window
*/
2613 user_handle_t owner
; /* owner window
*/
2614 user_handle_t next_sibling
; /* next sibling in Z
-order
*/
2615 user_handle_t prev_sibling
; /* prev sibling in Z
-order
*/
2616 user_handle_t first_sibling
; /* first sibling in Z
-order
*/
2617 user_handle_t last_sibling
; /* last sibling in Z
-order
*/
2618 user_handle_t first_child
; /* first child
*/
2619 user_handle_t last_child
; /* last child
*/
2622 /* Set the position and Z order of a window
*/
2623 @
REQ(set_window_pos
)
2624 unsigned short swp_flags
; /* SWP_
* flags
*/
2625 unsigned short paint_flags
; /* paint
flags (see below
) */
2626 user_handle_t handle
; /* handle to the window
*/
2627 user_handle_t previous
; /* previous window in Z order
*/
2628 rectangle_t window
; /* window
rectangle (in parent coords
) */
2629 rectangle_t client
; /* client
rectangle (in parent coords
) */
2630 VARARG(valid
,rectangles
); /* valid rectangles from
WM_NCCALCSIZE (in parent coords
) */
2632 unsigned int new_style
; /* new window style
*/
2633 unsigned int new_ex_style
; /* new window extended style
*/
2634 user_handle_t surface_win
; /* parent window that holds the surface
*/
2635 int needs_update
; /* whether the surface region needs an update
*/
2637 #define SET_WINPOS_PAINT_SURFACE
0x01 /* window has a paintable surface
*/
2638 #define SET_WINPOS_PIXEL_FORMAT
0x02 /* window has a custom pixel format
*/
2640 /* Get the window and client rectangles of a window
*/
2641 @
REQ(get_window_rectangles
)
2642 user_handle_t handle
; /* handle to the window
*/
2643 int relative
; /* coords relative
to (see below
) */
2645 rectangle_t window
; /* window rectangle
*/
2646 rectangle_t visible
; /* visible part of the window rectangle
*/
2647 rectangle_t client
; /* client rectangle
*/
2649 enum coords_relative
2651 COORDS_CLIENT
, /* relative to client area
*/
2652 COORDS_WINDOW
, /* relative to whole window area
*/
2653 COORDS_PARENT
, /* relative to parent
's client area */
2654 COORDS_SCREEN /* relative to screen origin */
2658 /* Get the window text */
2659 @REQ(get_window_text)
2660 user_handle_t handle; /* handle to the window */
2662 data_size_t length; /* total length in WCHARs */
2663 VARARG(text,unicode_str); /* window text */
2667 /* Set the window text */
2668 @REQ(set_window_text)
2669 user_handle_t handle; /* handle to the window */
2670 VARARG(text,unicode_str); /* window text */
2674 /* Get the coordinates offset between two windows */
2675 @REQ(get_windows_offset)
2676 user_handle_t from; /* handle to the first window */
2677 user_handle_t to; /* handle to the second window */
2679 int x; /* x coordinate offset */
2680 int y; /* y coordinate offset */
2681 int mirror; /* whether to mirror the x coordinate */
2685 /* Get the visible region of a window */
2686 @REQ(get_visible_region)
2687 user_handle_t window; /* handle to the window */
2688 unsigned int flags; /* DCX flags */
2690 user_handle_t top_win; /* top window to clip against */
2691 rectangle_t top_rect; /* top window visible rect with screen coords */
2692 rectangle_t win_rect; /* window rect in screen coords */
2693 unsigned int paint_flags; /* paint flags (from SET_WINPOS_* flags) */
2694 data_size_t total_size; /* total size of the resulting region */
2695 VARARG(region,rectangles); /* list of rectangles for the region (in screen coords) */
2699 /* Get the visible surface region of a window */
2700 @REQ(get_surface_region)
2701 user_handle_t window; /* handle to the window */
2703 rectangle_t visible_rect; /* window visible rect in screen coords */
2704 data_size_t total_size; /* total size of the resulting region */
2705 VARARG(region,rectangles); /* list of rectangles for the region (in screen coords) */
2709 /* Get the window region */
2710 @REQ(get_window_region)
2711 user_handle_t window; /* handle to the window */
2713 data_size_t total_size; /* total size of the resulting region */
2714 VARARG(region,rectangles); /* list of rectangles for the region (in window coords) */
2718 /* Set the window region */
2719 @REQ(set_window_region)
2720 user_handle_t window; /* handle to the window */
2721 int redraw; /* redraw the window? */
2722 VARARG(region,rectangles); /* list of rectangles for the region (in window coords) */
2726 /* Get the window update region */
2727 @REQ(get_update_region)
2728 user_handle_t window; /* handle to the window */
2729 user_handle_t from_child; /* child to start searching from */
2730 unsigned int flags; /* update flags (see below) */
2732 user_handle_t child; /* child to repaint (or window itself) */
2733 unsigned int flags; /* resulting update flags (see below) */
2734 data_size_t total_size; /* total size of the resulting region */
2735 VARARG(region,rectangles); /* list of rectangles for the region (in screen coords) */
2737 #define UPDATE_NONCLIENT 0x001 /* get region for repainting non-client area */
2738 #define UPDATE_ERASE 0x002 /* get region for erasing client area */
2739 #define UPDATE_PAINT 0x004 /* get region for painting client area */
2740 #define UPDATE_INTERNALPAINT 0x008 /* get region if internal paint is pending */
2741 #define UPDATE_ALLCHILDREN 0x010 /* force repaint of all children */
2742 #define UPDATE_NOCHILDREN 0x020 /* don't try to repaint any children
*/
2743 #define UPDATE_NOREGION
0x040 /* don
't return a region, only the flags */
2744 #define UPDATE_DELAYED_ERASE 0x080 /* still needs erase after BeginPaint */
2745 #define UPDATE_CLIPCHILDREN 0x100 /* remove clipped children from the update region */
2748 /* Update the z order of a window so that a given rectangle is fully visible */
2749 @REQ(update_window_zorder)
2750 user_handle_t window; /* handle to the window */
2751 rectangle_t rect; /* rectangle that must be visible (in client coords) */
2755 /* Mark parts of a window as needing a redraw */
2757 user_handle_t window; /* handle to the window */
2758 unsigned int flags; /* RDW_* flags */
2759 VARARG(region,rectangles); /* list of rectangles for the region (in window coords) */
2763 /* Set a window property */
2764 @REQ(set_window_property)
2765 user_handle_t window; /* handle to the window */
2766 lparam_t data; /* data to store */
2767 atom_t atom; /* property atom (if no name specified) */
2768 VARARG(name,unicode_str); /* property name */
2772 /* Remove a window property */
2773 @REQ(remove_window_property)
2774 user_handle_t window; /* handle to the window */
2775 atom_t atom; /* property atom (if no name specified) */
2776 VARARG(name,unicode_str); /* property name */
2778 lparam_t data; /* data stored in property */
2782 /* Get a window property */
2783 @REQ(get_window_property)
2784 user_handle_t window; /* handle to the window */
2785 atom_t atom; /* property atom (if no name specified) */
2786 VARARG(name,unicode_str); /* property name */
2788 lparam_t data; /* data stored in property */
2792 /* Get the list of properties of a window */
2793 @REQ(get_window_properties)
2794 user_handle_t window; /* handle to the window */
2796 int total; /* total number of properties */
2797 VARARG(props,properties); /* list of properties */
2801 /* Create a window station */
2802 @REQ(create_winstation)
2803 unsigned int flags; /* window station flags */
2804 unsigned int access; /* wanted access rights */
2805 unsigned int attributes; /* object attributes */
2806 obj_handle_t rootdir; /* root directory */
2807 VARARG(name,unicode_str); /* object name */
2809 obj_handle_t handle; /* handle to the window station */
2813 /* Open a handle to a window station */
2814 @REQ(open_winstation)
2815 unsigned int access; /* wanted access rights */
2816 unsigned int attributes; /* object attributes */
2817 obj_handle_t rootdir; /* root directory */
2818 VARARG(name,unicode_str); /* object name */
2820 obj_handle_t handle; /* handle to the window station */
2824 /* Close a window station */
2825 @REQ(close_winstation)
2826 obj_handle_t handle; /* handle to the window station */
2830 /* Get the process current window station */
2831 @REQ(get_process_winstation)
2833 obj_handle_t handle; /* handle to the window station */
2837 /* Set the process current window station */
2838 @REQ(set_process_winstation)
2839 obj_handle_t handle; /* handle to the window station */
2843 /* Enumerate window stations */
2844 @REQ(enum_winstation)
2845 unsigned int index; /* current index */
2847 unsigned int next; /* next index */
2848 VARARG(name,unicode_str); /* window station name */
2852 /* Create a desktop */
2853 @REQ(create_desktop)
2854 unsigned int flags; /* desktop flags */
2855 unsigned int access; /* wanted access rights */
2856 unsigned int attributes; /* object attributes */
2857 VARARG(name,unicode_str); /* object name */
2859 obj_handle_t handle; /* handle to the desktop */
2863 /* Open a handle to a desktop */
2865 obj_handle_t winsta; /* window station to open (null allowed) */
2866 unsigned int flags; /* desktop flags */
2867 unsigned int access; /* wanted access rights */
2868 unsigned int attributes; /* object attributes */
2869 VARARG(name,unicode_str); /* object name */
2871 obj_handle_t handle; /* handle to the desktop */
2875 /* Open a handle to current input desktop */
2876 @REQ(open_input_desktop)
2877 unsigned int flags; /* desktop flags */
2878 unsigned int access; /* wanted access rights */
2879 unsigned int attributes; /* object attributes */
2881 obj_handle_t handle; /* handle to the desktop */
2885 /* Close a desktop */
2887 obj_handle_t handle; /* handle to the desktop */
2891 /* Get the thread current desktop */
2892 @REQ(get_thread_desktop)
2893 thread_id_t tid; /* thread id */
2895 obj_handle_t handle; /* handle to the desktop */
2899 /* Set the thread current desktop */
2900 @REQ(set_thread_desktop)
2901 obj_handle_t handle; /* handle to the desktop */
2905 /* Enumerate desktops */
2907 obj_handle_t winstation; /* handle to the window station */
2908 unsigned int index; /* current index */
2910 unsigned int next; /* next index */
2911 VARARG(name,unicode_str); /* window station name */
2915 /* Get/set information about a user object (window station or desktop) */
2916 @REQ(set_user_object_info)
2917 obj_handle_t handle; /* handle to the object */
2918 unsigned int flags; /* information to set/get */
2919 unsigned int obj_flags; /* new object flags */
2921 int is_desktop; /* is object a desktop? */
2922 unsigned int old_obj_flags; /* old object flags */
2923 VARARG(name,unicode_str); /* object name */
2925 #define SET_USER_OBJECT_SET_FLAGS 1
2926 #define SET_USER_OBJECT_GET_FULL_NAME 2
2929 /* Register a hotkey */
2930 @REQ(register_hotkey)
2931 user_handle_t window; /* handle to the window */
2932 int id; /* hotkey identifier */
2933 unsigned int flags; /* modifier keys */
2934 unsigned int vkey; /* virtual key code */
2936 int replaced; /* did we replace an existing hotkey? */
2937 unsigned int flags; /* flags of replaced hotkey */
2938 unsigned int vkey; /* virtual key code of replaced hotkey */
2942 /* Unregister a hotkey */
2943 @REQ(unregister_hotkey)
2944 user_handle_t window; /* handle to the window */
2945 int id; /* hotkey identifier */
2947 unsigned int flags; /* flags of removed hotkey */
2948 unsigned int vkey; /* virtual key code of removed hotkey */
2952 /* Attach (or detach) thread inputs */
2953 @REQ(attach_thread_input)
2954 thread_id_t tid_from; /* thread to be attached */
2955 thread_id_t tid_to; /* thread to which tid_from should be attached */
2956 int attach; /* is it an attach? */
2960 /* Get input data for a given thread */
2961 @REQ(get_thread_input)
2962 thread_id_t tid; /* id of thread */
2964 user_handle_t focus; /* handle to the focus window */
2965 user_handle_t capture; /* handle to the capture window */
2966 user_handle_t active; /* handle to the active window */
2967 user_handle_t foreground; /* handle to the global foreground window */
2968 user_handle_t menu_owner; /* handle to the menu owner */
2969 user_handle_t move_size; /* handle to the moving/resizing window */
2970 user_handle_t caret; /* handle to the caret window */
2971 user_handle_t cursor; /* handle to the cursor */
2972 int show_count; /* cursor show count */
2973 rectangle_t rect; /* caret rectangle */
2977 /* Get the time of the last input event */
2978 @REQ(get_last_input_time)
2984 /* Retrieve queue keyboard state for a given thread */
2986 thread_id_t tid; /* id of thread */
2987 int key; /* optional key code or -1 */
2989 unsigned char state; /* state of specified key */
2990 VARARG(keystate,bytes); /* state array for all the keys */
2993 /* Set queue keyboard state for a given thread */
2995 thread_id_t tid; /* id of thread */
2996 int async; /* whether to change the async state too */
2997 VARARG(keystate,bytes); /* state array for all the keys */
3000 /* Set the system foreground window */
3001 @REQ(set_foreground_window)
3002 user_handle_t handle; /* handle to the foreground window */
3004 user_handle_t previous; /* handle to the previous foreground window */
3005 int send_msg_old; /* whether we have to send a msg to the old window */
3006 int send_msg_new; /* whether we have to send a msg to the new window */
3009 /* Set the current thread focus window */
3010 @REQ(set_focus_window)
3011 user_handle_t handle; /* handle to the focus window */
3013 user_handle_t previous; /* handle to the previous focus window */
3016 /* Set the current thread active window */
3017 @REQ(set_active_window)
3018 user_handle_t handle; /* handle to the active window */
3020 user_handle_t previous; /* handle to the previous active window */
3023 /* Set the current thread capture window */
3024 @REQ(set_capture_window)
3025 user_handle_t handle; /* handle to the capture window */
3026 unsigned int flags; /* capture flags (see below) */
3028 user_handle_t previous; /* handle to the previous capture window */
3029 user_handle_t full_handle; /* full 32-bit handle of new capture window */
3031 #define CAPTURE_MENU 0x01 /* capture is for a menu */
3032 #define CAPTURE_MOVESIZE 0x02 /* capture is for moving/resizing */
3035 /* Set the current thread caret window */
3036 @REQ(set_caret_window)
3037 user_handle_t handle; /* handle to the caret window */
3038 int width; /* caret width */
3039 int height; /* caret height */
3041 user_handle_t previous; /* handle to the previous caret window */
3042 rectangle_t old_rect; /* previous caret rectangle */
3043 int old_hide; /* previous hide count */
3044 int old_state; /* previous caret state (1=on, 0=off) */
3048 /* Set the current thread caret information */
3049 @REQ(set_caret_info)
3050 unsigned int flags; /* caret flags (see below) */
3051 user_handle_t handle; /* handle to the caret window */
3052 int x; /* caret x position */
3053 int y; /* caret y position */
3054 int hide; /* increment for hide count (can be negative to show it) */
3055 int state; /* caret state (see below) */
3057 user_handle_t full_handle; /* handle to the current caret window */
3058 rectangle_t old_rect; /* previous caret rectangle */
3059 int old_hide; /* previous hide count */
3060 int old_state; /* previous caret state (1=on, 0=off) */
3062 #define SET_CARET_POS 0x01 /* set the caret position from x,y */
3063 #define SET_CARET_HIDE 0x02 /* increment the caret hide count */
3064 #define SET_CARET_STATE 0x04 /* set the caret on/off state */
3067 CARET_STATE_OFF, /* off */
3068 CARET_STATE_ON, /* on */
3069 CARET_STATE_TOGGLE, /* toggle current state */
3070 CARET_STATE_ON_IF_MOVED /* on if the position differs, unchanged otherwise */
3074 /* Set a window hook */
3076 int id; /* id of the hook */
3077 process_id_t pid; /* id of process to set the hook into */
3078 thread_id_t tid; /* id of thread to set the hook into */
3081 client_ptr_t proc; /* hook procedure */
3083 int unicode; /* is it a unicode hook? */
3084 VARARG(module,unicode_str); /* module name */
3086 user_handle_t handle; /* handle to the hook */
3087 unsigned int active_hooks; /* active hooks bitmap */
3091 /* Remove a window hook */
3093 user_handle_t handle; /* handle to the hook */
3094 client_ptr_t proc; /* hook procedure if handle is 0 */
3095 int id; /* id of the hook if handle is 0 */
3097 unsigned int active_hooks; /* active hooks bitmap */
3101 /* Start calling a hook chain */
3102 @REQ(start_hook_chain)
3103 int id; /* id of the hook */
3104 int event; /* signalled event */
3105 user_handle_t window; /* handle to the event window */
3106 int object_id; /* object id for out of context winevent */
3107 int child_id; /* child id for out of context winevent */
3109 user_handle_t handle; /* handle to the next hook */
3110 process_id_t pid; /* process id for low-level keyboard/mouse hooks */
3111 thread_id_t tid; /* thread id for low-level keyboard/mouse hooks */
3112 int unicode; /* is it a unicode hook? */
3113 client_ptr_t proc; /* hook procedure */
3114 unsigned int active_hooks; /* active hooks bitmap */
3115 VARARG(module,unicode_str); /* module name */
3119 /* Finished calling a hook chain */
3120 @REQ(finish_hook_chain)
3121 int id; /* id of the hook */
3125 /* Get the hook information */
3127 user_handle_t handle; /* handle to the current hook */
3128 int get_next; /* do we want info about current or next hook? */
3129 int event; /* signalled event */
3130 user_handle_t window; /* handle to the event window */
3131 int object_id; /* object id for out of context winevent */
3132 int child_id; /* child id for out of context winevent */
3134 user_handle_t handle; /* handle to the hook */
3135 int id; /* id of the hook */
3136 process_id_t pid; /* process id for low-level keyboard/mouse hooks */
3137 thread_id_t tid; /* thread id for low-level keyboard/mouse hooks */
3138 client_ptr_t proc; /* hook procedure */
3139 int unicode; /* is it a unicode hook? */
3140 VARARG(module,unicode_str); /* module name */
3144 /* Create a window class */
3146 int local; /* is it a local class? */
3147 atom_t atom; /* class atom */
3148 unsigned int style; /* class style */
3149 mod_handle_t instance; /* module instance */
3150 int extra; /* number of extra class bytes */
3151 int win_extra; /* number of window extra bytes */
3152 client_ptr_t client_ptr; /* pointer to class in client address space */
3153 VARARG(name,unicode_str); /* class name */
3155 atom_t atom; /* resulting class atom */
3159 /* Destroy a window class */
3161 atom_t atom; /* class atom */
3162 mod_handle_t instance; /* module instance */
3163 VARARG(name,unicode_str); /* class name */
3165 client_ptr_t client_ptr; /* pointer to class in client address space */
3169 /* Set some information in a class */
3170 @REQ(set_class_info)
3171 user_handle_t window; /* handle to the window */
3172 unsigned int flags; /* flags for info to set (see below) */
3173 atom_t atom; /* class atom */
3174 unsigned int style; /* class style */
3175 int win_extra; /* number of window extra bytes */
3176 mod_handle_t instance; /* module instance */
3177 int extra_offset; /* offset to set in extra bytes */
3178 data_size_t extra_size; /* size to set in extra bytes */
3179 lparam_t extra_value; /* value to set in extra bytes */
3181 atom_t old_atom; /* previous class atom */
3182 unsigned int old_style; /* previous class style */
3183 int old_extra; /* previous number of class extra bytes */
3184 int old_win_extra; /* previous number of window extra bytes */
3185 mod_handle_t old_instance; /* previous module instance */
3186 lparam_t old_extra_value; /* old value in extra bytes */
3188 #define SET_CLASS_ATOM 0x0001
3189 #define SET_CLASS_STYLE 0x0002
3190 #define SET_CLASS_WINEXTRA 0x0004
3191 #define SET_CLASS_INSTANCE 0x0008
3192 #define SET_CLASS_EXTRA 0x0010
3195 /* Open the clipboard */
3196 @REQ(open_clipboard)
3197 user_handle_t window; /* clipboard window */
3199 user_handle_t owner; /* current clipboard owner */
3203 /* Close the clipboard */
3204 @REQ(close_clipboard)
3206 user_handle_t viewer; /* first clipboard viewer */
3207 user_handle_t owner; /* current clipboard owner */
3211 /* Empty the clipboard and grab ownership */
3212 @REQ(empty_clipboard)
3216 /* Add a data format to the clipboard */
3217 @REQ(set_clipboard_data)
3218 unsigned int format; /* clipboard format of the data */
3219 unsigned int lcid; /* locale id to use for synthesizing text formats */
3220 VARARG(data,bytes); /* data contents */
3222 unsigned int seqno; /* sequence number for the set data */
3226 /* Fetch a data format from the clipboard */
3227 @REQ(get_clipboard_data)
3228 unsigned int format; /* clipboard format of the data */
3229 int render; /* will we try to render it if missing? */
3230 int cached; /* do we already have it in the client-side cache? */
3231 unsigned int seqno; /* sequence number for the data in the cache */
3233 unsigned int from; /* for synthesized data, format to generate it from */
3234 user_handle_t owner; /* clipboard owner for delayed-rendered formats */
3235 unsigned int seqno; /* sequence number for the originally set data */
3236 data_size_t total; /* total data size */
3237 VARARG(data,bytes); /* data contents */
3241 /* Retrieve a list of available formats */
3242 @REQ(get_clipboard_formats)
3243 unsigned int format; /* specific format to query, return all if 0 */
3245 unsigned int count; /* count of available formats */
3246 VARARG(formats,uints); /* array of available formats */
3250 /* Retrieve the next available format */
3251 @REQ(enum_clipboard_formats)
3252 unsigned int previous; /* previous format, or first if 0 */
3254 unsigned int format; /* next format */
3258 /* Release ownership of the clipboard */
3259 @REQ(release_clipboard)
3260 user_handle_t owner; /* clipboard owner to release */
3262 user_handle_t viewer; /* first clipboard viewer */
3263 user_handle_t owner; /* current clipboard owner */
3267 /* Get clipboard information */
3268 @REQ(get_clipboard_info)
3270 user_handle_t window; /* clipboard window */
3271 user_handle_t owner; /* clipboard owner */
3272 user_handle_t viewer; /* clipboard viewer */
3273 unsigned int seqno; /* current sequence number */
3277 /* Set the clipboard viewer window */
3278 @REQ(set_clipboard_viewer)
3279 user_handle_t viewer; /* clipboard viewer */
3280 user_handle_t previous; /* if non-zero, check that this was the previous viewer */
3282 user_handle_t old_viewer; /* previous clipboard viewer */
3283 user_handle_t owner; /* clipboard owner */
3287 /* Add a clipboard listener window */
3288 @REQ(add_clipboard_listener)
3289 user_handle_t window; /* clipboard listener window */
3293 /* Remove a clipboard listener window */
3294 @REQ(remove_clipboard_listener)
3295 user_handle_t window; /* clipboard listener window */
3299 /* Open a security token */
3301 obj_handle_t handle; /* handle to the thread or process */
3302 unsigned int access; /* access rights to the new token */
3303 unsigned int attributes;/* object attributes */
3304 unsigned int flags; /* flags (see below) */
3306 obj_handle_t token; /* handle to the token */
3308 #define OPEN_TOKEN_THREAD 1
3309 #define OPEN_TOKEN_AS_SELF 2
3312 /* Set/get the global windows */
3313 @REQ(set_global_windows)
3314 unsigned int flags; /* flags for fields to set (see below) */
3315 user_handle_t shell_window; /* handle to the new shell window */
3316 user_handle_t shell_listview; /* handle to the new shell listview window */
3317 user_handle_t progman_window; /* handle to the new program manager window */
3318 user_handle_t taskman_window; /* handle to the new task manager window */
3320 user_handle_t old_shell_window; /* handle to the shell window */
3321 user_handle_t old_shell_listview; /* handle to the shell listview window */
3322 user_handle_t old_progman_window; /* handle to the new program manager window */
3323 user_handle_t old_taskman_window; /* handle to the new task manager window */
3325 #define SET_GLOBAL_SHELL_WINDOWS 0x01 /* set both main shell and listview windows */
3326 #define SET_GLOBAL_PROGMAN_WINDOW 0x02
3327 #define SET_GLOBAL_TASKMAN_WINDOW 0x04
3329 /* Adjust the privileges held by a token */
3330 @REQ(adjust_token_privileges)
3331 obj_handle_t handle; /* handle to the token */
3332 int disable_all; /* disable all privileges? */
3333 int get_modified_state; /* get modified privileges? */
3334 VARARG(privileges,LUID_AND_ATTRIBUTES); /* privileges to enable/disable/remove */
3336 unsigned int len; /* total length in bytes required to store token privileges */
3337 VARARG(privileges,LUID_AND_ATTRIBUTES); /* modified privileges */
3340 /* Retrieves the set of privileges held by or available to a token */
3341 @REQ(get_token_privileges)
3342 obj_handle_t handle; /* handle to the token */
3344 unsigned int len; /* total length in bytes required to store token privileges */
3345 VARARG(privileges,LUID_AND_ATTRIBUTES); /* privileges held by or available to a token */
3348 /* Check the token has the required privileges */
3349 @REQ(check_token_privileges)
3350 obj_handle_t handle; /* handle to the token */
3351 int all_required; /* are all the privileges required for the check to succeed? */
3352 VARARG(privileges,LUID_AND_ATTRIBUTES); /* privileges to check */
3354 int has_privileges; /* does the token have the required privileges? */
3355 VARARG(privileges,LUID_AND_ATTRIBUTES); /* privileges held by or available to a token */
3358 @REQ(duplicate_token)
3359 obj_handle_t handle; /* handle to the token to duplicate */
3360 unsigned int access; /* access rights to the new token */
3361 int primary; /* is the new token to be a primary one? */
3362 int impersonation_level; /* impersonation level of the new token */
3363 VARARG(objattr,object_attributes); /* object attributes */
3365 obj_handle_t new_handle; /* duplicated handle */
3369 obj_handle_t handle; /* handle to the token */
3370 unsigned int desired_access; /* desired access to the object */
3371 unsigned int mapping_read; /* mapping from generic read to specific rights */
3372 unsigned int mapping_write; /* mapping from generic write to specific rights */
3373 unsigned int mapping_execute; /* mapping from generic execute to specific rights */
3374 unsigned int mapping_all; /* mapping from generic all to specific rights */
3375 VARARG(sd,security_descriptor); /* security descriptor to check */
3377 unsigned int access_granted; /* access rights actually granted */
3378 unsigned int access_status; /* was access granted? */
3379 unsigned int privileges_len; /* length needed to store privileges */
3380 VARARG(privileges,LUID_AND_ATTRIBUTES); /* privileges used during access check */
3384 obj_handle_t handle; /* handle to the token */
3385 unsigned int which_sid; /* which SID to retrieve from the token */
3387 data_size_t sid_len; /* length needed to store sid */
3388 VARARG(sid,SID); /* the sid specified by which_sid from the token */
3391 @REQ(get_token_groups)
3392 obj_handle_t handle; /* handle to the token */
3394 data_size_t user_len; /* length needed to store user */
3395 VARARG(user,token_groups); /* groups the token's user belongs to
*/
3398 @
REQ(get_token_default_dacl
)
3399 obj_handle_t handle
; /* handle to the token
*/
3401 data_size_t acl_len
; /* length needed to store access control list
*/
3402 VARARG(acl
,ACL
); /* access control list
*/
3405 @
REQ(set_token_default_dacl
)
3406 obj_handle_t handle
; /* handle to the token
*/
3407 VARARG(acl
,ACL
); /* default dacl to set
*/
3410 @
REQ(set_security_object
)
3411 obj_handle_t handle
; /* handle to the object
*/
3412 unsigned int security_info
; /* which parts of security descriptor to set
*/
3413 VARARG(sd
,security_descriptor
); /* security descriptor to set
*/
3416 @
REQ(get_security_object
)
3417 obj_handle_t handle
; /* handle to the object
*/
3418 unsigned int security_info
; /* which parts of security descriptor to get
*/
3420 unsigned int sd_len
; /* buffer size needed for sd
*/
3421 VARARG(sd
,security_descriptor
); /* retrieved security descriptor
*/
3428 obj_handle_t handle
;
3429 unsigned int access
;
3432 /* Return a list of all opened handles
*/
3433 @
REQ(get_system_handles
)
3435 unsigned int count
; /* number of handles
*/
3436 VARARG(data
,handle_infos
); /* array of handle_infos
*/
3440 /* Create a mailslot
*/
3441 @
REQ(create_mailslot
)
3442 unsigned int access
; /* wanted access rights
*/
3443 timeout_t read_timeout
;
3444 unsigned int max_msgsize
;
3445 VARARG(objattr
,object_attributes
); /* object attributes
*/
3447 obj_handle_t handle
; /* handle to the mailslot
*/
3451 /* Set mailslot information
*/
3452 @
REQ(set_mailslot_info
)
3453 obj_handle_t handle
; /* handle to the mailslot
*/
3454 timeout_t read_timeout
;
3457 timeout_t read_timeout
;
3458 unsigned int max_msgsize
;
3460 #define MAILSLOT_SET_READ_TIMEOUT
1
3463 /* Create a directory object
*/
3464 @
REQ(create_directory
)
3465 unsigned int access
; /* access flags
*/
3466 VARARG(objattr
,object_attributes
); /* object attributes
*/
3468 obj_handle_t handle
; /* handle to the directory
*/
3472 /* Open a directory object
*/
3473 @
REQ(open_directory
)
3474 unsigned int access
; /* access flags
*/
3475 unsigned int attributes
; /* object attributes
*/
3476 obj_handle_t rootdir
; /* root directory
*/
3477 VARARG(directory_name
,unicode_str
); /* Directory name
*/
3479 obj_handle_t handle
; /* handle to the directory
*/
3483 /* Get a directory entry by index
*/
3484 @
REQ(get_directory_entry
)
3485 obj_handle_t handle
; /* handle to the directory
*/
3486 unsigned int index
; /* entry index
*/
3488 data_size_t name_len
; /* length of the entry name in bytes
*/
3489 VARARG(name
,unicode_str
,name_len
); /* entry name
*/
3490 VARARG(type
,unicode_str
); /* entry type
*/
3494 /* Create a symbolic link object
*/
3495 @
REQ(create_symlink
)
3496 unsigned int access
; /* access flags
*/
3497 VARARG(objattr
,object_attributes
); /* object attributes
*/
3498 VARARG(target_name
,unicode_str
); /* target name
*/
3500 obj_handle_t handle
; /* handle to the symlink
*/
3504 /* Open a symbolic link object
*/
3506 unsigned int access
; /* access flags
*/
3507 unsigned int attributes
; /* object attributes
*/
3508 obj_handle_t rootdir
; /* root directory
*/
3509 VARARG(name
,unicode_str
); /* symlink name
*/
3511 obj_handle_t handle
; /* handle to the symlink
*/
3515 /* Query a symbolic link object
*/
3517 obj_handle_t handle
; /* handle to the symlink
*/
3519 data_size_t total
; /* total needed size for name
*/
3520 VARARG(target_name
,unicode_str
); /* target name
*/
3524 /* Query basic object information
*/
3525 @
REQ(get_object_info
)
3526 obj_handle_t handle
; /* handle to the object
*/
3528 unsigned int access
; /* granted access mask
*/
3529 unsigned int ref_count
; /* object ref count
*/
3530 unsigned int handle_count
; /* object handle count
*/
3531 data_size_t total
; /* total needed size for name
*/
3532 VARARG(name
,unicode_str
); /* object name
*/
3536 /* Query object type name information
*/
3537 @
REQ(get_object_type
)
3538 obj_handle_t handle
; /* handle to the object
*/
3540 data_size_t total
; /* needed size for type name
*/
3541 VARARG(type
,unicode_str
); /* type name
*/
3545 /* Unlink a named object
*/
3547 obj_handle_t handle
; /* handle to the object
*/
3551 /* Query the impersonation level of an impersonation token
*/
3552 @
REQ(get_token_impersonation_level
)
3553 obj_handle_t handle
; /* handle to the object
*/
3555 int impersonation_level
; /* impersonation level of the impersonation token
*/
3558 /* Allocate a locally
-unique identifier
*/
3559 @
REQ(allocate_locally_unique_id
)
3565 /* Create a device manager
*/
3566 @
REQ(create_device_manager
)
3567 unsigned int access
; /* wanted access rights
*/
3568 unsigned int attributes
; /* object attributes
*/
3570 obj_handle_t handle
; /* handle to the device
*/
3574 /* Create a device
*/
3576 unsigned int access
; /* wanted access rights
*/
3577 unsigned int attributes
; /* object attributes
*/
3578 obj_handle_t rootdir
; /* root directory
*/
3579 client_ptr_t user_ptr
; /* opaque ptr for use by client
*/
3580 obj_handle_t manager
; /* device manager
*/
3581 VARARG(name
,unicode_str
); /* object name
*/
3583 obj_handle_t handle
; /* handle to the device
*/
3587 /* Delete a device
*/
3589 obj_handle_t handle
; /* handle to the device
*/
3593 /* Retrieve the next pending device irp request
*/
3594 @
REQ(get_next_device_request
)
3595 obj_handle_t manager
; /* handle to the device manager
*/
3596 obj_handle_t prev
; /* handle to the previous irp
*/
3597 unsigned int status
; /* status of the previous irp
*/
3599 irp_params_t params
; /* irp parameters
*/
3600 obj_handle_t next
; /* handle to the next irp
*/
3601 process_id_t client_pid
; /* pid of process calling irp
*/
3602 thread_id_t client_tid
; /* tid of thread calling irp
*/
3603 data_size_t in_size
; /* total needed input size
*/
3604 data_size_t out_size
; /* needed output size
*/
3605 VARARG(next_data
,bytes
); /* input data of the next irp
*/
3609 /* Make the current process a system process
*/
3610 @
REQ(make_process_system
)
3612 obj_handle_t event
; /* event signaled when all user processes have exited
*/
3616 /* Get detailed fixed
-size information about a token
*/
3617 @
REQ(get_token_statistics
)
3618 obj_handle_t handle
; /* handle to the object
*/
3620 luid_t token_id
; /* locally
-unique identifier of the token
*/
3621 luid_t modified_id
; /* locally
-unique identifier of the modified version of the token
*/
3622 int primary
; /* is the token primary or impersonation?
*/
3623 int impersonation_level
; /* level of impersonation
*/
3624 int group_count
; /* the number of groups the token is a member of
*/
3625 int privilege_count
; /* the number of privileges the token has
*/
3629 /* Create I
/O completion port
*/
3630 @
REQ(create_completion
)
3631 unsigned int access
; /* desired access to a port
*/
3632 unsigned int concurrent
; /* max number of concurrent active threads
*/
3633 VARARG(objattr
,object_attributes
); /* object attributes
*/
3635 obj_handle_t handle
; /* port handle
*/
3639 /* Open I
/O completion port
*/
3640 @
REQ(open_completion
)
3641 unsigned int access
; /* desired access to a port
*/
3642 unsigned int attributes
; /* object attributes
*/
3643 obj_handle_t rootdir
; /* root directory
*/
3644 VARARG(filename
,unicode_str
); /* port name
*/
3646 obj_handle_t handle
; /* port handle
*/
3650 /* add completion to completion port
*/
3651 @
REQ(add_completion
)
3652 obj_handle_t handle
; /* port handle
*/
3653 apc_param_t ckey
; /* completion key
*/
3654 apc_param_t cvalue
; /* completion value
*/
3655 apc_param_t information
; /* IO_STATUS_BLOCK Information
*/
3656 unsigned int status
; /* completion result
*/
3660 /* get completion from completion port queue
*/
3661 @
REQ(remove_completion
)
3662 obj_handle_t handle
; /* port handle
*/
3664 apc_param_t ckey
; /* completion key
*/
3665 apc_param_t cvalue
; /* completion value
*/
3666 apc_param_t information
; /* IO_STATUS_BLOCK Information
*/
3667 unsigned int status
; /* completion result
*/
3671 /* get completion queue depth
*/
3672 @
REQ(query_completion
)
3673 obj_handle_t handle
; /* port handle
*/
3675 unsigned int depth
; /* completion queue depth
*/
3679 /* associate object with completion port
*/
3680 @
REQ(set_completion_info
)
3681 obj_handle_t handle
; /* object handle
*/
3682 apc_param_t ckey
; /* completion key
*/
3683 obj_handle_t chandle
; /* port handle
*/
3687 /* check for associated completion and push msg
*/
3688 @
REQ(add_fd_completion
)
3689 obj_handle_t handle
; /* async
' object */
3690 apc_param_t cvalue; /* completion value */
3691 apc_param_t information; /* IO_STATUS_BLOCK Information */
3692 unsigned int status; /* completion status */
3696 /* set fd disposition information */
3697 @REQ(set_fd_disp_info)
3698 obj_handle_t handle; /* handle to a file or directory */
3699 int unlink; /* whether to unlink file on close */
3703 /* set fd name information */
3704 @REQ(set_fd_name_info)
3705 obj_handle_t handle; /* handle to a file or directory */
3706 obj_handle_t rootdir; /* root directory */
3707 int link; /* link instead of renaming */
3708 VARARG(filename,string); /* new file name */
3712 /* Retrieve layered info for a window */
3713 @REQ(get_window_layered_info)
3714 user_handle_t handle; /* handle to the window */
3716 unsigned int color_key; /* color key */
3717 unsigned int alpha; /* alpha (0..255) */
3718 unsigned int flags; /* LWA_* flags */
3722 /* Set layered info for a window */
3723 @REQ(set_window_layered_info)
3724 user_handle_t handle; /* handle to the window */
3725 unsigned int color_key; /* color key */
3726 unsigned int alpha; /* alpha (0..255) */
3727 unsigned int flags; /* LWA_* flags */
3731 /* Allocate an arbitrary user handle */
3732 @REQ(alloc_user_handle)
3734 user_handle_t handle; /* allocated handle */
3738 /* Free an arbitrary user handle */
3739 @REQ(free_user_handle)
3740 user_handle_t handle; /* handle to free*/
3744 /* Set/get the current cursor */
3746 unsigned int flags; /* flags for fields to set (see below) */
3747 user_handle_t handle; /* handle to the cursor */
3748 int show_count; /* show count increment/decrement */
3749 int x; /* cursor position */
3751 rectangle_t clip; /* cursor clip rectangle */
3752 unsigned int clip_msg; /* message to post on cursor clip changes */
3754 user_handle_t prev_handle; /* previous handle */
3755 int prev_count; /* previous show count */
3756 int prev_x; /* previous position */
3758 int new_x; /* new position */
3760 rectangle_t new_clip; /* new clip rectangle */
3761 unsigned int last_change; /* time of last position change */
3763 #define SET_CURSOR_HANDLE 0x01
3764 #define SET_CURSOR_COUNT 0x02
3765 #define SET_CURSOR_POS 0x04
3766 #define SET_CURSOR_CLIP 0x08
3767 #define SET_CURSOR_NOCLIP 0x10
3770 /* Modify the list of registered rawinput devices */
3771 @REQ(update_rawinput_devices)
3772 VARARG(devices,rawinput_devices);
3776 /* Retrieve the suspended context of a thread */
3777 @REQ(get_suspend_context)
3779 VARARG(context,context); /* thread context */
3783 /* Store the suspend context of a thread */
3784 @REQ(set_suspend_context)
3785 VARARG(context,context); /* thread context */
3789 /* Create a new job object */
3791 unsigned int access; /* wanted access rights */
3792 VARARG(objattr,object_attributes); /* object attributes */
3794 obj_handle_t handle; /* handle to the job */
3798 /* Open a job object */
3800 unsigned int access; /* wanted access rights */
3801 unsigned int attributes; /* object attributes */
3802 obj_handle_t rootdir; /* root directory */
3803 VARARG(name,unicode_str); /* object name */
3805 obj_handle_t handle; /* handle to the job */
3809 /* Assign a job object to a process */
3811 obj_handle_t job; /* handle to the job */
3812 obj_handle_t process; /* handle to the process */
3816 /* Check if a process is associated with a job */
3817 @REQ(process_in_job)
3818 obj_handle_t job; /* handle to the job */
3819 obj_handle_t process; /* handle to the process */
3823 /* Set limit flags on a job */
3824 @REQ(set_job_limits)
3825 obj_handle_t handle; /* handle to the job */
3826 unsigned int limit_flags; /* new limit flags */
3830 /* Set new completion port for a job */
3831 @REQ(set_job_completion_port)
3832 obj_handle_t job; /* handle to the job */
3833 obj_handle_t port; /* handle to the completion port */
3834 client_ptr_t key; /* key to send with completion messages */
3838 /* Terminate all processes associated with the job */
3840 obj_handle_t handle; /* handle to the job */
3841 int status; /* process exit code */