Process Reference
File
XSFoundation/include/XS/Functions/Process.h
Author
Jean-David Gadina - www.xs-labs.com
Copyright
© (c) 2020 - Jean-David Gadina - www.xs-labs.com
Date
Sunday, September 27, 2020
Overview
Process-related functions
Tasks
XSGetCurrentProcessID
Top
Gets the ID of the current process
uint64_t XSGetCurrentProcessID(
void );
Return value
The ID of the current process
XSGetCurrentProcessName
Top
Gets the name of the current process
const char * XSGetCurrentProcessName(
void );
Return value
The name of the current process