GET PROC DATA: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
Line 1: Line 1:
{{Command|syntax=GET_PROC_DATA <process number>, <parameter>, <value>
{{Command|syntax=GET_PROC_DATA <process number>, <parameter>, <value>
|description=Get data from a process with various parameters.
|description=Get data from a process with various parameters, same as [[GET_PROCESS_DATA]]


|param1=<process number>|param1_desc= {{process number}}
|param1=<process number>|param1_desc= {{process number}}

Revision as of 18:02, 30 July 2010

Command

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


Get data from a process with various parameters, same as GET_PROCESS_DATA

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
For an example macro see Use_Saved_Process