add some more native functions for Highlighter

This commit is contained in:
2022-06-27 20:33:12 +02:00
parent 675dd6594a
commit e7e83b9597
4 changed files with 131 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
Namespace Native
<Flags>
Public Enum WindowFromPointFlags
CWP_ALL = &H0
CWP_SKIPINVISIBLE = &H1
CWP_SKIPDISABLED = &H2
CWP_SKIPTRANSPARENT = &H4
End Enum
End Namespace