Expand description
Small wrapper over some process-related Windows APIs.
Re-exports§
Modules§
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.
- Module
Entry - Holds data related to a module of a running process.
- Module
Info - Holds the address, size, and entry point of a loaded module.
- Process
- A handle to a running process.
- System
Info - Information about the current system.
- Thread
- A handle to a running thread.
Enums§
- Priority
Class - A process scheduling priority class.
- Priority
Level - A thread scheduling priority level.
- Processor
Architecture
Functions§
- system_
info - Retrieves information about the current system.