Changeset 20 for rxutilex/trunk/FUNCTIONS
- Timestamp:
 - Oct 7, 2014, 4:25:50 PM (11 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  rxutilex/trunk/FUNCTIONS (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
rxutilex/trunk/FUNCTIONS
r19 r20 344 344 Sys2QueryForegroundProcess 345 345 346 Queries the PID of the current foreground process. 346 Queries the PID of the current foreground process. (Note that this is not 347 necessarily the same as the process which is calling this function, which 348 could, for example, be running in the background and/or as a child of the 349 foreground process.) 347 350 348 351 REXX ARGUMENTS: None … … 369 372 370 373 Queries information about the specified process. 374 375 Specifying a process ID of 0 will return the information for the 376 current process (that is, the process calling this function); note that 377 this requires the second parameter to specify that the identifier is in 378 fact a process ID ('P' or 'H') rather than an executable name. 371 379 372 380 REXX ARGUMENTS:  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  