Crate winproc

Source
Expand description

Small wrapper over some process-related Windows APIs.

Re-exports§

pub use self::errors::Error;
pub use self::errors::WinResult;

Modules§

errors

Structs§

Access
Windows process-related access permission flags.
Handle
An owning wrapper over a Windows handle.
Module
A handle to a process’s loaded module.
ModuleEntry
Holds data related to a module of a running process.
ModuleInfo
Holds the address, size, and entry point of a loaded module.
Process
A handle to a running process.
SystemInfo
Information about the current system.
Thread
A handle to a running thread.

Enums§

PriorityClass
A process scheduling priority class.
PriorityLevel
A thread scheduling priority level.
ProcessorArchitecture

Functions§

system_info
Retrieves information about the current system.