Difference between revisions of "Error Messages/41001"

(Created page with '= Error Message Examples = The item '%1%' to GetProcessInfo is not supported on this operating system. = Cause = The value passed to the GetProcessInfo is not support…')
 
 
Line 1: Line 1:
= Error Message Examples =
+
[[Category: Error messages]]
  
The item '%1%' to [[GetProcessInfo]] is not supported on this operating system.
+
== Error message examples ==
  
= Cause =
+
:<code>''The item '%1%' to GetProcessInfo is not supported on this operating system.''</code>
 +
 
 +
== Cause ==
  
 
The value passed to the [[GetProcessInfo]] is not supported.
 
The value passed to the [[GetProcessInfo]] is not supported.
Line 9: Line 11:
 
Please click on the following link to learn more about the [[GetProcessInfo#GetProcessInfo.28item.29|Function GetProcessInfo and the values it accepts]].
 
Please click on the following link to learn more about the [[GetProcessInfo#GetProcessInfo.28item.29|Function GetProcessInfo and the values it accepts]].
  
= Remedies =
+
== Remedies ==
  
 
Pass a value to [[GetProcessInfo]] that is accepted by your operating system.
 
Pass a value to [[GetProcessInfo]] that is accepted by your operating system.
  
<br><comments />
+
==See Also==
 +
* [[Function calls and parameters]]
 +
* [[Objects and Values]]
 +
* [[GetProcessInfo]]

Latest revision as of 21:13, 6 April 2016


Error message examples

The item '%1%' to GetProcessInfo is not supported on this operating system.

Cause

The value passed to the GetProcessInfo is not supported.

Please click on the following link to learn more about the Function GetProcessInfo and the values it accepts.

Remedies

Pass a value to GetProcessInfo that is accepted by your operating system.

See Also

Comments


You are not allowed to post comments.