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.