Difference between revisions of "Error Messages/40632"
AManandhar (talk | contribs) (Created page with '= Error Message Examples = Unrecognized parameter to GetProcessInfo: 'TotalFreeMemory'. The following parameter values are recognized: 'Process ID', 'Thread ID' 'Priority' '…') |
AManandhar (talk | contribs) m |
||
Line 9: | Line 9: | ||
= Cause = | = Cause = | ||
− | You passed an | + | You passed an unrecognized parameter to the function [[GetProcessInfo]]. You could have made a typo on the parameter that was passed as well. Please take look at the function description to see the parameters that can be passed to the [[GetProcessInfo]] function. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
= Remedies = | = Remedies = | ||
− | Correct the | + | Correct the parameter passed to the GetProcessInfo function. |
<br> <br><comments /> | <br> <br><comments /> |
Revision as of 19:10, 22 January 2010
Error Message Examples
Unrecognized parameter to GetProcessInfo: 'TotalFreeMemory'. The following parameter values are recognized: 'Process ID', 'Thread ID' 'Priority' 'User' 'Windows Version' 'Windows Build' 'Windows SP' 'Computer Name' 'Abort Event Object' 'Working Set Size' 'Working Set Max' 'Working Set Min' 'Working Set Peak' 'Private Bytes' 'Page Fault Count' 'Analytica Path' 'Num Processors' 'Processor #' 'Affinity Mask' 'Command Line' 'Environment Variables' 'ENV:«name»"
Cause
You passed an unrecognized parameter to the function GetProcessInfo. You could have made a typo on the parameter that was passed as well. Please take look at the function description to see the parameters that can be passed to the GetProcessInfo function.
Remedies
Correct the parameter passed to the GetProcessInfo function.
Comments
<comments />
Enable comment auto-refresher