ClipboardWatcher: Catchall profiles

This commit is contained in:
Jonathan Jenne
2020-12-18 14:28:49 +01:00
parent 8907f64bf9
commit ac71352c24
3 changed files with 55 additions and 8 deletions

View File

@@ -14,6 +14,8 @@
Public CountData As Integer = 0
Public IsMatched As Boolean = False
Public IsCatchAll As Boolean = False
Public MatchedProcessID As Integer = 0
Public MatchedWindowID As Integer = 0
Public MatchedControlID As Integer = 0