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
; /* DbgExceptionStateChange
*/
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
; /* DbgCreateThreadStateChange
*/
92 obj_handle_t handle
; /* handle to the new thread
*/
93 client_ptr_t start
; /* thread startup routine
*/
97 int code
; /* DbgCreateProcessStateChange
*/
98 obj_handle_t file
; /* handle to the process exe file
*/
99 obj_handle_t process
; /* handle to the new process
*/
100 obj_handle_t thread
; /* handle to the new thread
*/
101 mod_handle_t base
; /* base of executable image
*/
102 int dbg_offset
; /* offset of debug info in file
*/
103 int dbg_size
; /* size of debug info
*/
104 client_ptr_t start
; /* thread startup routine
*/
108 int code
; /* DbgExitThreadStateChange
/DbgExitProcessStateChange
*/
109 int exit_code
; /* thread or process exit code
*/
113 int code
; /* DbgLoadDllStateChange
*/
114 obj_handle_t handle
; /* file handle for the dll
*/
115 mod_handle_t base
; /* base address of the dll
*/
116 int dbg_offset
; /* offset of debug info in file
*/
117 int dbg_size
; /* size of debug info
*/
118 client_ptr_t name
; /* image
name (optional
) */
122 int code
; /* DbgUnloadDllStateChange
*/
124 mod_handle_t base
; /* base address of the dll
*/
131 unsigned int machine
; /* machine type
*/
132 unsigned int flags
; /* SERVER_CTX_
* flags
*/
135 struct
{ unsigned int eip
, ebp
, esp
, eflags
, cs
, ss
; } i386_regs
;
136 struct
{ unsigned __int64 rip
, rbp
, rsp
;
137 unsigned int cs
, ss
, flags
, __pad
; } x86_64_regs
;
138 struct
{ unsigned int sp
, lr
, pc
, cpsr
; } arm_regs
;
139 struct
{ unsigned __int64 sp
, pc
, pstate
; } arm64_regs
;
140 } ctl
; /* selected by SERVER_CTX_CONTROL
*/
143 struct
{ unsigned int eax
, ebx
, ecx
, edx
, esi
, edi
; } i386_regs
;
144 struct
{ unsigned __int64 rax
,rbx
, rcx
, rdx
, rsi
, rdi
,
145 r8
, r9
, r10
, r11
, r12
, r13
, r14
, r15
; } x86_64_regs
;
146 struct
{ unsigned int r
[13]; } arm_regs
;
147 struct
{ unsigned __int64 x
[31]; } arm64_regs
;
148 } integer
; /* selected by SERVER_CTX_INTEGER
*/
151 struct
{ unsigned int ds
, es
, fs
, gs
; } i386_regs
;
152 struct
{ unsigned int ds
, es
, fs
, gs
; } x86_64_regs
;
153 } seg
; /* selected by SERVER_CTX_SEGMENTS
*/
156 struct
{ unsigned int ctrl
, status
, tag
, err_off
, err_sel
, data_off
, data_sel
, cr0npx
;
157 unsigned char regs
[80]; } i386_regs
;
158 struct
{ struct
{ unsigned __int64 low
, high
; } fpregs
[32]; } x86_64_regs
;
159 struct
{ unsigned __int64 d
[32]; unsigned int fpscr
; } arm_regs
;
160 struct
{ struct
{ unsigned __int64 low
, high
; } q
[32]; unsigned int fpcr
, fpsr
; } arm64_regs
;
161 } fp
; /* selected by SERVER_CTX_FLOATING_POINT
*/
164 struct
{ unsigned int dr0
, dr1
, dr2
, dr3
, dr6
, dr7
; } i386_regs
;
165 struct
{ unsigned __int64 dr0
, dr1
, dr2
, dr3
, dr6
, dr7
; } x86_64_regs
;
166 struct
{ unsigned int bvr
[8], bcr
[8], wvr
[1], wcr
[1]; } arm_regs
;
167 struct
{ unsigned __int64 bvr
[8], wvr
[2]; unsigned int bcr
[8], wcr
[2]; } arm64_regs
;
168 } debug
; /* selected by SERVER_CTX_DEBUG_REGISTERS
*/
171 unsigned char i386_regs
[512];
172 } ext
; /* selected by SERVER_CTX_EXTENDED_REGISTERS
*/
175 struct
{ struct
{ unsigned __int64 low
, high
; } ymm_high
[16]; } regs
;
176 } ymm
; /* selected by SERVER_CTX_YMM_REGISTERS
*/
179 #define SERVER_CTX_CONTROL
0x01
180 #define SERVER_CTX_INTEGER
0x02
181 #define SERVER_CTX_SEGMENTS
0x04
182 #define SERVER_CTX_FLOATING_POINT
0x08
183 #define SERVER_CTX_DEBUG_REGISTERS
0x10
184 #define SERVER_CTX_EXTENDED_REGISTERS
0x20
185 #define SERVER_CTX_YMM_REGISTERS
0x40
187 /* structure used in sending an fd from client to server
*/
190 thread_id_t tid
; /* thread id
*/
191 int fd
; /* file descriptor on client
-side
*/
194 /* structure sent by the server on the wait fifo
*/
197 client_ptr_t cookie
; /* magic cookie that was passed in select_request
*/
198 int signaled
; /* wait result
*/
202 /* NT
-style timeout
, in
100ns units
, negative means relative timeout
*/
203 typedef __int64 timeout_t
;
204 #define
TIMEOUT_INFINITE (((timeout_t
)0x7fffffff) << 32 |
0xffffffff)
206 /* absolute timeout
, negative means that monotonic clock is used
*/
207 typedef __int64 abstime_t
;
209 /* structure for process startup info
*/
212 unsigned int debug_flags
;
213 unsigned int console_flags
;
214 obj_handle_t console
;
216 obj_handle_t hstdout
;
217 obj_handle_t hstderr
;
224 unsigned int attribute
;
227 data_size_t curdir_len
;
228 data_size_t dllpath_len
;
229 data_size_t imagepath_len
;
230 data_size_t cmdline_len
;
231 data_size_t title_len
;
232 data_size_t desktop_len
;
233 data_size_t shellinfo_len
;
234 data_size_t runtime_len
;
235 /* VARARG(curdir
,unicode_str
,curdir_len
); */
236 /* VARARG(dllpath
,unicode_str
,dllpath_len
); */
237 /* VARARG(imagepath
,unicode_str
,imagepath_len
); */
238 /* VARARG(cmdline
,unicode_str
,cmdline_len
); */
239 /* VARARG(title
,unicode_str
,title_len
); */
240 /* VARARG(desktop
,unicode_str
,desktop_len
); */
241 /* VARARG(shellinfo
,unicode_str
,shellinfo_len
); */
242 /* VARARG(runtime
,unicode_str
,runtime_len
); */
245 /* structure returned in the list of window properties
*/
248 atom_t atom
; /* property atom
*/
249 int string
; /* was atom a string originally?
*/
250 lparam_t data
; /* data stored in property
*/
253 /* structure to specify window rectangles
*/
262 /* structure for parameters of async I
/O calls
*/
265 obj_handle_t handle
; /* object to perform I
/O on
*/
266 obj_handle_t event
; /* event to signal when done
*/
267 client_ptr_t iosb
; /* I
/O status block in client addr space
*/
268 client_ptr_t user
; /* opaque user data containing callback pointer and async
-specific data
*/
269 client_ptr_t apc
; /* user APC to call
*/
270 apc_param_t apc_context
; /* user APC context or completion value
*/
273 /* structures for extra message data
*/
277 unsigned int device
; /* source
device (IMDT_
* values
) */
278 unsigned int origin
; /* source
origin (IMO_
* values
) */
286 int type
; /* RIM_TYPEKEYBOARD
*/
287 unsigned int message
; /* message generated by this rawinput event
*/
288 unsigned short vkey
; /* virtual key code
*/
289 unsigned short scan
; /* scan code
*/
293 int type
; /* RIM_TYPEMOUSE
*/
294 int x
; /* x coordinate
*/
295 int y
; /* y coordinate
*/
296 unsigned int data
; /* mouse data
*/
300 int type
; /* RIM_TYPEHID
*/
301 unsigned int device
; /* rawinput device index
*/
302 unsigned int param
; /* rawinput message param
*/
303 unsigned short usage_page
;/* HID usage page
*/
304 unsigned short usage
; /* HID usage
*/
305 unsigned int count
; /* HID report count
*/
306 unsigned int length
; /* HID report length
*/
310 struct hardware_msg_data
312 lparam_t info
; /* extra info
*/
313 data_size_t size
; /* size of hardware message data
*/
315 unsigned int hw_id
; /* unique id
*/
316 unsigned int flags
; /* hook flags
*/
317 struct hw_msg_source source
; /* message source
*/
318 union rawinput rawinput
; /* rawinput message data
*/
321 struct callback_msg_data
323 client_ptr_t callback
; /* callback function
*/
324 lparam_t data
; /* user data for callback
*/
325 lparam_t result
; /* message result
*/
328 struct winevent_msg_data
330 user_handle_t hook
; /* hook handle
*/
331 thread_id_t tid
; /* thread id
*/
332 client_ptr_t hook_proc
; /* hook proc address
*/
333 /* followed by module name if any
*/
341 int type
; /* INPUT_KEYBOARD
*/
342 unsigned short vkey
; /* virtual key code
*/
343 unsigned short scan
; /* scan code
*/
344 unsigned int flags
; /* event flags
*/
345 unsigned int time
; /* event time
*/
346 lparam_t info
; /* extra info
*/
350 int type
; /* INPUT_MOUSE
*/
351 int x
; /* coordinates
*/
353 unsigned int data
; /* mouse data
*/
354 unsigned int flags
; /* event flags
*/
355 unsigned int time
; /* event time
*/
356 lparam_t info
; /* extra info
*/
360 int type
; /* INPUT_HARDWARE
*/
361 unsigned int msg
; /* message code
*/
362 lparam_t lparam
; /* message param
*/
363 union rawinput rawinput
;/* rawinput message data
*/
369 unsigned char bytes
[1]; /* raw data for sent messages
*/
370 struct hardware_msg_data hardware
;
371 struct callback_msg_data callback
;
372 struct winevent_msg_data winevent
;
375 /* structure returned in filesystem events
*/
376 struct filesystem_event
385 unsigned int low_part
;
397 unsigned char revision
;
400 unsigned short count
;
406 unsigned char revision
;
407 unsigned char sub_count
;
408 unsigned char id_auth
[6];
409 unsigned int sub_auth
[15];
420 #define MAX_ACL_LEN
65535
422 struct security_descriptor
424 unsigned int control
; /* SE_ flags
*/
425 data_size_t owner_len
;
426 data_size_t group_len
;
427 data_size_t sacl_len
;
428 data_size_t dacl_len
;
429 /* VARARG(owner
,sid
); */
430 /* VARARG(group
,sid
); */
431 /* VARARG(sacl
,acl
); */
432 /* VARARG(dacl
,acl
); */
435 struct object_attributes
437 obj_handle_t rootdir
; /* root directory
*/
438 unsigned int attributes
; /* object attributes
*/
439 data_size_t sd_len
; /* length of security_descriptor data. may be
0 */
440 data_size_t name_len
; /* length of the name string. may be
0 */
441 /* VARARG(sd
,security_descriptor
); */
442 /* VARARG(name
,unicode_str
); */
445 struct object_type_info
447 data_size_t name_len
; /* length of the name string
*/
448 unsigned int index
; /* type index in global table
*/
449 unsigned int obj_count
; /* count of objects of this type
*/
450 unsigned int handle_count
; /* count of handles of this type
*/
451 unsigned int obj_max
; /* max count of objects of this type
*/
452 unsigned int handle_max
; /* max count of handles of this type
*/
453 unsigned int valid_access
; /* mask for valid access bits
*/
454 generic_map_t mapping
; /* generic access mappings
*/
455 /* VARARG(name
,unicode_str
); */
463 SELECT_SIGNAL_AND_WAIT
,
464 SELECT_KEYED_EVENT_WAIT
,
465 SELECT_KEYED_EVENT_RELEASE
473 enum select_op op
; /* SELECT_WAIT or SELECT_WAIT_ALL
*/
474 obj_handle_t handles
[MAXIMUM_WAIT_OBJECTS
];
478 enum select_op op
; /* SELECT_SIGNAL_AND_WAIT
*/
480 obj_handle_t signal
; /* must be last in the structure so we can remove it on retries
*/
484 enum select_op op
; /* SELECT_KEYED_EVENT_WAIT or SELECT_KEYED_EVENT_RELEASE
*/
510 enum apc_type type
; /* APC_USER
*/
512 client_ptr_t func
; /* void (__stdcall
*func
)(ULONG_PTR
,ULONG_PTR
,ULONG_PTR
); */
513 apc_param_t args
[3]; /* arguments for user function
*/
522 enum apc_type type
; /* APC_ASYNC_IO
*/
523 unsigned int status
; /* I
/O status
*/
524 client_ptr_t user
; /* user pointer
*/
525 client_ptr_t sb
; /* status block
*/
526 data_size_t result
; /* result size
*/
530 enum apc_type type
; /* APC_VIRTUAL_ALLOC
*/
531 unsigned int op_type
; /* type of operation
*/
532 client_ptr_t addr
; /* requested address
*/
533 mem_size_t size
; /* allocation size
*/
534 mem_size_t zero_bits
; /* number of zero high bits
*/
535 unsigned int prot
; /* memory protection flags
*/
539 enum apc_type type
; /* APC_VIRTUAL_FREE
*/
540 unsigned int op_type
; /* type of operation
*/
541 client_ptr_t addr
; /* requested address
*/
542 mem_size_t size
; /* allocation size
*/
546 enum apc_type type
; /* APC_VIRTUAL_QUERY
*/
548 client_ptr_t addr
; /* requested address
*/
552 enum apc_type type
; /* APC_VIRTUAL_PROTECT
*/
553 unsigned int prot
; /* new protection flags
*/
554 client_ptr_t addr
; /* requested address
*/
555 mem_size_t size
; /* requested size
*/
559 enum apc_type type
; /* APC_VIRTUAL_FLUSH
*/
561 client_ptr_t addr
; /* requested address
*/
562 mem_size_t size
; /* requested size
*/
566 enum apc_type type
; /* APC_VIRTUAL_LOCK
*/
568 client_ptr_t addr
; /* requested address
*/
569 mem_size_t size
; /* requested size
*/
573 enum apc_type type
; /* APC_VIRTUAL_UNLOCK
*/
575 client_ptr_t addr
; /* requested address
*/
576 mem_size_t size
; /* requested size
*/
580 enum apc_type type
; /* APC_MAP_VIEW
*/
581 obj_handle_t handle
; /* mapping handle
*/
582 client_ptr_t addr
; /* requested address
*/
583 mem_size_t size
; /* allocation size
*/
584 file_pos_t offset
; /* file offset
*/
585 mem_size_t zero_bits
; /* number of zero high bits
*/
586 unsigned int alloc_type
; /* allocation type
*/
587 unsigned int prot
; /* memory protection flags
*/
591 enum apc_type type
; /* APC_UNMAP_VIEW
*/
593 client_ptr_t addr
; /* view address
*/
597 enum apc_type type
; /* APC_CREATE_THREAD
*/
598 unsigned int flags
; /* creation flags
*/
599 client_ptr_t func
; /* void (__stdcall
*func
)(void*)
; start function
*/
600 client_ptr_t arg
; /* argument for start function
*/
601 mem_size_t zero_bits
; /* number of zero high bits for thread stack
*/
602 mem_size_t reserve
; /* reserve size for thread stack
*/
603 mem_size_t commit
; /* commit size for thread stack
*/
607 enum apc_type type
; /* APC_DUP_HANDLE
*/
608 obj_handle_t src_handle
; /* src handle to duplicate
*/
609 obj_handle_t dst_process
; /* dst process handle
*/
610 unsigned int access
; /* wanted access rights
*/
611 unsigned int attributes
; /* object attributes
*/
612 unsigned int options
; /* duplicate options
*/
621 enum apc_type type
; /* APC_ASYNC_IO
*/
622 unsigned int status
; /* new status of async operation
*/
623 unsigned int total
; /* bytes transferred
*/
627 enum apc_type type
; /* APC_VIRTUAL_ALLOC
*/
628 unsigned int status
; /* status returned by call
*/
629 client_ptr_t addr
; /* resulting address
*/
630 mem_size_t size
; /* resulting size
*/
634 enum apc_type type
; /* APC_VIRTUAL_FREE
*/
635 unsigned int status
; /* status returned by call
*/
636 client_ptr_t addr
; /* resulting address
*/
637 mem_size_t size
; /* resulting size
*/
641 enum apc_type type
; /* APC_VIRTUAL_QUERY
*/
642 unsigned int status
; /* status returned by call
*/
643 client_ptr_t base
; /* resulting base address
*/
644 client_ptr_t alloc_base
;/* resulting allocation base
*/
645 mem_size_t size
; /* resulting region size
*/
646 unsigned short state
; /* resulting region state
*/
647 unsigned short prot
; /* resulting region protection
*/
648 unsigned short alloc_prot
;/* resulting allocation protection
*/
649 unsigned short alloc_type
;/* resulting region allocation type
*/
653 enum apc_type type
; /* APC_VIRTUAL_PROTECT
*/
654 unsigned int status
; /* status returned by call
*/
655 client_ptr_t addr
; /* resulting address
*/
656 mem_size_t size
; /* resulting size
*/
657 unsigned int prot
; /* old protection flags
*/
661 enum apc_type type
; /* APC_VIRTUAL_FLUSH
*/
662 unsigned int status
; /* status returned by call
*/
663 client_ptr_t addr
; /* resulting address
*/
664 mem_size_t size
; /* resulting size
*/
668 enum apc_type type
; /* APC_VIRTUAL_LOCK
*/
669 unsigned int status
; /* status returned by call
*/
670 client_ptr_t addr
; /* resulting address
*/
671 mem_size_t size
; /* resulting size
*/
675 enum apc_type type
; /* APC_VIRTUAL_UNLOCK
*/
676 unsigned int status
; /* status returned by call
*/
677 client_ptr_t addr
; /* resulting address
*/
678 mem_size_t size
; /* resulting size
*/
682 enum apc_type type
; /* APC_MAP_VIEW
*/
683 unsigned int status
; /* status returned by call
*/
684 client_ptr_t addr
; /* resulting address
*/
685 mem_size_t size
; /* resulting size
*/
689 enum apc_type type
; /* APC_UNMAP_VIEW
*/
690 unsigned int status
; /* status returned by call
*/
694 enum apc_type type
; /* APC_CREATE_THREAD
*/
695 unsigned int status
; /* status returned by call
*/
696 process_id_t pid
; /* process id
*/
697 thread_id_t tid
; /* thread id
*/
698 client_ptr_t teb
; /* thread
teb (in process address space
) */
699 obj_handle_t handle
; /* handle to new thread
*/
703 enum apc_type type
; /* APC_DUP_HANDLE
*/
704 unsigned int status
; /* status returned by call
*/
705 obj_handle_t handle
; /* duplicated handle in dst process
*/
709 enum apc_type type
; /* APC_BREAK_PROCESS
*/
710 unsigned int status
; /* status returned by call
*/
730 enum irp_type type
; /* irp call type
*/
733 enum irp_type type
; /* IRP_CALL_CREATE
*/
734 unsigned int access
; /* access rights
*/
735 unsigned int sharing
; /* sharing flags
*/
736 unsigned int options
; /* file options
*/
737 client_ptr_t device
; /* opaque ptr for the device
*/
738 obj_handle_t file
; /* file handle
*/
742 enum irp_type type
; /* IRP_CALL_CLOSE
*/
744 client_ptr_t file
; /* opaque ptr for the file object
*/
748 enum irp_type type
; /* IRP_CALL_READ
*/
749 unsigned int key
; /* driver key
*/
750 data_size_t out_size
; /* needed output size
*/
752 client_ptr_t file
; /* opaque ptr for the file object
*/
753 file_pos_t pos
; /* file position
*/
757 enum irp_type type
; /* IRP_CALL_WRITE
*/
758 unsigned int key
; /* driver key
*/
759 client_ptr_t file
; /* opaque ptr for the file object
*/
760 file_pos_t pos
; /* file position
*/
764 enum irp_type type
; /* IRP_CALL_FLUSH
*/
766 client_ptr_t file
; /* opaque ptr for the file object
*/
770 enum irp_type type
; /* IRP_CALL_IOCTL
*/
771 ioctl_code_t code
; /* ioctl code
*/
772 data_size_t out_size
; /* needed output size
*/
774 client_ptr_t file
; /* opaque ptr for the file object
*/
778 enum irp_type type
; /* IRP_CALL_VOLUME
*/
779 unsigned int info_class
;/* information class
*/
780 data_size_t out_size
; /* needed output size
*/
782 client_ptr_t file
; /* opaque ptr for the file object
*/
786 enum irp_type type
; /* IRP_CALL_FREE
*/
788 client_ptr_t obj
; /* opaque ptr for the freed object
*/
792 enum irp_type type
; /* IRP_CALL_CANCEL
*/
794 client_ptr_t irp
; /* opaque ptr for canceled irp
*/
798 /* information about a PE image mapping
, roughly equivalent to SECTION_IMAGE_INFORMATION
*/
802 mem_size_t stack_size
;
803 mem_size_t stack_commit
;
804 unsigned int entry_point
;
805 unsigned int map_size
;
806 unsigned int zerobits
;
807 unsigned int subsystem
;
808 unsigned short subsystem_minor
;
809 unsigned short subsystem_major
;
810 unsigned short osversion_major
;
811 unsigned short osversion_minor
;
812 unsigned short image_charact
;
813 unsigned short dll_charact
;
814 unsigned short machine
;
815 unsigned char contains_code
;
816 unsigned char image_flags
;
817 unsigned int loader_flags
;
818 unsigned int header_size
;
819 unsigned int file_size
;
820 unsigned int checksum
;
821 unsigned int dbg_offset
;
822 unsigned int dbg_size
;
824 #define IMAGE_FLAGS_ComPlusNativeReady
0x01
825 #define IMAGE_FLAGS_ComPlusILOnly
0x02
826 #define IMAGE_FLAGS_ImageDynamicallyRelocated
0x04
827 #define IMAGE_FLAGS_ImageMappedFlat
0x08
828 #define IMAGE_FLAGS_BaseBelow4gb
0x10
829 #define IMAGE_FLAGS_ComPlusPrefer32bit
0x20
830 #define IMAGE_FLAGS_WineBuiltin
0x40
831 #define IMAGE_FLAGS_WineFakeDll
0x80
833 struct rawinput_device
835 unsigned short usage_page
;
836 unsigned short usage
;
838 user_handle_t target
;
850 /****************************************************************/
851 /* Request declarations
*/
853 /* Create a new process from the context of the parent
*/
855 obj_handle_t token
; /* process token
*/
856 obj_handle_t debug
; /* process debug object
*/
857 obj_handle_t parent_process
; /* parent process
*/
858 unsigned int flags
; /* process creation flags
*/
859 int socket_fd
; /* file descriptor for process socket
*/
860 unsigned int access
; /* access rights for process object
*/
861 unsigned short machine
; /* architecture that the new process will use
*/
862 data_size_t info_size
; /* size of startup info
*/
863 data_size_t handles_size
; /* length of explicit handles list
*/
864 data_size_t jobs_size
; /* length of jobs list
*/
865 VARARG(objattr
,object_attributes
); /* object attributes
*/
866 VARARG(handles
,uints
,handles_size
); /* handles list
*/
867 VARARG(jobs
,uints
,jobs_size
); /* jobs list
*/
868 VARARG(info
,startup_info
,info_size
); /* startup information
*/
869 VARARG(env
,unicode_str
); /* environment for new process
*/
871 obj_handle_t info
; /* new process info handle
*/
872 process_id_t pid
; /* process id
*/
873 obj_handle_t handle
; /* process
handle (in the current process
) */
877 /* Retrieve information about a newly started process
*/
878 @
REQ(get_new_process_info
)
879 obj_handle_t info
; /* info handle returned from new_process_request
*/
881 int success
; /* did the process start successfully?
*/
882 int exit_code
; /* process exit code if failed
*/
886 /* Create a new thread
*/
888 obj_handle_t process
; /* process in which to create thread
*/
889 unsigned int access
; /* wanted access rights
*/
890 unsigned int flags
; /* thread creation flags
*/
891 int request_fd
; /* fd for request pipe
*/
892 VARARG(objattr
,object_attributes
); /* object attributes
*/
894 thread_id_t tid
; /* thread id
*/
895 obj_handle_t handle
; /* thread
handle (in the current process
) */
899 /* Retrieve the new process startup info
*/
900 @
REQ(get_startup_info
)
902 data_size_t info_size
; /* size of startup info
*/
903 VARARG(info
,startup_info
,info_size
); /* startup information
*/
904 VARARG(env
,unicode_str
); /* environment
*/
908 /* Signal the end of the process initialization
*/
909 @
REQ(init_process_done
)
910 client_ptr_t teb
; /* TEB of new
thread (in process address space
) */
911 client_ptr_t peb
; /* PEB of new
process (in process address space
) */
912 client_ptr_t ldt_copy
; /* address of LDT
copy (in process address space
) */
914 client_ptr_t entry
; /* process entry point
*/
915 int suspend
; /* is process suspended?
*/
919 /* Initialize the first thread of a new process
*/
920 @
REQ(init_first_thread
)
921 int unix_pid
; /* Unix pid of new process
*/
922 int unix_tid
; /* Unix tid of new thread
*/
923 int debug_level
; /* new debug level
*/
924 int reply_fd
; /* fd for reply pipe
*/
925 int wait_fd
; /* fd for blocking calls pipe
*/
927 process_id_t pid
; /* process id of the new thread
's process */
928 thread_id_t tid; /* thread id of the new thread */
929 timeout_t server_start; /* server start time */
930 unsigned int session_id; /* process session id */
931 data_size_t info_size; /* total size of startup info */
932 VARARG(machines,ushorts); /* array of supported machines */
936 /* Initialize a new thread; called from the child after pthread_create() */
938 int unix_tid; /* Unix tid of new thread */
939 int reply_fd; /* fd for reply pipe */
940 int wait_fd; /* fd for blocking calls pipe */
941 client_ptr_t teb; /* TEB of new thread (in thread address space) */
942 client_ptr_t entry; /* entry point (in thread address space) */
944 int suspend; /* is thread suspended? */
948 /* Terminate a process */
949 @REQ(terminate_process)
950 obj_handle_t handle; /* process handle to terminate */
951 int exit_code; /* process exit code */
953 int self; /* suicide? */
957 /* Terminate a thread */
958 @REQ(terminate_thread)
959 obj_handle_t handle; /* thread handle to terminate */
960 int exit_code; /* thread exit code */
962 int self; /* suicide? */
966 /* Retrieve information about a process */
967 @REQ(get_process_info)
968 obj_handle_t handle; /* process handle */
970 process_id_t pid; /* server process id */
971 process_id_t ppid; /* server process id of parent */
972 affinity_t affinity; /* process affinity mask */
973 client_ptr_t peb; /* PEB address in process address space */
974 timeout_t start_time; /* process start time */
975 timeout_t end_time; /* process end time */
976 unsigned int session_id; /* process session id */
977 int exit_code; /* process exit code */
978 int priority; /* priority class */
979 unsigned short machine; /* process architecture */
980 VARARG(image,pe_image_info); /* image info for main exe */
984 /* Retrieve debug information about a process */
985 @REQ(get_process_debug_info)
986 obj_handle_t handle; /* process handle */
988 obj_handle_t debug; /* handle to debug port */
989 int debug_children; /* inherit debugger to child processes */
990 VARARG(image,pe_image_info); /* image info for main exe */
994 /* Fetch the name of the process image */
995 @REQ(get_process_image_name)
996 obj_handle_t handle; /* process handle */
997 int win32; /* return a win32 filename? */
999 data_size_t len; /* len in bytes required to store filename */
1000 VARARG(name,unicode_str); /* image name for main exe */
1004 /* Retrieve information about a process memory usage */
1005 @REQ(get_process_vm_counters)
1006 obj_handle_t handle; /* process handle */
1008 mem_size_t peak_virtual_size; /* peak virtual memory in bytes */
1009 mem_size_t virtual_size; /* virtual memory in bytes */
1010 mem_size_t peak_working_set_size; /* peak real memory in bytes */
1011 mem_size_t working_set_size; /* real memory in bytes */
1012 mem_size_t pagefile_usage; /* commit charge in bytes */
1013 mem_size_t peak_pagefile_usage; /* peak commit charge in bytes */
1017 /* Set a process information */
1018 @REQ(set_process_info)
1019 obj_handle_t handle; /* process handle */
1020 int mask; /* setting mask (see below) */
1021 int priority; /* priority class */
1022 affinity_t affinity; /* affinity mask */
1024 #define SET_PROCESS_INFO_PRIORITY 0x01
1025 #define SET_PROCESS_INFO_AFFINITY 0x02
1028 /* Retrieve information about a thread */
1029 @REQ(get_thread_info)
1030 obj_handle_t handle; /* thread handle */
1031 unsigned int access; /* required access rights */
1033 process_id_t pid; /* server process id */
1034 thread_id_t tid; /* server thread id */
1035 client_ptr_t teb; /* thread teb pointer */
1036 client_ptr_t entry_point; /* thread entry point */
1037 affinity_t affinity; /* thread affinity mask */
1038 int exit_code; /* thread exit code */
1039 int priority; /* thread priority level */
1040 int last; /* last thread in process */
1041 int suspend_count; /* thread suspend count */
1042 int dbg_hidden; /* thread hidden from debugger */
1043 data_size_t desc_len; /* description length in bytes */
1044 VARARG(desc,unicode_str); /* description string */
1048 /* Retrieve information about thread times */
1049 @REQ(get_thread_times)
1050 obj_handle_t handle; /* thread handle */
1052 timeout_t creation_time; /* thread creation time */
1053 timeout_t exit_time; /* thread exit time */
1054 int unix_pid; /* thread native pid */
1055 int unix_tid; /* thread native pid */
1059 /* Set a thread information */
1060 @REQ(set_thread_info)
1061 obj_handle_t handle; /* thread handle */
1062 int mask; /* setting mask (see below) */
1063 int priority; /* priority class */
1064 affinity_t affinity; /* affinity mask */
1065 client_ptr_t entry_point; /* thread entry point */
1066 obj_handle_t token; /* impersonation token */
1067 VARARG(desc,unicode_str); /* description string */
1069 #define SET_THREAD_INFO_PRIORITY 0x01
1070 #define SET_THREAD_INFO_AFFINITY 0x02
1071 #define SET_THREAD_INFO_TOKEN 0x04
1072 #define SET_THREAD_INFO_ENTRYPOINT 0x08
1073 #define SET_THREAD_INFO_DESCRIPTION 0x10
1074 #define SET_THREAD_INFO_DBG_HIDDEN 0x20
1077 /* Suspend a thread */
1078 @REQ(suspend_thread)
1079 obj_handle_t handle; /* thread handle */
1081 int count; /* new suspend count */
1085 /* Resume a thread */
1087 obj_handle_t handle; /* thread handle */
1089 int count; /* new suspend count */
1093 /* Queue an APC for a thread or process */
1095 obj_handle_t handle; /* thread or process handle */
1096 apc_call_t call; /* call arguments */
1098 obj_handle_t handle; /* APC handle */
1099 int self; /* run APC in caller itself? */
1103 /* Get the result of an APC call */
1104 @REQ(get_apc_result)
1105 obj_handle_t handle; /* handle to the APC */
1107 apc_result_t result; /* result of the APC */
1111 /* Close a handle for the current process */
1113 obj_handle_t handle; /* handle to close */
1117 /* Set a handle information */
1118 @REQ(set_handle_info)
1119 obj_handle_t handle; /* handle we are interested in */
1120 int flags; /* new handle flags */
1121 int mask; /* mask for flags to set */
1123 int old_flags; /* old flag value */
1127 /* Duplicate a handle */
1129 obj_handle_t src_process; /* src process handle */
1130 obj_handle_t src_handle; /* src handle to duplicate */
1131 obj_handle_t dst_process; /* dst process handle */
1132 unsigned int access; /* wanted access rights */
1133 unsigned int attributes; /* object attributes */
1134 unsigned int options; /* duplicate options */
1136 obj_handle_t handle; /* duplicated handle in dst process */
1140 /* Test if two handles refer to the same object */
1141 @REQ(compare_objects)
1142 obj_handle_t first; /* first object handle */
1143 obj_handle_t second; /* second object handle */
1147 /* Make an object temporary */
1148 @REQ(make_temporary)
1149 obj_handle_t handle; /* handle to the object */
1153 /* Open a handle to a process */
1155 process_id_t pid; /* process id to open */
1156 unsigned int access; /* wanted access rights */
1157 unsigned int attributes; /* object attributes */
1159 obj_handle_t handle; /* handle to the process */
1163 /* Open a handle to a thread */
1165 thread_id_t tid; /* thread id to open */
1166 unsigned int access; /* wanted access rights */
1167 unsigned int attributes; /* object attributes */
1169 obj_handle_t handle; /* handle to the thread */
1173 /* Wait for handles */
1175 int flags; /* wait flags (see below) */
1176 client_ptr_t cookie; /* magic cookie to return to client */
1177 abstime_t timeout; /* timeout */
1178 data_size_t size; /* size of select_op */
1179 obj_handle_t prev_apc; /* handle to previous APC */
1180 VARARG(result,apc_result); /* result of previous APC */
1181 VARARG(data,select_op,size); /* operation-specific data */
1182 VARARG(contexts,contexts); /* suspend context(s) */
1184 apc_call_t call; /* APC call arguments */
1185 obj_handle_t apc_handle; /* handle to next APC */
1186 int signaled; /* were the handles immediately signaled? */
1187 VARARG(contexts,contexts); /* suspend context(s) */
1189 #define SELECT_ALERTABLE 1
1190 #define SELECT_INTERRUPTIBLE 2
1193 /* Create an event */
1195 unsigned int access; /* wanted access rights */
1196 int manual_reset; /* manual reset event */
1197 int initial_state; /* initial state of the event */
1198 VARARG(objattr,object_attributes); /* object attributes */
1200 obj_handle_t handle; /* handle to the event */
1203 /* Event operation */
1205 obj_handle_t handle; /* handle to event */
1206 int op; /* event operation (see below) */
1208 int state; /* previous state */
1210 enum event_op { PULSE_EVENT, SET_EVENT, RESET_EVENT };
1213 obj_handle_t handle; /* handle to event */
1215 int manual_reset; /* manual reset event */
1216 int state; /* current state of the event */
1221 unsigned int access; /* wanted access rights */
1222 unsigned int attributes; /* object attributes */
1223 obj_handle_t rootdir; /* root directory */
1224 VARARG(name,unicode_str); /* object name */
1226 obj_handle_t handle; /* handle to the event */
1230 /* Create a keyed event */
1231 @REQ(create_keyed_event)
1232 unsigned int access; /* wanted access rights */
1233 VARARG(objattr,object_attributes); /* object attributes */
1235 obj_handle_t handle; /* handle to the event */
1238 /* Open a keyed event */
1239 @REQ(open_keyed_event)
1240 unsigned int access; /* wanted access rights */
1241 unsigned int attributes; /* object attributes */
1242 obj_handle_t rootdir; /* root directory */
1243 VARARG(name,unicode_str); /* object name */
1245 obj_handle_t handle; /* handle to the event */
1249 /* Create a mutex */
1251 unsigned int access; /* wanted access rights */
1252 int owned; /* initially owned? */
1253 VARARG(objattr,object_attributes); /* object attributes */
1255 obj_handle_t handle; /* handle to the mutex */
1259 /* Release a mutex */
1261 obj_handle_t handle; /* handle to the mutex */
1263 unsigned int prev_count; /* value of internal counter, before release */
1269 unsigned int access; /* wanted access rights */
1270 unsigned int attributes; /* object attributes */
1271 obj_handle_t rootdir; /* root directory */
1272 VARARG(name,unicode_str); /* object name */
1274 obj_handle_t handle; /* handle to the mutex */
1280 obj_handle_t handle; /* handle to mutex */
1282 unsigned int count; /* current count of mutex */
1283 int owned; /* true if owned by current thread */
1284 int abandoned; /* true if abandoned */
1288 /* Create a semaphore */
1289 @REQ(create_semaphore)
1290 unsigned int access; /* wanted access rights */
1291 unsigned int initial; /* initial count */
1292 unsigned int max; /* maximum count */
1293 VARARG(objattr,object_attributes); /* object attributes */
1295 obj_handle_t handle; /* handle to the semaphore */
1299 /* Release a semaphore */
1300 @REQ(release_semaphore)
1301 obj_handle_t handle; /* handle to the semaphore */
1302 unsigned int count; /* count to add to semaphore */
1304 unsigned int prev_count; /* previous semaphore count */
1307 @REQ(query_semaphore)
1308 obj_handle_t handle; /* handle to the semaphore */
1310 unsigned int current; /* current count */
1311 unsigned int max; /* maximum count */
1314 /* Open a semaphore */
1315 @REQ(open_semaphore)
1316 unsigned int access; /* wanted access rights */
1317 unsigned int attributes; /* object attributes */
1318 obj_handle_t rootdir; /* root directory */
1319 VARARG(name,unicode_str); /* object name */
1321 obj_handle_t handle; /* handle to the semaphore */
1327 unsigned int access; /* wanted access rights */
1328 unsigned int sharing; /* sharing flags */
1329 int create; /* file create action */
1330 unsigned int options; /* file options */
1331 unsigned int attrs; /* file attributes for creation */
1332 VARARG(objattr,object_attributes); /* object attributes */
1333 VARARG(filename,string); /* file name */
1335 obj_handle_t handle; /* handle to the file */
1339 /* Open a file object */
1340 @REQ(open_file_object)
1341 unsigned int access; /* wanted access rights */
1342 unsigned int attributes; /* open attributes */
1343 obj_handle_t rootdir; /* root directory */
1344 unsigned int sharing; /* sharing flags */
1345 unsigned int options; /* file options */
1346 VARARG(filename,unicode_str); /* file name */
1348 obj_handle_t handle; /* handle to the file */
1352 /* Allocate a file handle for a Unix fd */
1353 @REQ(alloc_file_handle)
1354 unsigned int access; /* wanted access rights */
1355 unsigned int attributes; /* object attributes */
1356 int fd; /* file descriptor on the client side */
1358 obj_handle_t handle; /* handle to the file */
1362 /* Get the Unix name from a file handle */
1363 @REQ(get_handle_unix_name)
1364 obj_handle_t handle; /* file handle */
1366 data_size_t name_len; /* unix name length */
1367 VARARG(name,string); /* unix name */
1371 /* Get a Unix fd to access a file */
1373 obj_handle_t handle; /* handle to the file */
1375 int type; /* file type (see below) */
1376 int cacheable; /* can fd be cached in the client? */
1377 unsigned int access; /* file access rights */
1378 unsigned int options; /* file open options */
1382 FD_TYPE_INVALID, /* invalid file (no associated fd) */
1383 FD_TYPE_FILE, /* regular file */
1384 FD_TYPE_DIR, /* directory */
1385 FD_TYPE_SOCKET, /* socket */
1386 FD_TYPE_SERIAL, /* serial port */
1387 FD_TYPE_PIPE, /* named pipe */
1388 FD_TYPE_MAILSLOT, /* mailslot */
1389 FD_TYPE_CHAR, /* unspecified char device */
1390 FD_TYPE_DEVICE, /* Windows device file */
1395 /* Retrieve (or allocate) the client-side directory cache entry */
1396 @REQ(get_directory_cache_entry)
1397 obj_handle_t handle; /* handle to the directory */
1399 int entry; /* cache entry on the client side */
1400 VARARG(free,ints); /* entries that can be freed */
1404 /* Flush a file buffers */
1406 async_data_t async; /* async I/O parameters */
1408 obj_handle_t event; /* event set when finished */
1411 /* Query file information */
1413 obj_handle_t handle; /* handle to the file */
1414 unsigned int info_class; /* queried information class */
1416 VARARG(data,bytes); /* file info data */
1419 /* Query volume information */
1420 @REQ(get_volume_info)
1421 obj_handle_t handle; /* handle to the file */
1422 async_data_t async; /* async I/O parameters */
1423 unsigned int info_class; /* queried information class */
1425 obj_handle_t wait; /* handle to wait on for blocking read */
1426 VARARG(data,bytes); /* volume info data */
1429 /* Lock a region of a file */
1431 obj_handle_t handle; /* handle to the file */
1432 file_pos_t offset; /* offset of start of lock */
1433 file_pos_t count; /* count of bytes to lock */
1434 int shared; /* shared or exclusive lock? */
1435 int wait; /* do we want to wait? */
1437 obj_handle_t handle; /* handle to wait on */
1438 int overlapped; /* is it an overlapped I/O handle? */
1442 /* Unlock a region of a file */
1444 obj_handle_t handle; /* handle to the file */
1445 file_pos_t offset; /* offset of start of unlock */
1446 file_pos_t count; /* count of bytes to unlock */
1450 /* Perform a recv on a socket */
1452 int oob; /* are we receiving OOB data? */
1453 async_data_t async; /* async I/O parameters */
1454 int force_async; /* Force asynchronous mode? */
1456 obj_handle_t wait; /* handle to wait on for blocking recv */
1457 unsigned int options; /* device open options */
1458 int nonblocking; /* is socket non-blocking? */
1462 /* Perform a send on a socket */
1464 async_data_t async; /* async I/O parameters */
1465 unsigned int status; /* status of initial call */
1466 unsigned int total; /* number of bytes already sent */
1468 obj_handle_t wait; /* handle to wait on for blocking send */
1469 unsigned int options; /* device open options */
1473 /* Retrieve the next pending console ioctl request */
1474 @REQ(get_next_console_request)
1475 obj_handle_t handle; /* console server handle */
1476 int signal; /* server signal state */
1477 int read; /* 1 if reporting result of blocked read ioctl */
1478 unsigned int status; /* status of previous ioctl */
1479 VARARG(out_data,bytes); /* out_data of previous ioctl */
1481 unsigned int code; /* ioctl code */
1482 unsigned int output; /* output id or 0 for input */
1483 data_size_t out_size; /* ioctl output size */
1484 VARARG(in_data,bytes); /* ioctl in_data */
1488 /* enable directory change notifications */
1489 @REQ(read_directory_changes)
1490 unsigned int filter; /* notification filter */
1491 int subtree; /* watch the subtree? */
1492 int want_data; /* flag indicating whether change data should be collected */
1493 async_data_t async; /* async I/O parameters */
1498 obj_handle_t handle;
1500 VARARG(events,filesystem_event); /* collected filesystem events */
1504 /* Create a file mapping */
1505 @REQ(create_mapping)
1506 unsigned int access; /* wanted access rights */
1507 unsigned int flags; /* SEC_* flags */
1508 unsigned int file_access; /* file access rights */
1509 mem_size_t size; /* mapping size */
1510 obj_handle_t file_handle; /* file handle */
1511 VARARG(objattr,object_attributes); /* object attributes */
1513 obj_handle_t handle; /* handle to the mapping */
1517 /* Open a mapping */
1519 unsigned int access; /* wanted access rights */
1520 unsigned int attributes; /* object attributes */
1521 obj_handle_t rootdir; /* root directory */
1522 VARARG(name,unicode_str); /* object name */
1524 obj_handle_t handle; /* handle to the mapping */
1528 /* Get information about a file mapping */
1529 @REQ(get_mapping_info)
1530 obj_handle_t handle; /* handle to the mapping */
1531 unsigned int access; /* wanted access rights */
1533 mem_size_t size; /* mapping size */
1534 unsigned int flags; /* SEC_* flags */
1535 obj_handle_t shared_file; /* shared mapping file handle */
1536 data_size_t total; /* total required buffer size in bytes */
1537 VARARG(image,pe_image_info);/* image info for SEC_IMAGE mappings */
1538 VARARG(name,unicode_str); /* filename for SEC_IMAGE mappings */
1542 /* Add a memory view in the current process */
1544 obj_handle_t mapping; /* file mapping handle, or 0 for .so builtin */
1545 unsigned int access; /* wanted access rights */
1546 client_ptr_t base; /* view base address (page-aligned) */
1547 mem_size_t size; /* view size */
1548 file_pos_t start; /* start offset in mapping */
1549 VARARG(image,pe_image_info);/* image info for .so builtins */
1550 VARARG(name,unicode_str); /* image filename for .so builtins */
1554 /* Unmap a memory view from the current process */
1556 client_ptr_t base; /* view base address */
1560 /* Get a range of committed pages in a file mapping */
1561 @REQ(get_mapping_committed_range)
1562 client_ptr_t base; /* view base address */
1563 file_pos_t offset; /* starting offset (page-aligned, in bytes) */
1565 mem_size_t size; /* size of range starting at offset (page-aligned, in bytes) */
1566 int committed; /* whether it is a committed range */
1570 /* Add a range to the committed pages in a file mapping */
1571 @REQ(add_mapping_committed_range)
1572 client_ptr_t base; /* view base address */
1573 file_pos_t offset; /* starting offset (page-aligned, in bytes) */
1574 mem_size_t size; /* size to set (page-aligned, in bytes) or 0 if only retrieving */
1578 /* Check if two memory maps are for the same file */
1579 @REQ(is_same_mapping)
1580 client_ptr_t base1; /* first view base address */
1581 client_ptr_t base2; /* second view base address */
1585 /* Get the filename of a mapping */
1586 @REQ(get_mapping_filename)
1587 obj_handle_t process; /* process handle */
1588 client_ptr_t addr; /* address inside mapped view (in process address space) */
1590 data_size_t len; /* total filename length in bytes */
1591 VARARG(filename,unicode_str); /* filename in NT format */
1597 timeout_t start_time;
1600 int current_priority;
1603 client_ptr_t entry_point;
1608 timeout_t start_time;
1609 data_size_t name_len;
1613 process_id_t parent_pid;
1614 unsigned int session_id;
1617 /* VARARG(name,unicode_str,name_len); */
1618 /* VARARG(threads,struct thread_info,thread_count); */
1621 /* Get a list of processes and threads currently running */
1622 @REQ(list_processes)
1624 data_size_t info_size;
1626 int total_thread_count;
1627 data_size_t total_name_len;
1628 VARARG(data,process_info,info_size);
1632 /* Create a debug object */
1633 @REQ(create_debug_obj)
1634 unsigned int access; /* wanted access rights */
1635 unsigned int flags; /* object flags */
1636 VARARG(objattr,object_attributes); /* object attributes */
1638 obj_handle_t handle; /* handle to the debug object */
1642 /* Wait for a debug event */
1643 @REQ(wait_debug_event)
1644 obj_handle_t debug; /* debug object */
1646 process_id_t pid; /* process id */
1647 thread_id_t tid; /* thread id */
1648 VARARG(event,debug_event); /* debug event data */
1652 /* Queue an exception event */
1653 @REQ(queue_exception_event)
1654 int first; /* first chance exception? */
1655 unsigned int code; /* exception code */
1656 unsigned int flags; /* exception flags */
1657 client_ptr_t record; /* exception record */
1658 client_ptr_t address; /* exception address */
1659 data_size_t len; /* size of parameters */
1660 VARARG(params,uints64,len);/* exception parameters */
1662 obj_handle_t handle; /* handle to the queued event */
1666 /* Retrieve the status of an exception event */
1667 @REQ(get_exception_status)
1668 obj_handle_t handle; /* handle to the queued event */
1672 /* Continue a debug event */
1673 @REQ(continue_debug_event)
1674 obj_handle_t debug; /* debug object */
1675 process_id_t pid; /* process id to continue */
1676 thread_id_t tid; /* thread id to continue */
1677 unsigned int status; /* continuation status */
1681 /* Start or stop debugging an existing process */
1683 obj_handle_t handle; /* process handle */
1684 obj_handle_t debug; /* debug object to attach to the process */
1685 int attach; /* 1=attaching / 0=detaching from the process */
1689 /* Set debug object information */
1690 @REQ(set_debug_obj_info)
1691 obj_handle_t debug; /* debug object */
1692 unsigned int flags; /* object flags */
1696 /* Read data from a process address space */
1697 @REQ(read_process_memory)
1698 obj_handle_t handle; /* process handle */
1699 client_ptr_t addr; /* addr to read from */
1701 VARARG(data,bytes); /* result data */
1705 /* Write data to a process address space */
1706 @REQ(write_process_memory)
1707 obj_handle_t handle; /* process handle */
1708 client_ptr_t addr; /* addr to write to */
1709 VARARG(data,bytes); /* data to write */
1713 /* Create a registry key */
1715 unsigned int access; /* desired access rights */
1716 unsigned int options; /* creation options */
1717 VARARG(objattr,object_attributes); /* object attributes */
1718 VARARG(class,unicode_str); /* class name */
1720 obj_handle_t hkey; /* handle to the created key */
1721 int created; /* has it been newly created? */
1724 /* Open a registry key */
1726 obj_handle_t parent; /* handle to the parent key */
1727 unsigned int access; /* desired access rights */
1728 unsigned int attributes; /* object attributes */
1729 VARARG(name,unicode_str); /* key name */
1731 obj_handle_t hkey; /* handle to the open key */
1735 /* Delete a registry key */
1737 obj_handle_t hkey; /* handle to the key */
1741 /* Flush a registry key */
1743 obj_handle_t hkey; /* handle to the key */
1747 /* Enumerate registry subkeys */
1749 obj_handle_t hkey; /* handle to registry key */
1750 int index; /* index of subkey (or -1 for current key) */
1751 int info_class; /* requested information class */
1753 int subkeys; /* number of subkeys */
1754 int max_subkey; /* longest subkey name */
1755 int max_class; /* longest class name */
1756 int values; /* number of values */
1757 int max_value; /* longest value name */
1758 int max_data; /* longest value data */
1759 timeout_t modif; /* last modification time */
1760 data_size_t total; /* total length needed for full name and class */
1761 data_size_t namelen; /* length of key name in bytes */
1762 VARARG(name,unicode_str,namelen); /* key name */
1763 VARARG(class,unicode_str); /* class name */
1767 /* Set a value of a registry key */
1769 obj_handle_t hkey; /* handle to registry key */
1770 int type; /* value type */
1771 data_size_t namelen; /* length of value name in bytes */
1772 VARARG(name,unicode_str,namelen); /* value name */
1773 VARARG(data,bytes); /* value data */
1777 /* Retrieve the value of a registry key */
1779 obj_handle_t hkey; /* handle to registry key */
1780 VARARG(name,unicode_str); /* value name */
1782 int type; /* value type */
1783 data_size_t total; /* total length needed for data */
1784 VARARG(data,bytes); /* value data */
1788 /* Enumerate a value of a registry key */
1789 @REQ(enum_key_value)
1790 obj_handle_t hkey; /* handle to registry key */
1791 int index; /* value index */
1792 int info_class; /* requested information class */
1794 int type; /* value type */
1795 data_size_t total; /* total length needed for full name and data */
1796 data_size_t namelen; /* length of value name in bytes */
1797 VARARG(name,unicode_str,namelen); /* value name */
1798 VARARG(data,bytes); /* value data */
1802 /* Delete a value of a registry key */
1803 @REQ(delete_key_value)
1804 obj_handle_t hkey; /* handle to registry key */
1805 VARARG(name,unicode_str); /* value name */
1809 /* Load a registry branch from a file */
1811 obj_handle_t file; /* file to load from */
1812 VARARG(objattr,object_attributes); /* object attributes */
1816 /* UnLoad a registry branch from a file */
1817 @REQ(unload_registry)
1818 obj_handle_t parent; /* handle to the parent key */
1819 unsigned int attributes; /* object attributes */
1820 VARARG(name,unicode_str); /* key name */
1824 /* Save a registry branch to a file */
1826 obj_handle_t hkey; /* key to save */
1827 obj_handle_t file; /* file to save to */
1831 /* Add a registry key change notification */
1832 @REQ(set_registry_notification)
1833 obj_handle_t hkey; /* key to watch for changes */
1834 obj_handle_t event; /* event to set */
1835 int subtree; /* should we watch the whole subtree? */
1836 unsigned int filter; /* things to watch */
1840 /* Create a waitable timer */
1842 unsigned int access; /* wanted access rights */
1843 int manual; /* manual reset */
1844 VARARG(objattr,object_attributes); /* object attributes */
1846 obj_handle_t handle; /* handle to the timer */
1850 /* Open a waitable timer */
1852 unsigned int access; /* wanted access rights */
1853 unsigned int attributes; /* object attributes */
1854 obj_handle_t rootdir; /* root directory */
1855 VARARG(name,unicode_str); /* object name */
1857 obj_handle_t handle; /* handle to the timer */
1860 /* Set a waitable timer */
1862 obj_handle_t handle; /* handle to the timer */
1863 timeout_t expire; /* next expiration absolute time */
1864 client_ptr_t callback; /* callback function */
1865 client_ptr_t arg; /* callback argument */
1866 int period; /* timer period in ms */
1868 int signaled; /* was the timer signaled before this call ? */
1871 /* Cancel a waitable timer */
1873 obj_handle_t handle; /* handle to the timer */
1875 int signaled; /* was the timer signaled before this calltime ? */
1878 /* Get information on a waitable timer */
1879 @REQ(get_timer_info)
1880 obj_handle_t handle; /* handle to the timer */
1882 timeout_t when; /* absolute time when the timer next expires */
1883 int signaled; /* is the timer signaled? */
1887 /* Retrieve the current context of a thread */
1888 @REQ(get_thread_context)
1889 obj_handle_t handle; /* thread handle */
1890 obj_handle_t context; /* context handle */
1891 unsigned int flags; /* context flags */
1892 unsigned short machine; /* context architecture */
1894 int self; /* was it a handle to the current thread? */
1895 obj_handle_t handle; /* pending context handle */
1896 VARARG(contexts,contexts); /* thread context(s) */
1900 /* Set the current context of a thread */
1901 @REQ(set_thread_context)
1902 obj_handle_t handle; /* thread handle */
1903 VARARG(contexts,contexts); /* thread context(s) */
1905 int self; /* was it a handle to the current thread? */
1909 /* Fetch a selector entry for a thread */
1910 @REQ(get_selector_entry)
1911 obj_handle_t handle; /* thread handle */
1912 int entry; /* LDT entry */
1914 unsigned int base; /* selector base */
1915 unsigned int limit; /* selector limit */
1916 unsigned char flags; /* selector flags */
1922 VARARG(name,unicode_str); /* atom name */
1924 atom_t atom; /* resulting atom */
1928 /* Delete an atom */
1930 atom_t atom; /* atom handle */
1936 VARARG(name,unicode_str); /* atom name */
1938 atom_t atom; /* atom handle */
1942 /* Get information about an atom */
1943 @REQ(get_atom_information)
1944 atom_t atom; /* atom handle */
1946 int count; /* atom lock count */
1947 int pinned; /* whether the atom has been pinned */
1948 data_size_t total; /* actual length of atom name */
1949 VARARG(name,unicode_str); /* atom name */
1953 /* Get the message queue of the current thread */
1956 obj_handle_t handle; /* handle to the queue */
1960 /* Set the file descriptor associated to the current thread queue */
1962 obj_handle_t handle; /* handle to the file descriptor */
1966 /* Set the current message queue wakeup mask */
1967 @REQ(set_queue_mask)
1968 unsigned int wake_mask; /* wakeup bits mask */
1969 unsigned int changed_mask; /* changed bits mask */
1970 int skip_wait; /* will we skip waiting if signaled? */
1972 unsigned int wake_bits; /* current wake bits */
1973 unsigned int changed_bits; /* current changed bits */
1977 /* Get the current message queue status */
1978 @REQ(get_queue_status)
1979 unsigned int clear_bits; /* should we clear the change bits? */
1981 unsigned int wake_bits; /* wake bits */
1982 unsigned int changed_bits; /* changed bits since last time */
1986 /* Retrieve the process idle event */
1987 @REQ(get_process_idle_event)
1988 obj_handle_t handle; /* process handle */
1990 obj_handle_t event; /* handle to idle event */
1994 /* Send a message to a thread queue */
1996 thread_id_t id; /* thread id */
1997 int type; /* message type (see below) */
1998 int flags; /* message flags (see below) */
1999 user_handle_t win; /* window handle */
2000 unsigned int msg; /* message code */
2001 lparam_t wparam; /* parameters */
2002 lparam_t lparam; /* parameters */
2003 timeout_t timeout; /* timeout for reply */
2004 VARARG(data,message_data); /* message data for sent messages */
2007 @REQ(post_quit_message)
2008 int exit_code; /* exit code to return */
2013 MSG_ASCII, /* Ascii message (from SendMessageA) */
2014 MSG_UNICODE, /* Unicode message (from SendMessageW) */
2015 MSG_NOTIFY, /* notify message (from SendNotifyMessageW), always Unicode */
2016 MSG_CALLBACK, /* callback message (from SendMessageCallbackW), always Unicode */
2017 MSG_CALLBACK_RESULT,/* result of a callback message */
2018 MSG_OTHER_PROCESS, /* sent from other process, may include vararg data, always Unicode */
2019 MSG_POSTED, /* posted message (from PostMessageW), always Unicode */
2020 MSG_HARDWARE, /* hardware message */
2021 MSG_WINEVENT, /* winevent message */
2022 MSG_HOOK_LL /* low-level hardware hook */
2024 #define SEND_MSG_ABORT_IF_HUNG 0x01
2027 /* Send a hardware message to a thread queue */
2028 @REQ(send_hardware_message)
2029 user_handle_t win; /* window handle */
2030 hw_input_t input; /* input data */
2031 unsigned int flags; /* flags (see below) */
2032 VARARG(report,bytes); /* HID report data */
2034 int wait; /* do we need to wait for a reply? */
2035 int prev_x; /* previous cursor position */
2037 int new_x; /* new cursor position */
2039 VARARG(keystate,bytes); /* global state array for all the keys */
2041 #define SEND_HWMSG_INJECTED 0x01
2044 /* Get a message from the current queue */
2046 unsigned int flags; /* PM_* flags */
2047 user_handle_t get_win; /* window handle to get */
2048 unsigned int get_first; /* first message code to get */
2049 unsigned int get_last; /* last message code to get */
2050 unsigned int hw_id; /* id of the previous hardware message (or 0) */
2051 unsigned int wake_mask; /* wakeup bits mask */
2052 unsigned int changed_mask; /* changed bits mask */
2054 user_handle_t win; /* window handle */
2055 unsigned int msg; /* message code */
2056 lparam_t wparam; /* parameters */
2057 lparam_t lparam; /* parameters */
2058 int type; /* message type */
2059 int x; /* message x position */
2060 int y; /* message y position */
2061 unsigned int time; /* message time */
2062 unsigned int active_hooks; /* active hooks bitmap */
2063 data_size_t total; /* total size of extra data */
2064 VARARG(data,message_data); /* message data for sent messages */
2068 /* Reply to a sent message */
2070 int remove; /* should we remove the message? */
2071 lparam_t result; /* message result */
2072 VARARG(data,bytes); /* message data for sent messages */
2076 /* Accept and remove the current hardware message */
2077 @REQ(accept_hardware_message)
2078 unsigned int hw_id; /* id of the hardware message */
2082 /* Retrieve the reply for the last message sent */
2083 @REQ(get_message_reply)
2084 int cancel; /* cancel message if not ready? */
2086 lparam_t result; /* message result */
2087 VARARG(data,bytes); /* message data for sent messages */
2091 /* Set a window timer */
2093 user_handle_t win; /* window handle */
2094 unsigned int msg; /* message to post */
2095 unsigned int rate; /* timer rate in ms */
2096 lparam_t id; /* timer id */
2097 lparam_t lparam; /* message lparam (callback proc) */
2099 lparam_t id; /* timer id */
2103 /* Kill a window timer */
2104 @REQ(kill_win_timer)
2105 user_handle_t win; /* window handle */
2106 lparam_t id; /* timer id */
2107 unsigned int msg; /* message to post */
2111 /* check if the thread owning the window is hung */
2112 @REQ(is_window_hung)
2113 user_handle_t win; /* window handle */
2119 /* Retrieve info about a serial port */
2120 @REQ(get_serial_info)
2121 obj_handle_t handle; /* handle to comm port */
2124 unsigned int eventmask;
2125 unsigned int cookie;
2126 unsigned int pending_write;
2130 /* Set info about a serial port */
2131 @REQ(set_serial_info)
2132 obj_handle_t handle; /* handle to comm port */
2133 int flags; /* bitmask to set values (see below) */
2135 #define SERIALINFO_PENDING_WRITE 0x04
2136 #define SERIALINFO_PENDING_WAIT 0x08
2139 /* Create an async I/O */
2140 @REQ(register_async)
2141 int type; /* type of queue to look after */
2142 async_data_t async; /* async I/O parameters */
2143 int count; /* count - usually # of bytes to be read/written */
2145 #define ASYNC_TYPE_READ 0x01
2146 #define ASYNC_TYPE_WRITE 0x02
2147 #define ASYNC_TYPE_WAIT 0x03
2150 /* Cancel all async op on a fd */
2152 obj_handle_t handle; /* handle to comm port, socket or file */
2153 client_ptr_t iosb; /* I/O status block (NULL=all) */
2154 int only_thread; /* cancel matching this thread */
2158 /* Retrieve results of an async */
2159 @REQ(get_async_result)
2160 client_ptr_t user_arg; /* user arg used to identify async */
2162 VARARG(out_data,bytes); /* iosb output data */
2166 /* Notify direct completion of async and close the wait handle if not blocking */
2167 @REQ(set_async_direct_result)
2168 obj_handle_t handle; /* wait handle */
2169 apc_param_t information; /* IO_STATUS_BLOCK Information */
2170 unsigned int status; /* completion status */
2172 obj_handle_t handle; /* wait handle, or NULL if closed */
2176 /* Perform a read on a file object */
2178 async_data_t async; /* async I/O parameters */
2179 file_pos_t pos; /* read position */
2181 obj_handle_t wait; /* handle to wait on for blocking read */
2182 unsigned int options; /* device open options */
2183 VARARG(data,bytes); /* read data */
2187 /* Perform a write on a file object */
2189 async_data_t async; /* async I/O parameters */
2190 file_pos_t pos; /* write position */
2191 VARARG(data,bytes); /* write data */
2193 obj_handle_t wait; /* handle to wait on for blocking write */
2194 unsigned int options; /* device open options */
2195 data_size_t size; /* size written */
2199 /* Perform an ioctl on a file */
2201 ioctl_code_t code; /* ioctl code */
2202 async_data_t async; /* async I/O parameters */
2203 VARARG(in_data,bytes); /* ioctl input data */
2205 obj_handle_t wait; /* handle to wait on for blocking ioctl */
2206 unsigned int options; /* device open options */
2207 VARARG(out_data,bytes); /* ioctl output data */
2211 /* Store results of an async irp */
2212 @REQ(set_irp_result)
2213 obj_handle_t handle; /* handle to the irp */
2214 unsigned int status; /* status of the irp */
2215 data_size_t size; /* result size (input or output depending on the operation) */
2216 VARARG(data,bytes); /* output data of the irp */
2220 /* Create a named pipe */
2221 @REQ(create_named_pipe)
2222 unsigned int access;
2223 unsigned int options;
2224 unsigned int sharing;
2225 unsigned int maxinstances;
2226 unsigned int outsize;
2227 unsigned int insize;
2230 VARARG(objattr,object_attributes); /* object attributes */
2232 obj_handle_t handle; /* handle to the pipe */
2235 /* flags in create_named_pipe and get_named_pipe_info */
2236 #define NAMED_PIPE_MESSAGE_STREAM_WRITE 0x0001
2237 #define NAMED_PIPE_MESSAGE_STREAM_READ 0x0002
2238 #define NAMED_PIPE_NONBLOCKING_MODE 0x0004
2239 #define NAMED_PIPE_SERVER_END 0x8000
2241 /* Set named pipe information by handle */
2242 @REQ(set_named_pipe_info)
2243 obj_handle_t handle;
2247 /* Create a window */
2249 user_handle_t parent; /* parent window */
2250 user_handle_t owner; /* owner window */
2251 atom_t atom; /* class atom */
2252 mod_handle_t instance; /* module instance */
2253 int dpi; /* system DPI */
2254 int awareness; /* thread DPI awareness */
2255 unsigned int style; /* window style */
2256 unsigned int ex_style; /* window extended style */
2257 VARARG(class,unicode_str); /* class name */
2259 user_handle_t handle; /* created window */
2260 user_handle_t parent; /* full handle of parent */
2261 user_handle_t owner; /* full handle of owner */
2262 int extra; /* number of extra bytes */
2263 client_ptr_t class_ptr; /* pointer to class in client address space */
2264 int dpi; /* window DPI if not per-monitor aware */
2265 int awareness; /* window DPI awareness */
2269 /* Destroy a window */
2270 @REQ(destroy_window)
2271 user_handle_t handle; /* handle to the window */
2275 /* Retrieve the desktop window for the current thread */
2276 @REQ(get_desktop_window)
2277 int force; /* force creation if it doesn't exist
*/
2279 user_handle_t top_window
; /* handle to the desktop window
*/
2280 user_handle_t msg_window
; /* handle to the top
-level HWND_MESSAGE parent
*/
2284 /* Set a window owner
*/
2285 @
REQ(set_window_owner
)
2286 user_handle_t handle
; /* handle to the window
*/
2287 user_handle_t owner
; /* new owner
*/
2289 user_handle_t full_owner
; /* full handle of new owner
*/
2290 user_handle_t prev_owner
; /* full handle of previous owner
*/
2294 /* Get information from a window handle
*/
2295 @
REQ(get_window_info
)
2296 user_handle_t handle
; /* handle to the window
*/
2298 user_handle_t full_handle
; /* full
32-bit handle
*/
2299 user_handle_t last_active
; /* last active popup
*/
2300 process_id_t pid
; /* process owning the window
*/
2301 thread_id_t tid
; /* thread owning the window
*/
2302 atom_t atom
; /* class atom
*/
2303 int is_unicode
; /* ANSI or unicode
*/
2304 int dpi
; /* window DPI
*/
2305 int awareness
; /* DPI awareness
*/
2309 /* Set some information in a window
*/
2310 @
REQ(set_window_info
)
2311 unsigned short flags
; /* flags for fields to
set (see below
) */
2312 short int is_unicode
; /* ANSI or unicode
*/
2313 user_handle_t handle
; /* handle to the window
*/
2314 unsigned int style
; /* window style
*/
2315 unsigned int ex_style
; /* window extended style
*/
2316 data_size_t extra_size
; /* size to set in extra bytes
*/
2317 mod_handle_t instance
; /* creator instance
*/
2318 lparam_t user_data
; /* user
-specific data
*/
2319 lparam_t extra_value
; /* value to set in extra bytes or window id
*/
2320 int extra_offset
; /* offset to set in extra bytes
*/
2322 unsigned int old_style
; /* old window style
*/
2323 unsigned int old_ex_style
; /* old window extended style
*/
2324 mod_handle_t old_instance
; /* old creator instance
*/
2325 lparam_t old_user_data
; /* old user
-specific data
*/
2326 lparam_t old_extra_value
; /* old value in extra bytes
*/
2327 lparam_t old_id
; /* old window id
*/
2329 #define SET_WIN_STYLE
0x01
2330 #define SET_WIN_EXSTYLE
0x02
2331 #define SET_WIN_ID
0x04
2332 #define SET_WIN_INSTANCE
0x08
2333 #define SET_WIN_USERDATA
0x10
2334 #define SET_WIN_EXTRA
0x20
2335 #define SET_WIN_UNICODE
0x40
2338 /* Set the parent of a window
*/
2340 user_handle_t handle
; /* handle to the window
*/
2341 user_handle_t parent
; /* handle to the parent
*/
2343 user_handle_t old_parent
; /* old parent window
*/
2344 user_handle_t full_parent
; /* full handle of new parent
*/
2345 int dpi
; /* new window DPI if not per
-monitor aware
*/
2346 int awareness
; /* new DPI awareness
*/
2350 /* Get a list of the window parents
, up to the root of the tree
*/
2351 @
REQ(get_window_parents
)
2352 user_handle_t handle
; /* handle to the window
*/
2354 int count
; /* total count of parents
*/
2355 VARARG(parents
,user_handles
); /* parent handles
*/
2359 /* Get a list of the window children
*/
2360 @
REQ(get_window_children
)
2361 obj_handle_t desktop
; /* handle to desktop
*/
2362 user_handle_t parent
; /* parent window
*/
2363 atom_t atom
; /* class atom for the listed children
*/
2364 thread_id_t tid
; /* thread owning the listed children
*/
2365 VARARG(class
,unicode_str
); /* class name
*/
2367 int count
; /* total count of children
*/
2368 VARARG(children
,user_handles
); /* children handles
*/
2372 /* Get a list of the window children that contain a given point
*/
2373 @
REQ(get_window_children_from_point
)
2374 user_handle_t parent
; /* parent window
*/
2375 int x
; /* point in parent coordinates
*/
2377 int dpi
; /* dpi for the point coordinates
*/
2379 int count
; /* total count of children
*/
2380 VARARG(children
,user_handles
); /* children handles
*/
2384 /* Get window tree information from a window handle
*/
2385 @
REQ(get_window_tree
)
2386 user_handle_t handle
; /* handle to the window
*/
2388 user_handle_t parent
; /* parent window
*/
2389 user_handle_t owner
; /* owner window
*/
2390 user_handle_t next_sibling
; /* next sibling in Z
-order
*/
2391 user_handle_t prev_sibling
; /* prev sibling in Z
-order
*/
2392 user_handle_t first_sibling
; /* first sibling in Z
-order
*/
2393 user_handle_t last_sibling
; /* last sibling in Z
-order
*/
2394 user_handle_t first_child
; /* first child
*/
2395 user_handle_t last_child
; /* last child
*/
2398 /* Set the position and Z order of a window
*/
2399 @
REQ(set_window_pos
)
2400 unsigned short swp_flags
; /* SWP_
* flags
*/
2401 unsigned short paint_flags
; /* paint
flags (see below
) */
2402 user_handle_t handle
; /* handle to the window
*/
2403 user_handle_t previous
; /* previous window in Z order
*/
2404 rectangle_t window
; /* window
rectangle (in parent coords
) */
2405 rectangle_t client
; /* client
rectangle (in parent coords
) */
2406 VARARG(valid
,rectangles
); /* valid rectangles from
WM_NCCALCSIZE (in parent coords
) */
2408 unsigned int new_style
; /* new window style
*/
2409 unsigned int new_ex_style
; /* new window extended style
*/
2410 user_handle_t surface_win
; /* parent window that holds the surface
*/
2411 int needs_update
; /* whether the surface region needs an update
*/
2413 #define SET_WINPOS_PAINT_SURFACE
0x01 /* window has a paintable surface
*/
2414 #define SET_WINPOS_PIXEL_FORMAT
0x02 /* window has a custom pixel format
*/
2416 /* Get the window and client rectangles of a window
*/
2417 @
REQ(get_window_rectangles
)
2418 user_handle_t handle
; /* handle to the window
*/
2419 int relative
; /* coords relative
to (see below
) */
2420 int dpi
; /* DPI to map to
, or zero for per
-monitor DPI
*/
2422 rectangle_t window
; /* window rectangle
*/
2423 rectangle_t client
; /* client rectangle
*/
2425 enum coords_relative
2427 COORDS_CLIENT
, /* relative to client area
*/
2428 COORDS_WINDOW
, /* relative to whole window area
*/
2429 COORDS_PARENT
, /* relative to parent
's client area */
2430 COORDS_SCREEN /* relative to screen origin */
2434 /* Get the window text */
2435 @REQ(get_window_text)
2436 user_handle_t handle; /* handle to the window */
2438 data_size_t length; /* total length in WCHARs */
2439 VARARG(text,unicode_str); /* window text */
2443 /* Set the window text */
2444 @REQ(set_window_text)
2445 user_handle_t handle; /* handle to the window */
2446 VARARG(text,unicode_str); /* window text */
2450 /* Get the coordinates offset between two windows */
2451 @REQ(get_windows_offset)
2452 user_handle_t from; /* handle to the first window */
2453 user_handle_t to; /* handle to the second window */
2454 int dpi; /* DPI to map to, or zero for per-monitor DPI */
2456 int x; /* x coordinate offset */
2457 int y; /* y coordinate offset */
2458 int mirror; /* whether to mirror the x coordinate */
2462 /* Get the visible region of a window */
2463 @REQ(get_visible_region)
2464 user_handle_t window; /* handle to the window */
2465 unsigned int flags; /* DCX flags */
2467 user_handle_t top_win; /* top window to clip against */
2468 rectangle_t top_rect; /* top window visible rect with screen coords */
2469 rectangle_t win_rect; /* window rect in screen coords */
2470 unsigned int paint_flags; /* paint flags (from SET_WINPOS_* flags) */
2471 data_size_t total_size; /* total size of the resulting region */
2472 VARARG(region,rectangles); /* list of rectangles for the region (in screen coords) */
2476 /* Get the visible surface region of a window */
2477 @REQ(get_surface_region)
2478 user_handle_t window; /* handle to the window */
2480 rectangle_t visible_rect; /* window visible rect in screen coords */
2481 data_size_t total_size; /* total size of the resulting region */
2482 VARARG(region,rectangles); /* list of rectangles for the region (in screen coords) */
2486 /* Get the window region */
2487 @REQ(get_window_region)
2488 user_handle_t window; /* handle to the window */
2490 data_size_t total_size; /* total size of the resulting region */
2491 VARARG(region,rectangles); /* list of rectangles for the region (in window coords) */
2495 /* Set the window region */
2496 @REQ(set_window_region)
2497 user_handle_t window; /* handle to the window */
2498 int redraw; /* redraw the window? */
2499 VARARG(region,rectangles); /* list of rectangles for the region (in window coords) */
2503 /* Get the window update region */
2504 @REQ(get_update_region)
2505 user_handle_t window; /* handle to the window */
2506 user_handle_t from_child; /* child to start searching from */
2507 unsigned int flags; /* update flags (see below) */
2509 user_handle_t child; /* child to repaint (or window itself) */
2510 unsigned int flags; /* resulting update flags (see below) */
2511 data_size_t total_size; /* total size of the resulting region */
2512 VARARG(region,rectangles); /* list of rectangles for the region (in screen coords) */
2514 #define UPDATE_NONCLIENT 0x001 /* get region for repainting non-client area */
2515 #define UPDATE_ERASE 0x002 /* get region for erasing client area */
2516 #define UPDATE_PAINT 0x004 /* get region for painting client area */
2517 #define UPDATE_INTERNALPAINT 0x008 /* get region if internal paint is pending */
2518 #define UPDATE_ALLCHILDREN 0x010 /* force repaint of all children */
2519 #define UPDATE_NOCHILDREN 0x020 /* don't try to repaint any children
*/
2520 #define UPDATE_NOREGION
0x040 /* don
't return a region, only the flags */
2521 #define UPDATE_DELAYED_ERASE 0x080 /* still needs erase after BeginPaint */
2522 #define UPDATE_CLIPCHILDREN 0x100 /* remove clipped children from the update region */
2525 /* Update the z order of a window so that a given rectangle is fully visible */
2526 @REQ(update_window_zorder)
2527 user_handle_t window; /* handle to the window */
2528 rectangle_t rect; /* rectangle that must be visible (in client coords) */
2532 /* Mark parts of a window as needing a redraw */
2534 user_handle_t window; /* handle to the window */
2535 unsigned int flags; /* RDW_* flags */
2536 VARARG(region,rectangles); /* list of rectangles for the region (in window coords) */
2540 /* Set a window property */
2541 @REQ(set_window_property)
2542 user_handle_t window; /* handle to the window */
2543 lparam_t data; /* data to store */
2544 atom_t atom; /* property atom (if no name specified) */
2545 VARARG(name,unicode_str); /* property name */
2549 /* Remove a window property */
2550 @REQ(remove_window_property)
2551 user_handle_t window; /* handle to the window */
2552 atom_t atom; /* property atom (if no name specified) */
2553 VARARG(name,unicode_str); /* property name */
2555 lparam_t data; /* data stored in property */
2559 /* Get a window property */
2560 @REQ(get_window_property)
2561 user_handle_t window; /* handle to the window */
2562 atom_t atom; /* property atom (if no name specified) */
2563 VARARG(name,unicode_str); /* property name */
2565 lparam_t data; /* data stored in property */
2569 /* Get the list of properties of a window */
2570 @REQ(get_window_properties)
2571 user_handle_t window; /* handle to the window */
2573 int total; /* total number of properties */
2574 VARARG(props,properties); /* list of properties */
2578 /* Create a window station */
2579 @REQ(create_winstation)
2580 unsigned int flags; /* window station flags */
2581 unsigned int access; /* wanted access rights */
2582 unsigned int attributes; /* object attributes */
2583 obj_handle_t rootdir; /* root directory */
2584 VARARG(name,unicode_str); /* object name */
2586 obj_handle_t handle; /* handle to the window station */
2590 /* Open a handle to a window station */
2591 @REQ(open_winstation)
2592 unsigned int access; /* wanted access rights */
2593 unsigned int attributes; /* object attributes */
2594 obj_handle_t rootdir; /* root directory */
2595 VARARG(name,unicode_str); /* object name */
2597 obj_handle_t handle; /* handle to the window station */
2601 /* Close a window station */
2602 @REQ(close_winstation)
2603 obj_handle_t handle; /* handle to the window station */
2607 /* Get the process current window station */
2608 @REQ(get_process_winstation)
2610 obj_handle_t handle; /* handle to the window station */
2614 /* Set the process current window station */
2615 @REQ(set_process_winstation)
2616 obj_handle_t handle; /* handle to the window station */
2620 /* Enumerate window stations */
2621 @REQ(enum_winstation)
2622 unsigned int index; /* current index */
2624 unsigned int next; /* next index */
2625 VARARG(name,unicode_str); /* window station name */
2629 /* Create a desktop */
2630 @REQ(create_desktop)
2631 unsigned int flags; /* desktop flags */
2632 unsigned int access; /* wanted access rights */
2633 unsigned int attributes; /* object attributes */
2634 VARARG(name,unicode_str); /* object name */
2636 obj_handle_t handle; /* handle to the desktop */
2640 /* Open a handle to a desktop */
2642 obj_handle_t winsta; /* window station to open (null allowed) */
2643 unsigned int flags; /* desktop flags */
2644 unsigned int access; /* wanted access rights */
2645 unsigned int attributes; /* object attributes */
2646 VARARG(name,unicode_str); /* object name */
2648 obj_handle_t handle; /* handle to the desktop */
2652 /* Open a handle to current input desktop */
2653 @REQ(open_input_desktop)
2654 unsigned int flags; /* desktop flags */
2655 unsigned int access; /* wanted access rights */
2656 unsigned int attributes; /* object attributes */
2658 obj_handle_t handle; /* handle to the desktop */
2662 /* Close a desktop */
2664 obj_handle_t handle; /* handle to the desktop */
2668 /* Get the thread current desktop */
2669 @REQ(get_thread_desktop)
2670 thread_id_t tid; /* thread id */
2672 obj_handle_t handle; /* handle to the desktop */
2676 /* Set the thread current desktop */
2677 @REQ(set_thread_desktop)
2678 obj_handle_t handle; /* handle to the desktop */
2682 /* Enumerate desktops */
2684 obj_handle_t winstation; /* handle to the window station */
2685 unsigned int index; /* current index */
2687 unsigned int next; /* next index */
2688 VARARG(name,unicode_str); /* window station name */
2692 /* Get/set information about a user object (window station or desktop) */
2693 @REQ(set_user_object_info)
2694 obj_handle_t handle; /* handle to the object */
2695 unsigned int flags; /* information to set/get */
2696 unsigned int obj_flags; /* new object flags */
2698 int is_desktop; /* is object a desktop? */
2699 unsigned int old_obj_flags; /* old object flags */
2700 VARARG(name,unicode_str); /* object name */
2702 #define SET_USER_OBJECT_SET_FLAGS 1
2703 #define SET_USER_OBJECT_GET_FULL_NAME 2
2706 /* Register a hotkey */
2707 @REQ(register_hotkey)
2708 user_handle_t window; /* handle to the window */
2709 int id; /* hotkey identifier */
2710 unsigned int flags; /* modifier keys */
2711 unsigned int vkey; /* virtual key code */
2713 int replaced; /* did we replace an existing hotkey? */
2714 unsigned int flags; /* flags of replaced hotkey */
2715 unsigned int vkey; /* virtual key code of replaced hotkey */
2719 /* Unregister a hotkey */
2720 @REQ(unregister_hotkey)
2721 user_handle_t window; /* handle to the window */
2722 int id; /* hotkey identifier */
2724 unsigned int flags; /* flags of removed hotkey */
2725 unsigned int vkey; /* virtual key code of removed hotkey */
2729 /* Attach (or detach) thread inputs */
2730 @REQ(attach_thread_input)
2731 thread_id_t tid_from; /* thread to be attached */
2732 thread_id_t tid_to; /* thread to which tid_from should be attached */
2733 int attach; /* is it an attach? */
2737 /* Get input data for a given thread */
2738 @REQ(get_thread_input)
2739 thread_id_t tid; /* id of thread */
2741 user_handle_t focus; /* handle to the focus window */
2742 user_handle_t capture; /* handle to the capture window */
2743 user_handle_t active; /* handle to the active window */
2744 user_handle_t foreground; /* handle to the global foreground window */
2745 user_handle_t menu_owner; /* handle to the menu owner */
2746 user_handle_t move_size; /* handle to the moving/resizing window */
2747 user_handle_t caret; /* handle to the caret window */
2748 user_handle_t cursor; /* handle to the cursor */
2749 int show_count; /* cursor show count */
2750 rectangle_t rect; /* caret rectangle */
2754 /* Get the time of the last input event */
2755 @REQ(get_last_input_time)
2761 /* Retrieve queue keyboard state for current thread or global async state */
2763 int async; /* whether to query the async state */
2764 int key; /* optional key code or -1 */
2766 unsigned char state; /* state of specified key */
2767 VARARG(keystate,bytes); /* state array for all the keys */
2770 /* Set queue keyboard state for current thread */
2772 int async; /* whether to change the async state too */
2773 VARARG(keystate,bytes); /* state array for all the keys */
2776 /* Set the system foreground window */
2777 @REQ(set_foreground_window)
2778 user_handle_t handle; /* handle to the foreground window */
2780 user_handle_t previous; /* handle to the previous foreground window */
2781 int send_msg_old; /* whether we have to send a msg to the old window */
2782 int send_msg_new; /* whether we have to send a msg to the new window */
2785 /* Set the current thread focus window */
2786 @REQ(set_focus_window)
2787 user_handle_t handle; /* handle to the focus window */
2789 user_handle_t previous; /* handle to the previous focus window */
2792 /* Set the current thread active window */
2793 @REQ(set_active_window)
2794 user_handle_t handle; /* handle to the active window */
2796 user_handle_t previous; /* handle to the previous active window */
2799 /* Set the current thread capture window */
2800 @REQ(set_capture_window)
2801 user_handle_t handle; /* handle to the capture window */
2802 unsigned int flags; /* capture flags (see below) */
2804 user_handle_t previous; /* handle to the previous capture window */
2805 user_handle_t full_handle; /* full 32-bit handle of new capture window */
2807 #define CAPTURE_MENU 0x01 /* capture is for a menu */
2808 #define CAPTURE_MOVESIZE 0x02 /* capture is for moving/resizing */
2811 /* Set the current thread caret window */
2812 @REQ(set_caret_window)
2813 user_handle_t handle; /* handle to the caret window */
2814 int width; /* caret width */
2815 int height; /* caret height */
2817 user_handle_t previous; /* handle to the previous caret window */
2818 rectangle_t old_rect; /* previous caret rectangle */
2819 int old_hide; /* previous hide count */
2820 int old_state; /* previous caret state (1=on, 0=off) */
2824 /* Set the current thread caret information */
2825 @REQ(set_caret_info)
2826 unsigned int flags; /* caret flags (see below) */
2827 user_handle_t handle; /* handle to the caret window */
2828 int x; /* caret x position */
2829 int y; /* caret y position */
2830 int hide; /* increment for hide count (can be negative to show it) */
2831 int state; /* caret state (see below) */
2833 user_handle_t full_handle; /* handle to the current caret window */
2834 rectangle_t old_rect; /* previous caret rectangle */
2835 int old_hide; /* previous hide count */
2836 int old_state; /* previous caret state (1=on, 0=off) */
2838 #define SET_CARET_POS 0x01 /* set the caret position from x,y */
2839 #define SET_CARET_HIDE 0x02 /* increment the caret hide count */
2840 #define SET_CARET_STATE 0x04 /* set the caret on/off state */
2843 CARET_STATE_OFF, /* off */
2844 CARET_STATE_ON, /* on */
2845 CARET_STATE_TOGGLE, /* toggle current state */
2846 CARET_STATE_ON_IF_MOVED /* on if the position differs, unchanged otherwise */
2850 /* Set a window hook */
2852 int id; /* id of the hook */
2853 process_id_t pid; /* id of process to set the hook into */
2854 thread_id_t tid; /* id of thread to set the hook into */
2857 client_ptr_t proc; /* hook procedure */
2859 int unicode; /* is it a unicode hook? */
2860 VARARG(module,unicode_str); /* module name */
2862 user_handle_t handle; /* handle to the hook */
2863 unsigned int active_hooks; /* active hooks bitmap */
2867 /* Remove a window hook */
2869 user_handle_t handle; /* handle to the hook */
2870 client_ptr_t proc; /* hook procedure if handle is 0 */
2871 int id; /* id of the hook if handle is 0 */
2873 unsigned int active_hooks; /* active hooks bitmap */
2877 /* Start calling a hook chain */
2878 @REQ(start_hook_chain)
2879 int id; /* id of the hook */
2880 int event; /* signalled event */
2881 user_handle_t window; /* handle to the event window */
2882 int object_id; /* object id for out of context winevent */
2883 int child_id; /* child id for out of context winevent */
2885 user_handle_t handle; /* handle to the next hook */
2886 process_id_t pid; /* process id for low-level keyboard/mouse hooks */
2887 thread_id_t tid; /* thread id for low-level keyboard/mouse hooks */
2888 int unicode; /* is it a unicode hook? */
2889 client_ptr_t proc; /* hook procedure */
2890 unsigned int active_hooks; /* active hooks bitmap */
2891 VARARG(module,unicode_str); /* module name */
2895 /* Finished calling a hook chain */
2896 @REQ(finish_hook_chain)
2897 int id; /* id of the hook */
2901 /* Get the hook information */
2903 user_handle_t handle; /* handle to the current hook */
2904 int get_next; /* do we want info about current or next hook? */
2905 int event; /* signalled event */
2906 user_handle_t window; /* handle to the event window */
2907 int object_id; /* object id for out of context winevent */
2908 int child_id; /* child id for out of context winevent */
2910 user_handle_t handle; /* handle to the hook */
2911 int id; /* id of the hook */
2912 process_id_t pid; /* process id for low-level keyboard/mouse hooks */
2913 thread_id_t tid; /* thread id for low-level keyboard/mouse hooks */
2914 client_ptr_t proc; /* hook procedure */
2915 int unicode; /* is it a unicode hook? */
2916 VARARG(module,unicode_str); /* module name */
2920 /* Create a window class */
2922 int local; /* is it a local class? */
2923 atom_t atom; /* class atom */
2924 unsigned int style; /* class style */
2925 mod_handle_t instance; /* module instance */
2926 int extra; /* number of extra class bytes */
2927 int win_extra; /* number of window extra bytes */
2928 client_ptr_t client_ptr; /* pointer to class in client address space */
2929 data_size_t name_offset; /* base class name offset for specified atom */
2930 VARARG(name,unicode_str); /* class name */
2932 atom_t atom; /* resulting class atom */
2936 /* Destroy a window class */
2938 atom_t atom; /* class atom */
2939 mod_handle_t instance; /* module instance */
2940 VARARG(name,unicode_str); /* class name */
2942 client_ptr_t client_ptr; /* pointer to class in client address space */
2946 /* Set some information in a class */
2947 @REQ(set_class_info)
2948 user_handle_t window; /* handle to the window */
2949 unsigned int flags; /* flags for info to set (see below) */
2950 atom_t atom; /* class atom */
2951 unsigned int style; /* class style */
2952 int win_extra; /* number of window extra bytes */
2953 mod_handle_t instance; /* module instance */
2954 int extra_offset; /* offset to set in extra bytes */
2955 data_size_t extra_size; /* size to set in extra bytes */
2956 lparam_t extra_value; /* value to set in extra bytes */
2958 atom_t old_atom; /* previous class atom */
2959 atom_t base_atom; /* base class atom */
2960 mod_handle_t old_instance; /* previous module instance */
2961 lparam_t old_extra_value; /* old value in extra bytes */
2962 unsigned int old_style; /* previous class style */
2963 int old_extra; /* previous number of class extra bytes */
2964 int old_win_extra; /* previous number of window extra bytes */
2966 #define SET_CLASS_ATOM 0x0001
2967 #define SET_CLASS_STYLE 0x0002
2968 #define SET_CLASS_WINEXTRA 0x0004
2969 #define SET_CLASS_INSTANCE 0x0008
2970 #define SET_CLASS_EXTRA 0x0010
2973 /* Open the clipboard */
2974 @REQ(open_clipboard)
2975 user_handle_t window; /* clipboard window */
2977 user_handle_t owner; /* current clipboard owner */
2981 /* Close the clipboard */
2982 @REQ(close_clipboard)
2984 user_handle_t viewer; /* first clipboard viewer */
2985 user_handle_t owner; /* current clipboard owner */
2989 /* Empty the clipboard and grab ownership */
2990 @REQ(empty_clipboard)
2994 /* Add a data format to the clipboard */
2995 @REQ(set_clipboard_data)
2996 unsigned int format; /* clipboard format of the data */
2997 unsigned int lcid; /* locale id to use for synthesizing text formats */
2998 VARARG(data,bytes); /* data contents */
3000 unsigned int seqno; /* sequence number for the set data */
3004 /* Fetch a data format from the clipboard */
3005 @REQ(get_clipboard_data)
3006 unsigned int format; /* clipboard format of the data */
3007 int render; /* will we try to render it if missing? */
3008 int cached; /* do we already have it in the client-side cache? */
3009 unsigned int seqno; /* sequence number for the data in the cache */
3011 unsigned int from; /* for synthesized data, format to generate it from */
3012 user_handle_t owner; /* clipboard owner for delayed-rendered formats */
3013 unsigned int seqno; /* sequence number for the originally set data */
3014 data_size_t total; /* total data size */
3015 VARARG(data,bytes); /* data contents */
3019 /* Retrieve a list of available formats */
3020 @REQ(get_clipboard_formats)
3021 unsigned int format; /* specific format to query, return all if 0 */
3023 unsigned int count; /* count of available formats */
3024 VARARG(formats,uints); /* array of available formats */
3028 /* Retrieve the next available format */
3029 @REQ(enum_clipboard_formats)
3030 unsigned int previous; /* previous format, or first if 0 */
3032 unsigned int format; /* next format */
3036 /* Release ownership of the clipboard */
3037 @REQ(release_clipboard)
3038 user_handle_t owner; /* clipboard owner to release */
3040 user_handle_t viewer; /* first clipboard viewer */
3041 user_handle_t owner; /* current clipboard owner */
3045 /* Get clipboard information */
3046 @REQ(get_clipboard_info)
3048 user_handle_t window; /* clipboard window */
3049 user_handle_t owner; /* clipboard owner */
3050 user_handle_t viewer; /* clipboard viewer */
3051 unsigned int seqno; /* current sequence number */
3055 /* Set the clipboard viewer window */
3056 @REQ(set_clipboard_viewer)
3057 user_handle_t viewer; /* clipboard viewer */
3058 user_handle_t previous; /* if non-zero, check that this was the previous viewer */
3060 user_handle_t old_viewer; /* previous clipboard viewer */
3061 user_handle_t owner; /* clipboard owner */
3065 /* Add a clipboard listener window */
3066 @REQ(add_clipboard_listener)
3067 user_handle_t window; /* clipboard listener window */
3071 /* Remove a clipboard listener window */
3072 @REQ(remove_clipboard_listener)
3073 user_handle_t window; /* clipboard listener window */
3077 /* Open a security token */
3079 obj_handle_t handle; /* handle to the thread or process */
3080 unsigned int access; /* access rights to the new token */
3081 unsigned int attributes;/* object attributes */
3082 unsigned int flags; /* flags (see below) */
3084 obj_handle_t token; /* handle to the token */
3086 #define OPEN_TOKEN_THREAD 1
3087 #define OPEN_TOKEN_AS_SELF 2
3090 /* Set/get the global windows */
3091 @REQ(set_global_windows)
3092 unsigned int flags; /* flags for fields to set (see below) */
3093 user_handle_t shell_window; /* handle to the new shell window */
3094 user_handle_t shell_listview; /* handle to the new shell listview window */
3095 user_handle_t progman_window; /* handle to the new program manager window */
3096 user_handle_t taskman_window; /* handle to the new task manager window */
3098 user_handle_t old_shell_window; /* handle to the shell window */
3099 user_handle_t old_shell_listview; /* handle to the shell listview window */
3100 user_handle_t old_progman_window; /* handle to the new program manager window */
3101 user_handle_t old_taskman_window; /* handle to the new task manager window */
3103 #define SET_GLOBAL_SHELL_WINDOWS 0x01 /* set both main shell and listview windows */
3104 #define SET_GLOBAL_PROGMAN_WINDOW 0x02
3105 #define SET_GLOBAL_TASKMAN_WINDOW 0x04
3107 /* Adjust the privileges held by a token */
3108 @REQ(adjust_token_privileges)
3109 obj_handle_t handle; /* handle to the token */
3110 int disable_all; /* disable all privileges? */
3111 int get_modified_state; /* get modified privileges? */
3112 VARARG(privileges,luid_attr); /* privileges to enable/disable/remove */
3114 unsigned int len; /* total length in bytes required to store token privileges */
3115 VARARG(privileges,luid_attr); /* modified privileges */
3118 /* Retrieves the set of privileges held by or available to a token */
3119 @REQ(get_token_privileges)
3120 obj_handle_t handle; /* handle to the token */
3122 unsigned int len; /* total length in bytes required to store token privileges */
3123 VARARG(privileges,luid_attr); /* privileges held by or available to a token */
3126 /* Check the token has the required privileges */
3127 @REQ(check_token_privileges)
3128 obj_handle_t handle; /* handle to the token */
3129 int all_required; /* are all the privileges required for the check to succeed? */
3130 VARARG(privileges,luid_attr); /* privileges to check */
3132 int has_privileges; /* does the token have the required privileges? */
3133 VARARG(privileges,luid_attr); /* privileges held by or available to a token */
3136 @REQ(duplicate_token)
3137 obj_handle_t handle; /* handle to the token to duplicate */
3138 unsigned int access; /* access rights to the new token */
3139 int primary; /* is the new token to be a primary one? */
3140 int impersonation_level; /* impersonation level of the new token */
3141 VARARG(objattr,object_attributes); /* object attributes */
3143 obj_handle_t new_handle; /* duplicated handle */
3147 obj_handle_t handle; /* handle to the token to duplicate */
3148 unsigned int flags; /* flags */
3149 data_size_t privileges_size; /* size of privileges */
3150 VARARG(privileges,luid_attr,privileges_size); /* privileges to remove from new token */
3151 VARARG(disable_sids,sid); /* array of groups to remove from new token */
3153 obj_handle_t new_handle; /* filtered handle */
3157 obj_handle_t handle; /* handle to the token */
3158 unsigned int desired_access; /* desired access to the object */
3159 generic_map_t mapping; /* mapping to specific rights */
3160 VARARG(sd,security_descriptor); /* security descriptor to check */
3162 unsigned int access_granted; /* access rights actually granted */
3163 unsigned int access_status; /* was access granted? */
3164 unsigned int privileges_len; /* length needed to store privileges */
3165 VARARG(privileges,luid_attr); /* privileges used during access check */
3169 obj_handle_t handle; /* handle to the token */
3170 unsigned int which_sid; /* which SID to retrieve from the token */
3172 data_size_t sid_len; /* length needed to store sid */
3173 VARARG(sid,sid); /* the sid specified by which_sid from the token */
3176 @REQ(get_token_groups)
3177 obj_handle_t handle; /* handle to the token */
3179 data_size_t attr_len; /* length needed to store attrs */
3180 data_size_t sid_len; /* length needed to store sids */
3181 VARARG(attrs,uints,attr_len); /* group attributes */
3182 VARARG(sids,sids); /* group sids */
3185 @REQ(get_token_default_dacl)
3186 obj_handle_t handle; /* handle to the token */
3188 data_size_t acl_len; /* length needed to store access control list */
3189 VARARG(acl,acl); /* access control list */
3192 @REQ(set_token_default_dacl)
3193 obj_handle_t handle; /* handle to the token */
3194 VARARG(acl,acl); /* default dacl to set */
3197 @REQ(set_security_object)
3198 obj_handle_t handle; /* handle to the object */
3199 unsigned int security_info; /* which parts of security descriptor to set */
3200 VARARG(sd,security_descriptor); /* security descriptor to set */
3203 @REQ(get_security_object)
3204 obj_handle_t handle; /* handle to the object */
3205 unsigned int security_info; /* which parts of security descriptor to get */
3207 unsigned int sd_len; /* buffer size needed for sd */
3208 VARARG(sd,security_descriptor); /* retrieved security descriptor */
3215 obj_handle_t handle;
3216 unsigned int access;
3217 unsigned int attributes;
3221 /* Return a list of all opened handles */
3222 @REQ(get_system_handles)
3224 unsigned int count; /* number of handles */
3225 VARARG(data,handle_infos); /* array of handle_infos */
3229 /* Create a mailslot */
3230 @REQ(create_mailslot)
3231 unsigned int access; /* wanted access rights */
3232 timeout_t read_timeout;
3233 unsigned int max_msgsize;
3234 VARARG(objattr,object_attributes); /* object attributes */
3236 obj_handle_t handle; /* handle to the mailslot */
3240 /* Set mailslot information */
3241 @REQ(set_mailslot_info)
3242 obj_handle_t handle; /* handle to the mailslot */
3243 timeout_t read_timeout;
3246 timeout_t read_timeout;
3247 unsigned int max_msgsize;
3249 #define MAILSLOT_SET_READ_TIMEOUT 1
3252 /* Create a directory object */
3253 @REQ(create_directory)
3254 unsigned int access; /* access flags */
3255 VARARG(objattr,object_attributes); /* object attributes */
3257 obj_handle_t handle; /* handle to the directory */
3261 /* Open a directory object */
3262 @REQ(open_directory)
3263 unsigned int access; /* access flags */
3264 unsigned int attributes; /* object attributes */
3265 obj_handle_t rootdir; /* root directory */
3266 VARARG(directory_name,unicode_str); /* Directory name */
3268 obj_handle_t handle; /* handle to the directory */
3272 /* Get a directory entry by index */
3273 @REQ(get_directory_entry)
3274 obj_handle_t handle; /* handle to the directory */
3275 unsigned int index; /* entry index */
3277 data_size_t name_len; /* length of the entry name in bytes */
3278 VARARG(name,unicode_str,name_len); /* entry name */
3279 VARARG(type,unicode_str); /* entry type */
3283 /* Create a symbolic link object */
3284 @REQ(create_symlink)
3285 unsigned int access; /* access flags */
3286 VARARG(objattr,object_attributes); /* object attributes */
3287 VARARG(target_name,unicode_str); /* target name */
3289 obj_handle_t handle; /* handle to the symlink */
3293 /* Open a symbolic link object */
3295 unsigned int access; /* access flags */
3296 unsigned int attributes; /* object attributes */
3297 obj_handle_t rootdir; /* root directory */
3298 VARARG(name,unicode_str); /* symlink name */
3300 obj_handle_t handle; /* handle to the symlink */
3304 /* Query a symbolic link object */
3306 obj_handle_t handle; /* handle to the symlink */
3308 data_size_t total; /* total needed size for name */
3309 VARARG(target_name,unicode_str); /* target name */
3313 /* Query basic object information */
3314 @REQ(get_object_info)
3315 obj_handle_t handle; /* handle to the object */
3317 unsigned int access; /* granted access mask */
3318 unsigned int ref_count; /* object ref count */
3319 unsigned int handle_count; /* object handle count */
3323 /* Query the full name of an object */
3324 @REQ(get_object_name)
3325 obj_handle_t handle; /* handle to the object */
3327 data_size_t total; /* total needed size for name */
3328 VARARG(name,unicode_str); /* object name */
3332 /* Query object type name information */
3333 @REQ(get_object_type)
3334 obj_handle_t handle; /* handle to the object */
3336 VARARG(info,object_type_info); /* type information */
3340 /* Query type information for all types */
3341 @REQ(get_object_types)
3343 int count; /* total count of object types */
3344 VARARG(info,object_types_info); /* type information */
3348 /* Allocate a locally-unique identifier */
3349 @REQ(allocate_locally_unique_id)
3355 /* Create a device manager */
3356 @REQ(create_device_manager)
3357 unsigned int access; /* wanted access rights */
3358 unsigned int attributes; /* object attributes */
3360 obj_handle_t handle; /* handle to the device */
3364 /* Create a device */
3366 obj_handle_t rootdir; /* root directory */
3367 client_ptr_t user_ptr; /* opaque ptr for use by client */
3368 obj_handle_t manager; /* device manager */
3369 VARARG(name,unicode_str); /* object name */
3373 /* Delete a device */
3375 obj_handle_t manager; /* handle to the device manager */
3376 client_ptr_t device; /* pointer to the device */
3380 /* Retrieve the next pending device irp request */
3381 @REQ(get_next_device_request)
3382 obj_handle_t manager; /* handle to the device manager */
3383 obj_handle_t prev; /* handle to the previous irp */
3384 unsigned int status; /* status of the previous irp */
3385 client_ptr_t user_ptr; /* user pointer of the previous irp */
3386 int pending; /* was the previous irp marked pending? */
3387 unsigned int iosb_status; /* IOSB status of the previous irp */
3388 data_size_t result; /* IOSB result of the previous irp */
3389 VARARG(data,bytes); /* output data of the previous irp */
3391 irp_params_t params; /* irp parameters */
3392 obj_handle_t next; /* handle to the next irp */
3393 thread_id_t client_tid; /* tid of thread calling irp */
3394 client_ptr_t client_thread; /* pointer to thread object of calling irp */
3395 data_size_t in_size; /* total needed input size */
3396 VARARG(next_data,bytes); /* input data of the next irp */
3400 /* Get kernel pointer from server object */
3401 @REQ(get_kernel_object_ptr)
3402 obj_handle_t manager; /* handle to the device manager */
3403 obj_handle_t handle; /* object handle */
3405 client_ptr_t user_ptr; /* kernel object pointer */
3409 /* Associate kernel pointer with server object */
3410 @REQ(set_kernel_object_ptr)
3411 obj_handle_t manager; /* handle to the device manager */
3412 obj_handle_t handle; /* object handle */
3413 client_ptr_t user_ptr; /* kernel object pointer */
3417 /* Grab server object reference from kernel object pointer */
3418 @REQ(grab_kernel_object)
3419 obj_handle_t manager; /* handle to the device manager */
3420 client_ptr_t user_ptr; /* kernel object pointer */
3424 /* Release server object reference from kernel object pointer */
3425 @REQ(release_kernel_object)
3426 obj_handle_t manager; /* handle to the device manager */
3427 client_ptr_t user_ptr; /* kernel object pointer */
3431 /* Get handle from kernel object pointer */
3432 @REQ(get_kernel_object_handle)
3433 obj_handle_t manager; /* handle to the device manager */
3434 client_ptr_t user_ptr; /* kernel object pointer */
3435 unsigned int access; /* wanted access rights */
3437 obj_handle_t handle; /* kernel object handle */
3441 /* Make the current process a system process */
3442 @REQ(make_process_system)
3443 obj_handle_t handle; /* handle to the process */
3445 obj_handle_t event; /* event signaled when all user processes have exited */
3449 /* Get detailed fixed-size information about a token */
3450 @REQ(get_token_info)
3451 obj_handle_t handle; /* handle to the object */
3453 struct luid token_id; /* locally-unique identifier of the token */
3454 struct luid modified_id; /* locally-unique identifier of the modified version of the token */
3455 unsigned int session_id; /* token session id */
3456 int primary; /* is the token primary or impersonation? */
3457 int impersonation_level; /* level of impersonation */
3458 int elevation; /* elevation type */
3459 int group_count; /* the number of groups the token is a member of */
3460 int privilege_count; /* the number of privileges the token has */
3464 /* Create a token which is an elevation counterpart to this token */
3465 @REQ(create_linked_token)
3466 obj_handle_t handle; /* handle to the token */
3468 obj_handle_t linked; /* handle to the linked token */
3472 /* Create I/O completion port */
3473 @REQ(create_completion)
3474 unsigned int access; /* desired access to a port */
3475 unsigned int concurrent; /* max number of concurrent active threads */
3476 VARARG(objattr,object_attributes); /* object attributes */
3478 obj_handle_t handle; /* port handle */
3482 /* Open I/O completion port */
3483 @REQ(open_completion)
3484 unsigned int access; /* desired access to a port */
3485 unsigned int attributes; /* object attributes */
3486 obj_handle_t rootdir; /* root directory */
3487 VARARG(filename,unicode_str); /* port name */
3489 obj_handle_t handle; /* port handle */
3493 /* add completion to completion port */
3494 @REQ(add_completion)
3495 obj_handle_t handle; /* port handle */
3496 apc_param_t ckey; /* completion key */
3497 apc_param_t cvalue; /* completion value */
3498 apc_param_t information; /* IO_STATUS_BLOCK Information */
3499 unsigned int status; /* completion result */
3503 /* get completion from completion port queue */
3504 @REQ(remove_completion)
3505 obj_handle_t handle; /* port handle */
3507 apc_param_t ckey; /* completion key */
3508 apc_param_t cvalue; /* completion value */
3509 apc_param_t information; /* IO_STATUS_BLOCK Information */
3510 unsigned int status; /* completion result */
3514 /* get completion queue depth */
3515 @REQ(query_completion)
3516 obj_handle_t handle; /* port handle */
3518 unsigned int depth; /* completion queue depth */
3522 /* associate object with completion port */
3523 @REQ(set_completion_info)
3524 obj_handle_t handle; /* object handle */
3525 apc_param_t ckey; /* completion key */
3526 obj_handle_t chandle; /* port handle */
3530 /* check for associated completion and push msg */
3531 @REQ(add_fd_completion)
3532 obj_handle_t handle; /* async' object
*/
3533 apc_param_t cvalue
; /* completion value
*/
3534 apc_param_t information
; /* IO_STATUS_BLOCK Information
*/
3535 unsigned int status
; /* completion status
*/
3536 int async
; /* completion is an async result
*/
3540 /* set fd completion information
*/
3541 @
REQ(set_fd_completion_mode
)
3542 obj_handle_t handle
; /* handle to a file or directory
*/
3543 unsigned int flags
; /* completion notification flags
*/
3547 /* set fd disposition information
*/
3548 @
REQ(set_fd_disp_info
)
3549 obj_handle_t handle
; /* handle to a file or directory
*/
3550 int unlink
; /* whether to unlink file on close
*/
3554 /* set fd name information
*/
3555 @
REQ(set_fd_name_info
)
3556 obj_handle_t handle
; /* handle to a file or directory
*/
3557 obj_handle_t rootdir
; /* root directory
*/
3558 data_size_t namelen
; /* length of NT name in bytes
*/
3559 int link
; /* link instead of renaming
*/
3560 int replace
; /* replace an existing file?
*/
3561 VARARG(name
,unicode_str
,namelen
); /* NT name
*/
3562 VARARG(filename
,string
); /* new file name
*/
3566 /* set fd eof information
*/
3567 @
REQ(set_fd_eof_info
)
3568 obj_handle_t handle
; /* handle to a file or directory
*/
3569 file_pos_t eof
; /* offset of eof of file
*/
3573 /* Retrieve layered info for a window
*/
3574 @
REQ(get_window_layered_info
)
3575 user_handle_t handle
; /* handle to the window
*/
3577 unsigned int color_key
; /* color key
*/
3578 unsigned int alpha
; /* alpha (0.
.255) */
3579 unsigned int flags
; /* LWA_
* flags
*/
3583 /* Set layered info for a window
*/
3584 @
REQ(set_window_layered_info
)
3585 user_handle_t handle
; /* handle to the window
*/
3586 unsigned int color_key
; /* color key
*/
3587 unsigned int alpha
; /* alpha (0.
.255) */
3588 unsigned int flags
; /* LWA_
* flags
*/
3592 /* Allocate an arbitrary user handle
*/
3593 @
REQ(alloc_user_handle
)
3595 user_handle_t handle
; /* allocated handle
*/
3599 /* Free an arbitrary user handle
*/
3600 @
REQ(free_user_handle
)
3601 user_handle_t handle
; /* handle to free
*/
3605 /* Set
/get the current cursor
*/
3607 unsigned int flags
; /* flags for fields to
set (see below
) */
3608 user_handle_t handle
; /* handle to the cursor
*/
3609 int show_count
; /* show count increment
/decrement
*/
3610 int x
; /* cursor position
*/
3612 rectangle_t clip
; /* cursor clip rectangle
*/
3613 unsigned int clip_msg
; /* message to post on cursor clip changes
*/
3615 user_handle_t prev_handle
; /* previous handle
*/
3616 int prev_count
; /* previous show count
*/
3617 int prev_x
; /* previous position
*/
3619 int new_x
; /* new position
*/
3621 rectangle_t new_clip
; /* new clip rectangle
*/
3622 unsigned int last_change
; /* time of last position change
*/
3624 #define SET_CURSOR_HANDLE
0x01
3625 #define SET_CURSOR_COUNT
0x02
3626 #define SET_CURSOR_POS
0x04
3627 #define SET_CURSOR_CLIP
0x08
3628 #define SET_CURSOR_NOCLIP
0x10
3630 /* Get the history of the
64 last cursor positions
*/
3631 @
REQ(get_cursor_history
)
3633 VARARG(history
,cursor_positions
);
3637 /* Batch read rawinput message data
*/
3638 @
REQ(get_rawinput_buffer
)
3639 data_size_t rawinput_size
; /* size of RAWINPUT structure
*/
3640 data_size_t buffer_size
; /* size of output buffer
*/
3642 data_size_t next_size
; /* minimum size to get next message data
*/
3647 /* Modify the list of registered rawinput devices
*/
3648 @
REQ(update_rawinput_devices
)
3649 VARARG(devices
,rawinput_devices
);
3652 /* Retrieve the list of registered rawinput devices
*/
3653 @
REQ(get_rawinput_devices
)
3655 unsigned int device_count
;
3656 VARARG(devices
,rawinput_devices
);
3659 /* Create a new job object
*/
3661 unsigned int access
; /* wanted access rights
*/
3662 VARARG(objattr
,object_attributes
); /* object attributes
*/
3664 obj_handle_t handle
; /* handle to the job
*/
3668 /* Open a job object
*/
3670 unsigned int access
; /* wanted access rights
*/
3671 unsigned int attributes
; /* object attributes
*/
3672 obj_handle_t rootdir
; /* root directory
*/
3673 VARARG(name
,unicode_str
); /* object name
*/
3675 obj_handle_t handle
; /* handle to the job
*/
3679 /* Assign a job object to a process
*/
3681 obj_handle_t job
; /* handle to the job
*/
3682 obj_handle_t process
; /* handle to the process
*/
3686 /* Check if a process is associated with a job
*/
3687 @
REQ(process_in_job
)
3688 obj_handle_t job
; /* handle to the job
*/
3689 obj_handle_t process
; /* handle to the process
*/
3693 /* Set limit flags on a job
*/
3694 @
REQ(set_job_limits
)
3695 obj_handle_t handle
; /* handle to the job
*/
3696 unsigned int limit_flags
; /* new limit flags
*/
3700 /* Set new completion port for a job
*/
3701 @
REQ(set_job_completion_port
)
3702 obj_handle_t job
; /* handle to the job
*/
3703 obj_handle_t port
; /* handle to the completion port
*/
3704 client_ptr_t key
; /* key to send with completion messages
*/
3708 /* Retrieve information about a job
*/
3710 obj_handle_t handle
; /* handle to the job
*/
3712 int total_processes
; /* total count of processes
*/
3713 int active_processes
; /* count of running processes
*/
3714 VARARG(pids
,uints
); /* list of active pids
*/
3718 /* Terminate all processes associated with the job
*/
3720 obj_handle_t handle
; /* handle to the job
*/
3721 int status
; /* process exit code
*/
3725 /* Suspend a process
*/
3726 @
REQ(suspend_process
)
3727 obj_handle_t handle
; /* process handle
*/
3731 /* Resume a process
*/
3732 @
REQ(resume_process
)
3733 obj_handle_t handle
; /* process handle
*/
3737 /* Iterate thread list for process
*/
3738 @
REQ(get_next_thread
)
3739 obj_handle_t process
; /* process handle
*/
3740 obj_handle_t last
; /* thread handle to start with
*/
3741 unsigned int access
; /* desired access for returned handle
*/
3742 unsigned int attributes
; /* returned handle attributes
*/
3743 unsigned int flags
; /* controls iteration direction
*/
3745 obj_handle_t handle
; /* next thread handle
*/