- GetCurrentProcess
void* GetCurrentProcess()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetProcessId
uint GetProcessId(void* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- TerminateProcess
bool TerminateProcess(void* , uint )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- _nu_process_get_self
NativeProcess _nu_process_get_self()
Undocumented in source. Be warned that the author may not have intended to support it.
Win32 Implementation for nulib.threading.internal.process