Gets the process ID. While this is a 32-bit value, it is unsigned on Windows and in extremely rare circumstances may return a negative value. @return the processID.
()
| 168 | * @return the processID. |
| 169 | */ |
| 170 | int getProcessID(); |
| 171 | |
| 172 | /** |
| 173 | * Gets the process ID of this process's parent. |
no outgoing calls