nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
Win32Process
nulib
win32
threading
process
Undocumented in source.
class
Win32Process :
NativeProcess
{
uint
pid
[@property getter];
this
(void* handle);
bool
kill
();
}
Constructors
this
this
(void* handle)
Constructs a new Win32Process.
Members
Functions
kill
bool
kill
()
Kills the given process.
Properties
pid
uint
pid
[@property getter]
The ID of the process.
Meta
Source
See Implementation
nulib
win32
threading
process
classes
Win32Process
functions
GetCurrentProcess
GetProcessId
TerminateProcess
_nu_process_get_self