module documentation
(source)

Undocumented

Function alive Is the process alive?
Function kill Kill the process.
Constant PROCESS​_QUERY​_LIMITED​_INFORMATION Undocumented
def alive(pid): (source)
Is the process alive?
Parameters
pid:intUndocumented
Returns
boolUndocumented
def kill(pid): (source)
Kill the process.
Parameters
pid:intUndocumented
PROCESS_QUERY_LIMITED_INFORMATION = (source)

Undocumented

Value
ctypes.c_ulong(4096)