MCPcopy Create free account

hub / github.com/CasualX/external / functions

Functions390 in github.com/CasualX/external

Methodright
(self, down: bool)
src/mouse.rs:45
Methodscreen_to_client
Convert the screen coordinates of a specified point on the screen to client-area coordinates. See [ScreenToClient](https://msdn.microsoft.com/en-us/l
src/window/window.rs:159
Methodset_altdown
(&mut self)
src/hook/keyboard_ll.rs:87
Methodset_context
(self)
src/thread/thread_rights.rs:50
Methodset_extended
(&mut self)
src/hook/keyboard_ll.rs:60
Methodset_guard
(self, value: bool)
src/memory.rs:36
Methodset_information
(self)
src/thread/thread_rights.rs:53
Methodset_information
(self)
src/process/process_rights.rs:46
Methodset_injected
(&mut self)
src/hook/mouse_ll.rs:96
Methodset_injected
(&mut self)
src/hook/keyboard_ll.rs:78
Methodset_limited_information
(self)
src/thread/thread_rights.rs:56
Methodset_lower_il_injected
(&mut self)
src/hook/mouse_ll.rs:105
Methodset_lower_il_injected
(&mut self)
src/hook/keyboard_ll.rs:69
Methodset_message
(&mut self, message: u32)
src/hook/mouse_ll.rs:45
Methodset_message
(&mut self, message: u32)
src/hook/keyboard_ll.rs:34
Methodset_pt_x
(&mut self, x: i32)
src/hook/mouse_ll.rs:59
Methodset_pt_y
(&mut self, y: i32)
src/hook/mouse_ll.rs:65
Methodset_quota
(self)
src/process/process_rights.rs:49
Methodset_scan_code
(&mut self, scan_code: u32)
src/hook/keyboard_ll.rs:54
Methodset_thread_token
(self)
src/thread/thread_rights.rs:59
Methodset_time
(&mut self, time: u32)
src/hook/mouse_ll.rs:114
Methodset_time
(&mut self, time: u32)
src/hook/keyboard_ll.rs:105
Methodset_up
(&mut self)
src/hook/keyboard_ll.rs:96
Methodset_user_data
(self, data: usize)
src/window/window.rs:88
Methodset_vk_code
(&mut self, vk_code: VirtualKey)
src/hook/keyboard_ll.rs:48
Methodshow
(self, cmd: i32)
src/window/window.rs:66
Methodsize
The size of the module, in bytes.
src/module/module_enum.rs:69
Methodsize_of_image
(self)
src/module/module_ldr_data.rs:152
Functionstart
CreateThread from DllMain and calls FreeLibraryAndExitThread when the function returns. The purpose of this function is to aid injected DLLs to start
src/thread/mod.rs:20
Methodstart_address
(&self)
src/process/process_list.rs:178
Methodsuspend
Suspends the thread by increasing its suspend count by one.
src/thread/thread.rs:77
Methodsuspend_resume
(self)
src/thread/thread_rights.rs:62
Methodsuspend_resume
(self)
src/process/process_rights.rs:52
Methodsynchronize
(self)
src/thread/thread_rights.rs:25
Methodsynchronize
(self)
src/process/process_rights.rs:21
Methodterminate
(self)
src/thread/thread_rights.rs:65
Methodterminate
(self)
src/process/process_rights.rs:55
Functiontest_key_types
()
src/vk.rs:335
Functiontest_keyboard_ll
()
src/hook/keyboard_ll.rs:161
Functiontest_query_working_set_ex
()
tests/process.rs:4
Functiontest_vk_scan_codes
()
src/vk.rs:358
Functiontest_vk_str
()
src/vk.rs:352
Functiontest_vm_allocations
()
tests/process.rs:17
Methodthread_base_priority
The base priority of any threads created by this process.
src/process/process_enum.rs:82
Methodthread_count
The number of execution threads started by the process.
src/process/process_enum.rs:78
Methodthread_id
The thread identifier.
src/thread/thread_enum.rs:64
Methodthread_process_id
Returns the thread and process id associated with this window.
src/window/window.rs:121
Functionthunk
(hwnd: HWND, lParam: LPARAM)
src/window/window_enum.rs:13
Functionthunk
(f: LPVOID)
src/thread/mod.rs:23
Methodthunk
(ctrl_type: DWORD)
src/control.rs:67
Methodthunk
Unsafe thunk to your Rust callback.
src/hook/mod.rs:76
Methodthunk_wnd_proc
(hwnd: HWND, msg: UINT, wParam: WPARAM, lParam: LPARAM)
src/wndclass.rs:86
Methodtid
Get the id for this thread.
src/thread/thread.rs:30
Functiontime_s
Returns the time in seconds since the first time this function was called.
src/system/time.rs:6
Methodtitle
Returns the window title of this window.
src/window/window.rs:106
Methodto_char
(self)
src/vk.rs:143
Functionunits
()
src/system/system_modules.rs:121
Functionunits
()
src/process/process_list.rs:229
Methodupdate
(self)
src/window/window.rs:71
Methoduser_data
(self)
src/window/window.rs:82
Methodvalid
Returns if this window is still valid.
src/window/window.rs:39
Methodvm_commit
(&self, address: IntPtr, len: usize, protect: Protect)
src/process/process_vm.rs:178
Methodvm_decommit
(&self, address: IntPtr, len: usize)
src/process/process_vm.rs:206
Methodvm_operation
(self)
src/process/process_rights.rs:58
Methodvm_protect
(&self, address: IntPtr, len: usize, protect: Protect)
src/process/process_vm.rs:216
Methodvm_query_ws_ex
(&self, address: IntPtr)
src/process/process_vm.rs:250
Methodvm_read
(self)
src/process/process_rights.rs:61
Methodvm_read
(&self, ptr: IntPtr<T>)
src/process/process_vm.rs:59
Methodvm_read_append
(&self, ptr: IntPtr<[T]>, dest: &'a mut Vec<T>, len: usize)
src/process/process_vm.rs:76
Methodvm_read_partial
(&self, ptr: IntPtr<[u8]>, dest: &'a mut [u8])
src/process/process_vm.rs:32
Methodvm_regions
(&self, start_address: IntPtr)
src/process/process_vm.rs:265
Methodvm_release
(&self, address: IntPtr)
src/process/process_vm.rs:211
Methodvm_reserve
(&self, address: IntPtr, len: usize, protect: Protect)
src/process/process_vm.rs:183
Methodvm_write
(self)
src/process/process_rights.rs:64
Methodvm_write
(&self, ptr: IntPtr<T>, val: &T)
src/process/process_vm.rs:146
Methodvm_write_partial
(&self, address: usize, bytes: &'a [u8])
src/process/process_vm.rs:119
Methodvm_write_range
(&self, ptr: IntPtr<T>, val: &T, range: ops::Range<usize>)
src/process/process_vm.rs:152
Methodwait
Wait for the thread to finish. See [WaitForSingleObject](https://msdn.microsoft.com/en-us/library/windows/desktop/ms687032.aspx) for more information
src/thread/thread.rs:65
Methodwait
Wait for the process to finish. See [WaitForSingleObject](https://msdn.microsoft.com/en-us/library/windows/desktop/ms687032.aspx) for more informatio
src/process/process.rs:70
Methodwidth
(&self)
src/snap.rs:181
Methodwindow
Get the window captured from.
src/snap.rs:74
Functionwindows
Enumerate all top-level windows. See [EnumWindows function](https://msdn.microsoft.com/en-us/library/windows/desktop/ms633497.aspx) for more informat
src/window/window_enum.rs:25
Methodwith_rect
Create a new capture context for a subrectangle for the window.
src/snap.rs:89
Methodworking_set_private_size
(&self)
src/process/process_list.rs:70
Methodwrite_dac
(self)
src/thread/thread_rights.rs:28
Methodwrite_dac
(self)
src/process/process_rights.rs:24
Methodwrite_owner
(self)
src/thread/thread_rights.rs:31
Methodwrite_owner
(self)
src/process/process_rights.rs:27
Methodxbutton1
(self, down: bool)
src/mouse.rs:79
Methodxbutton2
(self, down: bool)
src/mouse.rs:96
← previous301–390 of 390, ranked by callers