20 lines
229 B
ReStructuredText
20 lines
229 B
ReStructuredText
PRProcess
|
|
=========
|
|
|
|
Represents a process.
|
|
|
|
|
|
Syntax
|
|
------
|
|
|
|
::
|
|
|
|
#include <prproces.h>
|
|
|
|
typedef struct PRProcess PRProcess;
|
|
|
|
|
|
Description
|
|
-----------
|
|
|
|
A pointer to the opaque :ref:`PRProcess` structure identifies a process.
|