GET PROC DATA

From Macros Wiki
Revision as of 18:08, 29 July 2010 by ConnerO (talk | contribs)
Jump to navigationJump to search

Command

GET_PROC_DATA <process number>, <parameter>, <value>


Get data from a process with various parameters.

Parameters

<process number>
Process number.
<parameter>
Process_parameter
<value>
A number or string variable.
The type of variable must match the data type of the parameter.
If the data you are getting is a text string, then you must specify a string variable. Otherwise use a number variable.

Example

GET_PROC_DATA 3, MTHREAD_DIA, d1