resusage.common

Members

Functions

GetProcessId
DWORD GetProcessId(HANDLE Process)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
OpenProcess
HANDLE OpenProcess(DWORD dwDesiredAccess, BOOL bInheritHandle, DWORD dwProcessId)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
openProcess
HANDLE openProcess(int pid)
Undocumented in source. Be warned that the author may not have intended to support it.
procOfPid
const(char)* procOfPid(int pid)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

procSelf
immutable(char*) procSelf;
Undocumented in source.

Meta