blob: 7bfacafee1daea08240252c8d1df3f8fb3c869c2 [file] [log] [blame] [view]
# mx_process_write_memory
## NAME
process_write_memory - Write into the given process's address space.
## SYNOPSIS
```
#include <magenta/syscalls.h>
mx_status_t mx_process_write_memory(mx_handle_t proc, uintptr_t vaddr,
const void* buffer, size_t len,
size_t* actual);
```
## DESCRIPTION
## RETURN VALUE
## ERRORS
## SEE ALSO