Function CDM_GetPid


Definition:#include <CDM.h>
Prototype:int CDM_GetPid(void);
Arguments:

: ()

C/C++ API Sections
Tcl API Sections
Description
Return Value
Notes
See Also
Index

Description:

This function will return the process identifier (PID) of the current process. All process identifiers are returned as decimal numbers.

Return Value:

This function will return a decimal number (of type int) representing process identifier (PID) of the current process.

Notes:

This function is equivalent to the pid Tcl command.

See Also:

pid


Generated by: petasis@aias on Wed Aug 16 10:31:57 PM EEST 2006.