Difference between revisions of "Help File:OpenedProcessHandle"

From Cheat Engine
Jump to navigation Jump to search
(Created page with "==OpenedProcessHandle== Returns a pointer to the ''HANDLE'' of the currently opened process. This ''HANDLE' is used by almost all functions. Take good care to make sure it...")
 
m
Line 3: Line 3:
  
 
Returns a pointer to the ''HANDLE'' of the currently opened process.
 
Returns a pointer to the ''HANDLE'' of the currently opened process.
This ''HANDLE' is used by almost all functions. Take good care to make sure it is valid, or at least valid to the functions that use it.
+
This ''HANDLE'' is used by almost all functions. Take good care to make sure it is valid, or at least valid to the functions that use it.
  
  
 
* [[Cheat Engine:Help File|Back to Help File]]
 
* [[Cheat Engine:Help File|Back to Help File]]

Revision as of 18:24, 29 July 2021

OpenedProcessHandle

Returns a pointer to the HANDLE of the currently opened process. This HANDLE is used by almost all functions. Take good care to make sure it is valid, or at least valid to the functions that use it.