Ignore:
Timestamp:
Oct 7, 2014, 4:25:50 PM (11 years ago)
Author:
Alex Taylor
Message:

Sys2QueryProcess now accepts a PID of 0 for the current process. Version number increased to 0.1.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rxutilex/trunk/FUNCTIONS

    r19 r20  
    344344Sys2QueryForegroundProcess
    345345
    346 Queries the PID of the current foreground process.
     346Queries the PID of the current foreground process. (Note that this is not
     347necessarily the same as the process which is calling this function, which
     348could, for example, be running in the background and/or as a child of the
     349foreground process.)
    347350
    348351REXX ARGUMENTS: None
     
    369372
    370373Queries information about the specified process.
     374
     375Specifying a process ID of 0 will return the information for the
     376current process (that is, the process calling this function); note that
     377this requires the second parameter to specify that the identifier is in
     378fact a process ID ('P' or 'H') rather than an executable name.
    371379
    372380REXX ARGUMENTS:
Note: See TracChangeset for help on using the changeset viewer.