Crate winprocinfo

Source

Structs§

ClientID
A struct representing the client ID, including unique process and thread IDs.
LargeInteger
A struct representing a large integer, including low and high parts.
ProcInfo
A struct representing the information of a process. Each member variable corresponds to the member variables of the SYSTEM_PROCESS_INFORMATION structure in the ntapi crate.
ThreadInfo
A struct representing the information of a thread. Each member variable corresponds to the member variables of the SYSTEM_THREAD_INFORMATION structure in the ntapi crate.
WinProcList
A struct representing a list of processes.

Enums§

WinProcInfoError
An enumeration representing possible errors that can occur while obtaining process information.

Functions§

get_list
Retrieves the list of processes.
get_proc_info_by_pid
Retrieves the information of a process by its PID.