Type Definition read_process_memory::ProcessHandle [] [src]

type ProcessHandle = RawHandle;

On Windows a ProcessHandle is a HANDLE.

Trait Implementations

impl CopyAddress for ProcessHandle
[src]

Use ReadProcessMemory to read memory from another process on Windows.

[src]

Try to copy buf.len() bytes from addr in the process self, placing them in buf.

impl TryIntoProcessHandle for ProcessHandle
[src]

Trivial implementation of TryIntoProcessHandle.

A ProcessHandle is always usable.

[src]

Attempt to get a ProcessHandle from self.