Jump to content

Event Console.MemChanged: Difference between revisions

From Flowcode Help
No edit summary
No edit summary
Line 33: Line 33:


==Detailed description==
==Detailed description==
''<span style="color:red;">No additional information</span>''
 




==Examples==
==Examples==
''<span style="color:red;">No additional examples</span>''

Revision as of 11:55, 16 January 2023

MemChanged
Post when the console memory is changed by the user in some way 
- HANDLE ConsoleH
The consoles handle 
- ULONG LineIx
The offset of the line that was changed 
- ULONG CharIx
The offset of the char that was changed 
- BYTE Value
The byte value the location was changed to 
- NONE Return


Detailed description

Examples