Synopsis
int ugn_GetPID(void)
Purpose
Return process ID.
Description
This function will return the current process ID. On most systems this is equivalent to calling getpid().
Return
PID of current process.
int ugn_GetPID(void)
Return process ID.
This function will return the current process ID. On most systems this is equivalent to calling getpid().
PID of current process.