Skip to content

Commit 011309c

Browse files
Add a new error to UioHookResult
1 parent bb7ee4d commit 011309c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

SharpHook/Native/UioHookResult.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ public enum UioHookResult
6161
/// </summary>
6262
ErrorGetModuleHandle = 0x31,
6363

64+
/// <summary>
65+
/// Couldn't create an invisible window which will listen to screen changes (Windows)
66+
/// </summary>
67+
ErrorCreateInvisibleWindow = 0x32,
68+
6469
/// <summary>
6570
/// Accessibility API is disabled for the process (macOS)
6671
/// </summary>

SharpHook/SharpHook.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)