tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

prprocess.rst (229B)


      1 PRProcess
      2 =========
      3 
      4 Represents a process.
      5 
      6 
      7 Syntax
      8 ------
      9 
     10 ::
     11 
     12   #include <prproces.h>
     13 
     14   typedef struct PRProcess PRProcess;
     15 
     16 
     17 Description
     18 -----------
     19 
     20 A pointer to the opaque :ref:`PRProcess` structure identifies a process.