add some more native functions for Highlighter
This commit is contained in:
11
Pilz.Win32/Native/WindowFromPointFlags.vb
Normal file
11
Pilz.Win32/Native/WindowFromPointFlags.vb
Normal 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
|
||||
Reference in New Issue
Block a user